#FF75AF
A light, vivid magenta closely aligning with Hotpink.
About #FF75AF
When working with digital screens, the color #FF75AF is rendered by mixing light. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 117, and 175.
If you are designing for print, the four-color process is what matters most. To reproduce this shade on paper, a printer utilizes 0% cyan and 54% magenta inks. Always request a physical proof before doing a large print run with this exact code.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF75AF
RGB255, 117, 175
HSL334.8°, 100.0%, 72.9%
CMYK0%, 54%, 31%, 0%
HSV334.8°, 54.1%, 100.0%
LAB67.3, 58.3, -5.1
XYZ55.3, 37.1, 44.8
Decimal16741807
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.50:1
Text on #FFFFFF
FAIL
8.42:1
Text on #000000
AAA
2.39:1
Text on #F8FAFC
FAIL
7.15:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF75AF;
}
.text-color {
color: #FF75AF;
}
.border-color {
border: 2px solid #FF75AF;
}