#FF75BD
A light, vivid magenta closely aligning with Hotpink.
About #FF75BD
At its core, #FF75BD is a light and vivid hue. It is closely associated with the named CSS color Hotpink. This translates to an RGB value of rgb(255, 117, 189).
Translating this color to physical media requires the CMYK color model. To reproduce this shade on paper, a printer utilizes 0% cyan and 54% magenta inks. With a hue angle of 328.7 degrees, it sits comfortably in the magenta spectrum.
Ensuring your text is legible against this background is a key part of web design. Mathematical luminance calculations suggest that #000000 text provides the most optimal reading experience. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#FF75BD
RGB255, 117, 189
HSL328.7°, 100.0%, 72.9%
CMYK0%, 54%, 26%, 0%
HSV328.7°, 54.1%, 100.0%
LAB67.8, 60.1, -12.3
XYZ56.8, 37.7, 52.4
Decimal16741821
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.46:1
Text on #FFFFFF
FAIL
8.53:1
Text on #000000
AAA
2.35:1
Text on #F8FAFC
FAIL
7.25:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF75BD;
}
.text-color {
color: #FF75BD;
}
.border-color {
border: 2px solid #FF75BD;
}