#FF0750
A medium, vivid magenta closely aligning with Crimson.
About #FF0750
At its core, #FF0750 is a medium and vivid hue. Designers often compare it to the standard color Crimson. In the RGB color space, it consists of 255 red, 7 green, and 80 blue.
When sending designs containing this color to a printer, the CMYK values come into play. Its ink density profile breaks down to 0% cyan, 97% magenta, 69% yellow, and 0% black. With a hue angle of 342.3 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#FF0750
RGB255, 7, 80
HSL342.3°, 100.0%, 51.4%
CMYK0%, 97%, 69%, 0%
HSV342.3°, 97.3%, 100.0%
LAB54.0, 81.3, 31.8
XYZ42.8, 22.0, 9.6
Decimal16713552
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.89:1
Text on #FFFFFF
AA Large
5.40:1
Text on #000000
AA
3.72:1
Text on #F8FAFC
AA Large
4.59:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF0750;
}
.text-color {
color: #FF0750;
}
.border-color {
border: 2px solid #FF0750;
}