#FF075F
A medium, vivid magenta closely aligning with Crimson.
About #FF075F
The hex code #FF075F represents a beautifully specific shade of magenta. Designers often compare it to the standard color Crimson. Its digital footprint relies on 255 parts red, 7 parts green, and 95 parts blue light.
For print applications, it's crucial to understand its CMYK makeup. To reproduce this shade on paper, a printer utilizes 0% cyan and 97% magenta inks. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. 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#FF075F
RGB255, 7, 95
HSL338.7°, 100.0%, 51.4%
CMYK0%, 97%, 63%, 0%
HSV338.7°, 97.3%, 100.0%
LAB54.3, 82.0, 23.1
XYZ43.4, 22.2, 12.8
Decimal16713567
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.85:1
Text on #FFFFFF
AA Large
5.45:1
Text on #000000
AA
3.68:1
Text on #F8FAFC
AA Large
4.63:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #FF075F;
}
.text-color {
color: #FF075F;
}
.border-color {
border: 2px solid #FF075F;
}