#F80057
A medium, vivid magenta closely aligning with Crimson.
About #F80057
Visually, #F80057 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Crimson. In the RGB color space, it consists of 248 red, 0 green, and 87 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 100% M, 65% Y, and 3% K. With a hue angle of 339.0 degrees, it sits comfortably in the magenta spectrum.
When using this color as a background, text legibility must be considered. 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#F80057
RGB248, 0, 87
HSL339.0°, 100.0%, 48.6%
CMYK0%, 100%, 65%, 3%
HSV339.0°, 100.0%, 97.3%
LAB52.6, 80.5, 25.4
XYZ40.4, 20.6, 10.9
Decimal16253015
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.09:1
Text on #FFFFFF
AA Large
5.13:1
Text on #000000
AA
3.91:1
Text on #F8FAFC
AA Large
4.36:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F80057;
}
.text-color {
color: #F80057;
}
.border-color {
border: 2px solid #F80057;
}