Shades of Deep Pink #F42090
Tints of Deep Pink #F42090
RGB
CMYK
RGB Variations
Color information
#F42090 (or 0xF42090) is known color: Deep Pink. HEX triplet: F4, 20 and 90. RGB value is (244,32,144). Sum of RGB (Red+Green+Blue) = 244+32+144=420 (55% of max value = 765). Red value is 244 (95.70% from 255 or 58.10% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 144 (56.64% from 255 or 34.29% from 420); Max value from RGB is 244 - color contains mainly: red. Hex color #F42090 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F42090 is #0BDF6F. Grayscale: #6B6B6B. Windows color (decimal): -778096 or 9445620. OLE color: 9445620.
HSL color Cylindrical-coordinate representation of color #F42090: hue angle of 328.3º 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 #F42090 is Cyan = 0, Magento = 0.87, Yellow = 0.41 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 32 | 144 | - |
| CMYK | 0 | 0.87 | 0.41 | 0.04 |
| HSL | 328.3º | 0.91% | 0.54% | - |
| HSV(B) | 328.3º | 0.87% | 0.96% | - |
| XYZ | 42.86 | 22.28 | 28.43 | - |
| YUV | 108.16 | 148.24 | 224.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 32 | 144 | 0 | 0.87 | 0.41 | 0.04 | 328.3 | 0.91 | 0.54 |
| Hex | F4 | 20 | 90 | 0 | 57 | 29 | 4 | 148 | 5B | 36 |
| Octal | 364 | 40 | 220 | 0 | 127 | 51 | 4 | 510 | 133 | 66 |
| Binary | 11110100 | 100000 | 10010000 | 0 | 1010111 | 101001 | 100 | 101001000 | 1011011 | 110110 |
Color Harmonies of #F42090
Complementary color
Monochromatic Colors of #F42090
Black with #F42090
Text Example
Text Example
White with #F42090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F42090; }
p { color: rgb(244,32,144); }
H1.HeaderClassName
{
color: #F42090;
}
.AnyTagClassName
{
color: #F42090;
}
</style>
background-color css
<style>
a { background-color: #F42090; }
a { background-color: rgb(244,32,144); }
div.DivClassName
{
background-color: #F42090;
}
.BgClassName
{
background-color: #F42090;
}
</style>
border-color css
<style>
span { border-color: #F42090; }
span { border-color: rgb(244,32,144); }
td.TdClassName
{
border-color: #F42090;
}
.TagClassName
{
border-color: #F42090;
}
</style>