Shades of Deep Pink #F01490
Tints of Deep Pink #F01490
RGB
CMYK
RGB Variations
Color information
#F01490 (or 0xF01490) is known color: Deep Pink. HEX triplet: F0, 14 and 90. RGB value is (240,20,144). Sum of RGB (Red+Green+Blue) = 240+20+144=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 20 (8.20% from 255 or 4.95% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F01490 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01490 is #0FEB6F. Grayscale: #636363. Windows color (decimal): -1043312 or 9442544. OLE color: 9442544.
HSL color Cylindrical-coordinate representation of color #F01490: hue angle of 326.18º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F01490 is Cyan = 0, Magento = 0.92, Yellow = 0.4 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 144 | - |
| CMYK | 0 | 0.92 | 0.4 | 0.06 |
| HSL | 326.18º | 0.88% | 0.51% | - |
| HSV(B) | 326.18º | 0.92% | 0.94% | - |
| XYZ | 41.22 | 21.04 | 28.27 | - |
| YUV | 99.92 | 152.89 | 227.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 144 | 0 | 0.92 | 0.4 | 0.06 | 326.18 | 0.88 | 0.51 |
| Hex | F0 | 14 | 90 | 0 | 5C | 28 | 6 | 146 | 58 | 33 |
| Octal | 360 | 24 | 220 | 0 | 134 | 50 | 6 | 506 | 130 | 63 |
| Binary | 11110000 | 10100 | 10010000 | 0 | 1011100 | 101000 | 110 | 101000110 | 1011000 | 110011 |
Color Harmonies of #F01490
Complementary color
Monochromatic Colors of #F01490
Black with #F01490
Text Example
Text Example
White with #F01490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01490; }
p { color: rgb(240,20,144); }
H1.HeaderClassName
{
color: #F01490;
}
.AnyTagClassName
{
color: #F01490;
}
</style>
background-color css
<style>
a { background-color: #F01490; }
a { background-color: rgb(240,20,144); }
div.DivClassName
{
background-color: #F01490;
}
.BgClassName
{
background-color: #F01490;
}
</style>
border-color css
<style>
span { border-color: #F01490; }
span { border-color: rgb(240,20,144); }
td.TdClassName
{
border-color: #F01490;
}
.TagClassName
{
border-color: #F01490;
}
</style>