Shades of Deep Pink #F92289
Tints of Deep Pink #F92289
RGB
CMYK
RGB Variations
Color information
#F92289 (or 0xF92289) is known color: Deep Pink. HEX triplet: F9, 22 and 89. RGB value is (249,34,137). Sum of RGB (Red+Green+Blue) = 249+34+137=420 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.29% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 137 (53.91% from 255 or 32.62% from 420); Max value from RGB is 249 - color contains mainly: red. Hex color #F92289 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F92289 is #06DD76. Grayscale: #6D6D6D. Windows color (decimal): -449911 or 8987385. OLE color: 8987385.
HSL color Cylindrical-coordinate representation of color #F92289: hue angle of 331.26º degrees, saturation: 0.95, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F92289 is Cyan = 0, Magento = 0.86, Yellow = 0.45 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 34 | 137 | - |
| CMYK | 0 | 0.86 | 0.45 | 0.02 |
| HSL | 331.26º | 0.95% | 0.55% | - |
| HSV(B) | 331.26º | 0.86% | 0.98% | - |
| XYZ | 44.15 | 23.09 | 25.8 | - |
| YUV | 110.03 | 143.23 | 227.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 34 | 137 | 0 | 0.86 | 0.45 | 0.02 | 331.26 | 0.95 | 0.55 |
| Hex | F9 | 22 | 89 | 0 | 56 | 2D | 2 | 14B | 5F | 37 |
| Octal | 371 | 42 | 211 | 0 | 126 | 55 | 2 | 513 | 137 | 67 |
| Binary | 11111001 | 100010 | 10001001 | 0 | 1010110 | 101101 | 10 | 101001011 | 1011111 | 110111 |
Color Harmonies of #F92289
Complementary color
Monochromatic Colors of #F92289
Black with #F92289
Text Example
Text Example
White with #F92289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F92289; }
p { color: rgb(249,34,137); }
H1.HeaderClassName
{
color: #F92289;
}
.AnyTagClassName
{
color: #F92289;
}
</style>
background-color css
<style>
a { background-color: #F92289; }
a { background-color: rgb(249,34,137); }
div.DivClassName
{
background-color: #F92289;
}
.BgClassName
{
background-color: #F92289;
}
</style>
border-color css
<style>
span { border-color: #F92289; }
span { border-color: rgb(249,34,137); }
td.TdClassName
{
border-color: #F92289;
}
.TagClassName
{
border-color: #F92289;
}
</style>