#F85F49
A light, vivid red closely aligning with Tomato.
About #F85F49
At its core, #F85F49 is a light and vivid hue. It is closely associated with the named CSS color Tomato. In the RGB color space, it consists of 248 red, 95 green, and 73 blue.
If you are designing for print, the four-color process is what matters most. This specific hue requires a mix of 0% C, 62% M, 71% Y, and 3% K. The HSL representation is 7.5° hue, 92.6% saturation, and 62.9% lightness.
Contrast ratios determine whether this color is safe for typography. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F85F49
RGB248, 95, 73
HSL7.5°, 92.6%, 62.9%
CMYK0%, 62%, 71%, 3%
HSV7.5°, 70.6%, 97.3%
LAB60.4, 57.3, 43.1
XYZ44.0, 28.6, 9.5
Decimal16277321
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.12:1
Text on #FFFFFF
AA Large
6.72:1
Text on #000000
AA
2.98:1
Text on #F8FAFC
FAIL
5.72:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F85F49;
}
.text-color {
color: #F85F49;
}
.border-color {
border: 2px solid #F85F49;
}