#FF9992
A light, vivid red closely aligning with Lightcoral.
About #FF9992
Visually, #FF9992 is defined as a vivid red. Designers often compare it to the standard color Lightcoral. Its digital footprint relies on 255 parts red, 153 parts green, and 146 parts blue light.
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, 43% Y, and 0% K. With a hue angle of 3.9 degrees, it sits comfortably in the red spectrum.
When using this color as a background, text legibility must be considered. Because it is a light color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF9992
RGB255, 153, 146
HSL3.9°, 100.0%, 78.6%
CMYK0%, 40%, 43%, 0%
HSV3.9°, 42.7%, 100.0%
LAB73.6, 37.4, 20.1
XYZ57.8, 46.1, 33.0
Decimal16750994
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.05:1
Text on #FFFFFF
FAIL
10.22:1
Text on #000000
AAA
1.96:1
Text on #F8FAFC
FAIL
8.69:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF9992;
}
.text-color {
color: #FF9992;
}
.border-color {
border: 2px solid #FF9992;
}