#F05075
A light, vivid red closely aligning with Indianred.
About #F05075
At its core, #F05075 is a light and vivid hue. It is closely associated with the named CSS color Indianred. This translates to an RGB value of rgb(240, 80, 117).
When sending designs containing this color to a printer, the CMYK values come into play. This specific hue requires a mix of 0% C, 67% M, 51% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#F05075
RGB240, 80, 117
HSL346.1°, 84.2%, 62.7%
CMYK0%, 67%, 51%, 6%
HSV346.1°, 66.7%, 94.1%
LAB57.6, 63.6, 14.1
XYZ42.0, 25.5, 19.5
Decimal15749237
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.44:1
Text on #FFFFFF
AA Large
6.11:1
Text on #000000
AA
3.29:1
Text on #F8FAFC
AA Large
5.19:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05075;
}
.text-color {
color: #F05075;
}
.border-color {
border: 2px solid #F05075;
}