#F05F7C
A light, vivid red closely aligning with Indianred.
About #F05F7C
Visually, #F05F7C is defined as a vivid red. It is closely associated with the named CSS color Indianred. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 95, and 124.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 60% Magenta, 48% Yellow, and 6% Black. The HSL representation is 348.0° hue, 82.9% saturation, and 65.7% lightness.
Web Content Accessibility Guidelines (WCAG) dictate how we should use this color. The calculated luminance score dictates that #000000 typography is the safest choice. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F05F7C
RGB240, 95, 124
HSL348.0°, 82.9%, 65.7%
CMYK0%, 60%, 48%, 6%
HSV348.0°, 60.4%, 94.1%
LAB60.0, 58.1, 13.4
XYZ43.7, 28.2, 22.2
Decimal15753084
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.17:1
Text on #FFFFFF
AA Large
6.63:1
Text on #000000
AA
3.03:1
Text on #F8FAFC
AA Large
5.64:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05F7C;
}
.text-color {
color: #F05F7C;
}
.border-color {
border: 2px solid #F05F7C;
}