Shades of Deep Pink #F22389
Tints of Deep Pink #F22389
RGB
CMYK
RGB Variations
Color information
#F22389 (or 0xF22389) is known color: Deep Pink. HEX triplet: F2, 23 and 89. RGB value is (242,35,137). Sum of RGB (Red+Green+Blue) = 242+35+137=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 35 (14.06% from 255 or 8.45% from 414); Blue value is 137 (53.91% from 255 or 33.09% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F22389 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F22389 is #0DDC76. Grayscale: #6C6C6C. Windows color (decimal): -908407 or 8987634. OLE color: 8987634.
HSL color Cylindrical-coordinate representation of color #F22389: hue angle of 330.43º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F22389 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 35 | 137 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.05 |
| HSL | 330.43º | 0.89% | 0.54% | - |
| HSV(B) | 330.43º | 0.86% | 0.95% | - |
| XYZ | 41.73 | 21.89 | 25.69 | - |
| YUV | 108.52 | 144.08 | 223.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 35 | 137 | 0 | 0.86 | 0.43 | 0.05 | 330.43 | 0.89 | 0.54 |
| Hex | F2 | 23 | 89 | 0 | 56 | 2B | 5 | 14A | 59 | 36 |
| Octal | 362 | 43 | 211 | 0 | 126 | 53 | 5 | 512 | 131 | 66 |
| Binary | 11110010 | 100011 | 10001001 | 0 | 1010110 | 101011 | 101 | 101001010 | 1011001 | 110110 |
Color Harmonies of #F22389
Complementary color
Monochromatic Colors of #F22389
Black with #F22389
Text Example
Text Example
White with #F22389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F22389; }
p { color: rgb(242,35,137); }
H1.HeaderClassName
{
color: #F22389;
}
.AnyTagClassName
{
color: #F22389;
}
</style>
background-color css
<style>
a { background-color: #F22389; }
a { background-color: rgb(242,35,137); }
div.DivClassName
{
background-color: #F22389;
}
.BgClassName
{
background-color: #F22389;
}
</style>
border-color css
<style>
span { border-color: #F22389; }
span { border-color: rgb(242,35,137); }
td.TdClassName
{
border-color: #F22389;
}
.TagClassName
{
border-color: #F22389;
}
</style>