#F85F50
A light, vivid red closely aligning with Tomato.
About #F85F50
The precise color #F85F50 is an excellent choice for modern design projects. Designers often compare it to the standard color Tomato. This translates to an RGB value of rgb(248, 95, 80).
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 62% Magenta, 68% Yellow, and 3% Black. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F85F50
RGB248, 95, 80
HSL5.4°, 92.3%, 64.3%
CMYK0%, 62%, 68%, 3%
HSV5.4°, 67.7%, 97.3%
LAB60.5, 57.6, 39.4
XYZ44.3, 28.7, 10.8
Decimal16277328
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.11:1
Text on #FFFFFF
AA Large
6.74:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.73:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F50;
}
.text-color {
color: #F85F50;
}
.border-color {
border: 2px solid #F85F50;
}