#F85F57
A light, vivid red closely aligning with Tomato.
About #F85F57
Visually, #F85F57 is defined as a vivid red. It is closely associated with the named CSS color Tomato. This translates to an RGB value of rgb(248, 95, 87).
Translating this color to physical media requires the CMYK color model. This specific hue requires a mix of 0% C, 62% M, 65% Y, and 3% K. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F85F57
RGB248, 95, 87
HSL3.0°, 92.0%, 65.7%
CMYK0%, 62%, 65%, 3%
HSV3.0°, 64.9%, 97.3%
LAB60.6, 58.0, 35.6
XYZ44.5, 28.8, 12.2
Decimal16277335
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.10:1
Text on #FFFFFF
AA Large
6.77:1
Text on #000000
AA
2.97:1
Text on #F8FAFC
FAIL
5.75:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F57;
}
.text-color {
color: #F85F57;
}
.border-color {
border: 2px solid #F85F57;
}