#FF5075
A light, vivid red closely aligning with Crimson.
About #FF5075
The precise color #FF5075 is an excellent choice for modern design projects. Designers often compare it to the standard color Crimson. This translates to an RGB value of rgb(255, 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, 69% M, 54% Y, and 0% K. The HSL representation is 347.3° hue, 100.0% saturation, and 65.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF5075
RGB255, 80, 117
HSL347.3°, 100.0%, 65.7%
CMYK0%, 69%, 54%, 0%
HSV347.3°, 68.6%, 100.0%
LAB60.1, 68.1, 18.0
XYZ47.3, 28.3, 19.8
Decimal16732277
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.15:1
Text on #FFFFFF
AA Large
6.66:1
Text on #000000
AA
3.02:1
Text on #F8FAFC
AA Large
5.66:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF5075;
}
.text-color {
color: #FF5075;
}
.border-color {
border: 2px solid #FF5075;
}