#F01D57
A medium, vivid magenta closely aligning with Crimson.
About #F01D57
When working with digital screens, the color #F01D57 is rendered by mixing light. Its closest recognized web color is Crimson. In the RGB color space, it consists of 240 red, 29 green, and 87 blue.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 88% Magenta, 64% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F01D57
RGB240, 29, 87
HSL343.5°, 87.6%, 52.7%
CMYK0%, 88%, 64%, 6%
HSV343.5°, 87.9%, 94.1%
LAB51.9, 75.8, 24.3
XYZ38.1, 20.1, 10.9
Decimal15736151
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.18:1
Text on #FFFFFF
AA Large
5.02:1
Text on #000000
AA
4.00:1
Text on #F8FAFC
AA Large
4.27:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F01D57;
}
.text-color {
color: #F01D57;
}
.border-color {
border: 2px solid #F01D57;
}