#F075BD
A light, vivid magenta closely aligning with Hotpink.
About #F075BD
At its core, #F075BD is a light and vivid hue. Its closest recognized web color is Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 117, and 189.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). The color uses 0% Cyan, 51% Magenta, 21% Yellow, and 6% Black. This makes it a relatively light color when applied to physical surfaces.
Ensuring your text is legible against this background is a key part of web design. The calculated luminance score dictates that #000000 typography is the safest choice. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F075BD
RGB240, 117, 189
HSL324.9°, 80.4%, 70.0%
CMYK0%, 51%, 21%, 6%
HSV324.9°, 51.3%, 94.1%
LAB65.7, 55.5, -15.7
XYZ51.5, 34.9, 52.2
Decimal15758781
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
2.63:1
Text on #FFFFFF
FAIL
7.98:1
Text on #000000
AAA
2.51:1
Text on #F8FAFC
FAIL
6.79:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F075BD;
}
.text-color {
color: #F075BD;
}
.border-color {
border: 2px solid #F075BD;
}