#FF75C5
A light, vivid magenta closely aligning with Hotpink.
About #FF75C5
Visually, #FF75C5 is defined as a vivid magenta. If you're using CSS, you might find it aligns closely with Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 255, 117, and 197.
If you are designing for print, the four-color process is what matters most. The color uses 0% Cyan, 54% Magenta, 23% Yellow, and 0% Black. With a hue angle of 325.2 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. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#FF75C5
RGB255, 117, 197
HSL325.2°, 100.0%, 72.9%
CMYK0%, 54%, 23%, 0%
HSV325.2°, 54.1%, 100.0%
LAB68.0, 61.1, -16.4
XYZ57.7, 38.0, 57.1
Decimal16741829
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.44:1
Text on #FFFFFF
FAIL
8.60:1
Text on #000000
AAA
2.33:1
Text on #F8FAFC
FAIL
7.31:1
Text on #0F172A
AAA
CSS Implementation
.bg-color {
background-color: #FF75C5;
}
.text-color {
color: #FF75C5;
}
.border-color {
border: 2px solid #FF75C5;
}