#F07F76
A light, vivid red closely aligning with Lightcoral.
About #F07F76
Visually, #F07F76 is defined as a vivid red. If you're using CSS, you might find it aligns closely with Lightcoral. Its digital footprint relies on 240 parts red, 127 parts green, and 118 parts blue light.
Translating this color to physical media requires the CMYK color model. The color uses 0% Cyan, 47% Magenta, 51% Yellow, and 6% Black. The HSL representation is 4.4° hue, 80.3% saturation, and 70.2% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a light color, it is generally recommended to use #000000 text. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F07F76
RGB240, 127, 118
HSL4.4°, 80.3%, 70.2%
CMYK0%, 47%, 51%, 6%
HSV4.4°, 50.8%, 94.1%
LAB65.8, 42.4, 24.6
XYZ46.8, 35.0, 21.4
Decimal15761270
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.62:1
Text on #FFFFFF
FAIL
8.00:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.80:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F07F76;
}
.text-color {
color: #F07F76;
}
.border-color {
border: 2px solid #F07F76;
}