#F05F75
A light, vivid red closely aligning with Indianred.
About #F05F75
At its core, #F05F75 is a light and vivid hue. Designers often compare it to the standard color Indianred. Its digital footprint relies on 240 parts red, 95 parts green, and 117 parts blue light.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 60% M, 51% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. Because it is a light color, it is generally recommended to use #000000 text. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F05F75
RGB240, 95, 117
HSL350.9°, 82.9%, 65.7%
CMYK0%, 60%, 51%, 6%
HSV350.9°, 60.4%, 94.1%
LAB59.9, 57.5, 17.2
XYZ43.2, 28.0, 20.0
Decimal15753077
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.18:1
Text on #FFFFFF
AA Large
6.60:1
Text on #000000
AA
3.04:1
Text on #F8FAFC
AA Large
5.61:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05F75;
}
.text-color {
color: #F05F75;
}
.border-color {
border: 2px solid #F05F75;
}