#F05FA0
A light, vivid magenta closely aligning with Hotpink.
About #F05FA0
At its core, #F05FA0 is a light and vivid hue. Its closest recognized web color is Hotpink. In the RGB color space, it consists of 240 red, 95 green, and 160 blue.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 60% M, 33% Y, and 6% K. This makes it a relatively light color when applied to physical surfaces.
Contrast ratios determine whether this color is safe for typography. To prevent eye strain, #000000 text pairs best with this hex code. You can view the detailed AAA and AA pass/fail metrics in the table below.
Color Space Conversions
HEX#F05FA0
RGB240, 95, 160
HSL333.1°, 82.9%, 65.7%
CMYK0%, 60%, 33%, 6%
HSV333.1°, 60.4%, 94.1%
LAB61.0, 61.7, -6.1
XYZ46.4, 29.2, 36.5
Decimal15753120
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.07:1
Text on #FFFFFF
AA Large
6.85:1
Text on #000000
AA
2.93:1
Text on #F8FAFC
FAIL
5.82:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F05FA0;
}
.text-color {
color: #F05FA0;
}
.border-color {
border: 2px solid #F05FA0;
}