#F09292
A light, vivid red closely aligning with Lightcoral.
About #F09292
At its core, #F09292 is a light and vivid hue. If you're using CSS, you might find it aligns closely with Lightcoral. This translates to an RGB value of rgb(240, 146, 146).
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 39% Magenta, 39% Yellow, and 6% Black. The HSL representation is 0.0° hue, 75.8% saturation, and 75.7% lightness.
From a UX and accessibility standpoint, contrast is paramount. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F09292
RGB240, 146, 146
HSL0.0°, 75.8%, 75.7%
CMYK0%, 39%, 39%, 6%
HSV0.0°, 39.2%, 94.1%
LAB70.3, 35.4, 15.2
XYZ51.4, 41.2, 32.4
Decimal15766162
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.27:1
Text on #FFFFFF
FAIL
9.23:1
Text on #000000
AAA
2.17:1
Text on #F8FAFC
FAIL
7.85:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F09292;
}
.text-color {
color: #F09292;
}
.border-color {
border: 2px solid #F09292;
}