#F050A0
A light, vivid magenta closely aligning with Hotpink.
About #F050A0
The hex code #F050A0 represents a beautifully specific shade of magenta. It is closely associated with the named CSS color Hotpink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 80, and 160.
For print applications, it's crucial to understand its CMYK makeup. The color uses 0% Cyan, 67% Magenta, 33% Yellow, and 6% Black. Always request a physical proof before doing a large print run with this exact code.
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#F050A0
RGB240, 80, 160
HSL330.0°, 84.2%, 62.7%
CMYK0%, 67%, 33%, 6%
HSV330.0°, 66.7%, 94.1%
LAB58.8, 67.8, -9.4
XYZ45.1, 26.8, 36.1
Decimal15749280
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.30:1
Text on #FFFFFF
AA Large
6.36:1
Text on #000000
AA
3.16:1
Text on #F8FAFC
AA Large
5.41:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F050A0;
}
.text-color {
color: #F050A0;
}
.border-color {
border: 2px solid #F050A0;
}