#F05F49
A light, vivid red closely aligning with Tomato.
About #F05F49
At its core, #F05F49 is a light and vivid hue. Designers often compare it to the standard color Tomato. In the RGB color space, it consists of 240 red, 95 green, and 73 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 60% magenta, 70% yellow, and 6% black. With a hue angle of 7.9 degrees, it sits comfortably in the red spectrum.
Contrast ratios determine whether this color is safe for typography. 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#F05F49
RGB240, 95, 73
HSL7.9°, 84.8%, 61.4%
CMYK0%, 60%, 70%, 6%
HSV7.9°, 69.6%, 94.1%
LAB59.2, 54.6, 41.2
XYZ41.2, 27.2, 9.4
Decimal15753033
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.26:1
Text on #FFFFFF
AA Large
6.44: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: #F05F49;
}
.text-color {
color: #F05F49;
}
.border-color {
border: 2px solid #F05F49;
}