#F05F66
A light, vivid red closely aligning with Indianred.
About #F05F66
Visually, #F05F66 is defined as a vivid red. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(240, 95, 102).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 60% magenta inks. With a hue angle of 357.1 degrees, it sits comfortably in the red spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F05F66
RGB240, 95, 102
HSL357.1°, 82.9%, 65.7%
CMYK0%, 60%, 57%, 6%
HSV357.1°, 60.4%, 94.1%
LAB59.6, 56.3, 25.5
XYZ42.4, 27.7, 15.7
Decimal15753062
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.21:1
Text on #FFFFFF
AA Large
6.53:1
Text on #000000
AA
3.07:1
Text on #F8FAFC
AA Large
5.55:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05F66;
}
.text-color {
color: #F05F66;
}
.border-color {
border: 2px solid #F05F66;
}