#F01D5F
A medium, vivid magenta closely aligning with Crimson.
About #F01D5F
The precise color #F01D5F is an excellent choice for modern design projects. Its closest recognized web color is Crimson. This translates to an RGB value of rgb(240, 29, 95).
For print applications, it's crucial to understand its CMYK makeup. Its ink density profile breaks down to 0% cyan, 88% magenta, 60% yellow, and 6% black. The HSL representation is 341.2° hue, 87.6% saturation, and 52.7% lightness.
Ensuring your text is legible against this background is a key part of web design. Because it is a medium color, it is generally recommended to use #000000 text. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F01D5F
RGB240, 29, 95
HSL341.2°, 87.6%, 52.7%
CMYK0%, 88%, 60%, 6%
HSV341.2°, 87.9%, 94.1%
LAB52.1, 76.2, 19.7
XYZ38.4, 20.2, 12.7
Decimal15736159
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.16:1
Text on #FFFFFF
AA Large
5.05:1
Text on #000000
AA
3.98:1
Text on #F8FAFC
AA Large
4.29:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D5F;
}
.text-color {
color: #F01D5F;
}
.border-color {
border: 2px solid #F01D5F;
}