#F050BD
A light, vivid magenta closely aligning with Hotpink.
About #F050BD
When working with digital screens, the color #F050BD is rendered by mixing light. Its closest recognized web color is Hotpink. This translates to an RGB value of rgb(240, 80, 189).
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 67% magenta, 21% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
When using this color as a background, text legibility must be considered. The calculated luminance score dictates that #000000 typography is the safest choice. Always test your color combinations using a contrast checker before publishing.
Color Space Conversions
HEX#F050BD
RGB240, 80, 189
HSL319.1°, 84.2%, 62.7%
CMYK0%, 67%, 21%, 6%
HSV319.1°, 66.7%, 94.1%
LAB59.8, 71.3, -24.6
XYZ48.0, 27.9, 51.0
Decimal15749309
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
3.19:1
Text on #FFFFFF
AA Large
6.59:1
Text on #000000
AA
3.05:1
Text on #F8FAFC
AA Large
5.60:1
Text on #0F172A
AA
CSS Implementation
.bg-color {
background-color: #F050BD;
}
.text-color {
color: #F050BD;
}
.border-color {
border: 2px solid #F050BD;
}