#F06675
A light, vivid red closely aligning with Lightcoral.
About #F06675
The precise color #F06675 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Lightcoral. This translates to an RGB value of rgb(240, 102, 117).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 57% Magenta, 51% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
When using this color as a background, text legibility must be considered. To prevent eye strain, #000000 text pairs best with this hex code. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F06675
RGB240, 102, 117
HSL353.5°, 82.1%, 67.1%
CMYK0%, 57%, 51%, 6%
HSV353.5°, 57.5%, 94.1%
LAB61.1, 54.3, 18.8
XYZ43.9, 29.3, 20.2
Decimal15754869
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.06:1
Text on #FFFFFF
AA Large
6.86:1
Text on #000000
AA
2.92:1
Text on #F8FAFC
FAIL
5.83:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F06675;
}
.text-color {
color: #F06675;
}
.border-color {
border: 2px solid #F06675;
}