#F075C5
A light, vivid magenta closely aligning with Hotpink.
About #F075C5
Visually, #F075C5 is defined as a vivid magenta. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(240, 117, 197).
When sending designs containing this color to a printer, the CMYK values come into play. To reproduce this shade on paper, a printer utilizes 0% cyan and 51% magenta inks. With a hue angle of 321.0 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#F075C5
RGB240, 117, 197
HSL321.0°, 80.4%, 70.0%
CMYK0%, 51%, 18%, 6%
HSV321.0°, 51.3%, 94.1%
LAB66.0, 56.6, -19.7
XYZ52.4, 35.3, 56.9
Decimal15758789
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.61:1
Text on #FFFFFF
FAIL
8.06:1
Text on #000000
AAA
2.49:1
Text on #F8FAFC
FAIL
6.85:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F075C5;
}
.text-color {
color: #F075C5;
}
.border-color {
border: 2px solid #F075C5;
}