HSL(355, 92%, 60%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(355,92%,60%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(355, 92%, 60%) | color: hsl(355, 92%, 60%) | |
| HEX | #F73B4B | color: #F73B4B | |
| RGB | rgb(247, 59, 75) | color: rgb(247, 59, 75) | |
| CMYK | cmyk(0%, 76%, 70%, 3%) | — | |
| HSV | hsv(355, 76%, 97%) | — | |
| HWB | hwb(355 23% 3%) | color: hwb(355 23% 3%) | |
| OKLCH | oklch(0.6436 0.2221 22.01) | color: oklch(0.6436 0.2221 22.01) | |
| Lab | lab(55.5 70.21 36.13) | color: lab(55.5 70.21 36.13) | |
| LCH | lch(55.5 78.96 27.23) | color: lch(55.5 78.96 27.23) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#A6A447 — rgb(166, 164, 71)
Deuteranopia (Green-blind)
#B1BF46 — rgb(177, 191, 70)
Tritanopia (Blue-blind)
#EE4443 — rgb(238, 68, 67)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(355, 92%, 60%);
text
color: hsl(355, 92%, 60%);
border
border: 2px solid hsl(355, 92%, 60%);
gradient light
background: linear-gradient(to right, hsl(355, 92%, 80%), hsl(355, 92%, 60%));
gradient dark
background: linear-gradient(to right, hsl(355, 92%, 60%), hsl(355, 92%, 40%))
hex
background-color: #F73B4B;
tailwind
bg-[hsl(355,92%,60%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(355, 92%, 60%, 0.4);
css variable
--color-primary: hsl(355, 92%, 60%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(355, 92%, 60%)?
HEX: #F73B4B | RGB: rgb(247, 59, 75) | CMYK: 0%, 76%, 70%, 3% | HSV: 355°, 76%, 97%. Copy any format from the conversion table above.
What colors go well with #F73B4B?
The complementary color is HSL(175, 92%, 60%). For a triadic harmony, use hues 355°, 115°, and 235°. For analogous combinations, try hues 325° and 25°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(355, 92%, 60%) in CSS?
As HSL: color: hsl(355, 92%, 60%); — As HEX: color: #F73B4B; — As RGB: color: rgb(247, 59, 75); — Tailwind CSS: bg-[hsl(355,92%,60%)] — CSS variable: --color-primary: hsl(355, 92%, 60%);