#FF75D3
A light, vivid magenta closely aligning with Hotpink.
About #FF75D3
The hex code #FF75D3 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Hotpink. In the RGB color space, it consists of 255 red, 117 green, and 211 blue.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). This specific hue requires a mix of 0% C, 54% M, 17% Y, and 0% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. The calculated luminance score dictates that #000000 typography is the safest choice. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#FF75D3
RGB255, 117, 211
HSL319.1°, 100.0%, 72.9%
CMYK0%, 54%, 17%, 0%
HSV319.1°, 54.1%, 100.0%
LAB68.5, 63.1, -23.5
XYZ59.4, 38.7, 66.0
Decimal16741843
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.40:1
Text on #FFFFFF
FAIL
8.74:1
Text on #000000
AAA
2.30:1
Text on #F8FAFC
FAIL
7.43:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF75D3;
}
.text-color {
color: #FF75D3;
}
.border-color {
border: 2px solid #FF75D3;
}