#FF99A0
A very light, vivid red closely aligning with Lightcoral.
About #FF99A0
At its core, #FF99A0 is a very light and vivid hue. If you're using CSS, you might find it aligns closely with Lightcoral. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 153, and 160.
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 40% M, 37% Y, and 0% K. Always request a physical proof before doing a large print run with this exact code.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF99A0
RGB255, 153, 160
HSL355.9°, 100.0%, 80.0%
CMYK0%, 40%, 37%, 0%
HSV355.9°, 40.0%, 100.0%
LAB73.9, 38.9, 12.8
XYZ59.0, 46.6, 39.1
Decimal16751008
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.04:1
Text on #FFFFFF
FAIL
10.32:1
Text on #000000
AAA
1.95:1
Text on #F8FAFC
FAIL
8.77:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF99A0;
}
.text-color {
color: #FF99A0;
}
.border-color {
border: 2px solid #FF99A0;
}