#F00092
A medium, vivid magenta closely aligning with Deeppink.
About #F00092
Visually, #F00092 is defined as a vivid magenta. Its closest recognized web color is Deeppink. To achieve this exact tint on a monitor, you would use an RGB mix of 240, 0, and 146.
While screens use RGB, printing presses rely on Cyan, Magenta, Yellow, and Key (black). Its ink density profile breaks down to 0% cyan, 100% magenta, 39% yellow, and 6% black. This makes it a relatively light color when applied to physical surfaces.
From a UX and accessibility standpoint, contrast is paramount. To prevent eye strain, #000000 text pairs best with this hex code. Be sure to check our contrast matrix below to see exactly how it performs against common backgrounds.
Color Space Conversions
HEX#F00092
RGB240, 0, 146
HSL323.5°, 100.0%, 47.1%
CMYK0%, 100%, 39%, 6%
HSV323.5°, 100.0%, 94.1%
LAB52.5, 82.9, -10.6
XYZ41.1, 20.6, 29.0
Decimal15728786
Color Harmonies
Tints, Shades & Tones
Tints (Adding White)
Shades (Adding Black)
WCAG Contrast Accessibility
4.10:1
Text on #FFFFFF
AA Large
5.12:1
Text on #000000
AA
3.92:1
Text on #F8FAFC
AA Large
4.35:1
Text on #0F172A
AA Large
CSS Implementation
.bg-color {
background-color: #F00092;
}
.text-color {
color: #F00092;
}
.border-color {
border: 2px solid #F00092;
}