Shades of Deep Pink #F42089
Tints of Deep Pink #F42089
RGB
CMYK
RGB Variations
Color information
#F42089 (or 0xF42089) is known color: Deep Pink. HEX triplet: F4, 20 and 89. RGB value is (244,32,137). Sum of RGB (Red+Green+Blue) = 244+32+137=413 (54% of max value = 765). Red value is 244 (95.70% from 255 or 59.08% from 413); Green value is 32 (12.89% from 255 or 7.75% from 413); Blue value is 137 (53.91% from 255 or 33.17% from 413); Max value from RGB is 244 - color contains mainly: red. Hex color #F42089 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42089 is #0BDF76. Grayscale: #6B6B6B. Windows color (decimal): -778103 or 8986868. OLE color: 8986868.
HSL color Cylindrical-coordinate representation of color #F42089: hue angle of 330.28º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F42089 is Cyan = 0, Magento = 0.87, Yellow = 0.44 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 137 | - |
| CMYK | 0 | 0.87 | 0.44 | 0.04 |
| HSL | 330.28º | 0.91% | 0.54% | - |
| HSV(B) | 330.28º | 0.87% | 0.96% | - |
| XYZ | 42.34 | 22.07 | 25.7 | - |
| YUV | 107.36 | 144.74 | 225.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 137 | 0 | 0.87 | 0.44 | 0.04 | 330.28 | 0.91 | 0.54 |
| Hex | F4 | 20 | 89 | 0 | 57 | 2C | 4 | 14A | 5B | 36 |
| Octal | 364 | 40 | 211 | 0 | 127 | 54 | 4 | 512 | 133 | 66 |
| Binary | 11110100 | 100000 | 10001001 | 0 | 1010111 | 101100 | 100 | 101001010 | 1011011 | 110110 |
Color Harmonies of #F42089
Complementary color
Monochromatic Colors of #F42089
Black with #F42089
Text Example
Text Example
White with #F42089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42089; }
p { color: rgb(244,32,137); }
H1.HeaderClassName
{
color: #F42089;
}
.AnyTagClassName
{
color: #F42089;
}
</style>
background-color css
<style>
a { background-color: #F42089; }
a { background-color: rgb(244,32,137); }
div.DivClassName
{
background-color: #F42089;
}
.BgClassName
{
background-color: #F42089;
}
</style>
border-color css
<style>
span { border-color: #F42089; }
span { border-color: rgb(244,32,137); }
td.TdClassName
{
border-color: #F42089;
}
.TagClassName
{
border-color: #F42089;
}
</style>