#F85742
A light, vivid red closely aligning with Tomato.
About #F85742
The precise color #F85742 is an excellent choice for modern design projects. If you're using CSS, you might find it aligns closely with Tomato. Its digital footprint relies on 248 parts red, 87 parts green, and 66 parts blue light.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 65% Magenta, 73% Yellow, and 3% Black. The HSL representation is 6.9° hue, 92.9% saturation, and 61.6% lightness.
From a UX and accessibility standpoint, contrast is paramount. 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#F85742
RGB248, 87, 66
HSL6.9°, 92.9%, 61.6%
CMYK0%, 65%, 73%, 3%
HSV6.9°, 73.4%, 97.3%
LAB59.1, 60.3, 45.3
XYZ43.1, 27.2, 8.1
Decimal16275266
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.43:1
Text on #000000
AA
3.12:1
Text on #F8FAFC
AA Large
5.47:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85742;
}
.text-color {
color: #F85742;
}
.border-color {
border: 2px solid #F85742;
}