Shades of Deep Pink #F01493
Tints of Deep Pink #F01493
RGB
CMYK
RGB Variations
Color information
#F01493 (or 0xF01493) is known color: Deep Pink. HEX triplet: F0, 14 and 93. RGB value is (240,20,147). Sum of RGB (Red+Green+Blue) = 240+20+147=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 20 (8.20% from 255 or 4.91% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F01493 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01493 is #0FEB6C. Grayscale: #636363. Windows color (decimal): -1043309 or 9639152. OLE color: 9639152.
HSL color Cylindrical-coordinate representation of color #F01493: hue angle of 325.36º 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 #F01493 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 20 | 147 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.06 |
| HSL | 325.36º | 0.88% | 0.51% | - |
| HSV(B) | 325.36º | 0.92% | 0.94% | - |
| XYZ | 41.45 | 21.13 | 29.5 | - |
| YUV | 100.26 | 154.39 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 20 | 147 | 0 | 0.92 | 0.39 | 0.06 | 325.36 | 0.88 | 0.51 |
| Hex | F0 | 14 | 93 | 0 | 5C | 27 | 6 | 145 | 58 | 33 |
| Octal | 360 | 24 | 223 | 0 | 134 | 47 | 6 | 505 | 130 | 63 |
| Binary | 11110000 | 10100 | 10010011 | 0 | 1011100 | 100111 | 110 | 101000101 | 1011000 | 110011 |
Color Harmonies of #F01493
Complementary color
Monochromatic Colors of #F01493
Black with #F01493
Text Example
Text Example
White with #F01493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01493; }
p { color: rgb(240,20,147); }
H1.HeaderClassName
{
color: #F01493;
}
.AnyTagClassName
{
color: #F01493;
}
</style>
background-color css
<style>
a { background-color: #F01493; }
a { background-color: rgb(240,20,147); }
div.DivClassName
{
background-color: #F01493;
}
.BgClassName
{
background-color: #F01493;
}
</style>
border-color css
<style>
span { border-color: #F01493; }
span { border-color: rgb(240,20,147); }
td.TdClassName
{
border-color: #F01493;
}
.TagClassName
{
border-color: #F01493;
}
</style>