HSL(352, 80%, 73%)
Red — Red color
Adjust Color
Color Information
Color Name
Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(352,80%,73%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 80%, 73%) | color: hsl(352, 80%, 73%) | |
| HEX | #F18392 | color: #F18392 | |
| RGB | rgb(241, 131, 146) | color: rgb(241, 131, 146) | |
| CMYK | cmyk(0%, 46%, 39%, 5%) | — | |
| HSV | hsv(352, 46%, 95%) | — | |
| HWB | hwb(352 51% 5%) | color: hwb(352 51% 5%) | |
| OKLCH | oklch(0.7348 0.1349 12.29) | color: oklch(0.7348 0.1349 12.29) | |
| Lab | lab(67.29 43.51 11.01) | color: lab(67.29 43.51 11.01) | |
| LCH | lch(67.29 44.88 14.2) | color: lch(67.29 44.88 14.2) |
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)
#C1C08E — rgb(193, 192, 142)
Deuteranopia (Green-blind)
#C8D08E — rgb(200, 208, 142)
Tritanopia (Blue-blind)
#EC8C8B — rgb(236, 140, 139)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 80%, 73%);
text
color: hsl(352, 80%, 73%);
border
border: 2px solid hsl(352, 80%, 73%);
gradient light
background: linear-gradient(to right, hsl(352, 80%, 93%), hsl(352, 80%, 73%));
gradient dark
background: linear-gradient(to right, hsl(352, 80%, 73%), hsl(352, 80%, 53%))
hex
background-color: #F18392;
tailwind
bg-[hsl(352,80%,73%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 80%, 73%, 0.4);
css variable
--color-primary: hsl(352, 80%, 73%);
Related Colors
Use Cases for Red
Frequently Asked Questions
What are all the color codes for HSL(352, 80%, 73%)?
HEX: #F18392 | RGB: rgb(241, 131, 146) | CMYK: 0%, 46%, 39%, 5% | HSV: 352°, 46%, 95%. Copy any format from the conversion table above.
What colors go well with #F18392?
The complementary color is HSL(172, 80%, 73%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 80%, 73%) in CSS?
As HSL: color: hsl(352, 80%, 73%); — As HEX: color: #F18392; — As RGB: color: rgb(241, 131, 146); — Tailwind CSS: bg-[hsl(352,80%,73%)] — CSS variable: --color-primary: hsl(352, 80%, 73%);