#F057BD
A light, vivid magenta closely aligning with Hotpink.
About #F057BD
The precise color #F057BD is an excellent choice for modern design projects. 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 240, 87, and 189.
For print applications, it's crucial to understand its CMYK makeup. This specific hue requires a mix of 0% C, 64% M, 21% 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. Strict adherence to these ratios protects visually impaired users from unreadable interfaces.
Color Space Conversions
HEX#F057BD
RGB240, 87, 189
HSL320.0°, 83.6%, 64.1%
CMYK0%, 64%, 21%, 6%
HSV320.0°, 63.7%, 94.1%
LAB60.8, 68.6, -23.1
XYZ48.5, 29.0, 51.2
Decimal15751101
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.09:1
Text on #FFFFFF
AA Large
6.80:1
Text on #000000
AA
2.95:1
Text on #F8FAFC
FAIL
5.78:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F057BD;
}
.text-color {
color: #F057BD;
}
.border-color {
border: 2px solid #F057BD;
}