#F099A0
A light, vivid red closely aligning with Lightpink.
About #F099A0
Visually, #F099A0 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Lightpink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 153, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 36% Magenta, 33% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F099A0
RGB240, 153, 160
HSL355.2°, 74.4%, 77.1%
CMYK0%, 36%, 33%, 6%
HSV355.2°, 36.2%, 94.1%
LAB72.1, 33.4, 10.0
XYZ53.7, 43.8, 38.9
Decimal15767968
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.15:1
Text on #FFFFFF
FAIL
9.77:1
Text on #000000
AAA
2.05:1
Text on #F8FAFC
FAIL
8.30:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #F099A0;
}
.text-color {
color: #F099A0;
}
.border-color {
border: 2px solid #F099A0;
}