Shades of Deep Pink #F01799
Tints of Deep Pink #F01799
RGB
CMYK
RGB Variations
Color information
#F01799 (or 0xF01799) is known color: Deep Pink. HEX triplet: F0, 17 and 99. RGB value is (240,23,153). Sum of RGB (Red+Green+Blue) = 240+23+153=416 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.69% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 153 (60.16% from 255 or 36.78% from 416); Max value from RGB is 240 - color contains mainly: red. Hex color #F01799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01799 is #0FE866. Grayscale: #666666. Windows color (decimal): -1042535 or 10033136. OLE color: 10033136.
HSL color Cylindrical-coordinate representation of color #F01799: hue angle of 324.06º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F01799 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 23 | 153 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.06 |
| HSL | 324.06º | 0.88% | 0.52% | - |
| HSV(B) | 324.06º | 0.9% | 0.94% | - |
| XYZ | 41.99 | 21.44 | 32.06 | - |
| YUV | 102.7 | 156.39 | 225.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 23 | 153 | 0 | 0.90 | 0.36 | 0.06 | 324.06 | 0.88 | 0.52 |
| Hex | F0 | 17 | 99 | 0 | 5A | 24 | 6 | 144 | 58 | 34 |
| Octal | 360 | 27 | 231 | 0 | 132 | 44 | 6 | 504 | 130 | 64 |
| Binary | 11110000 | 10111 | 10011001 | 0 | 1011010 | 100100 | 110 | 101000100 | 1011000 | 110100 |
Color Harmonies of #F01799
Complementary color
Monochromatic Colors of #F01799
Black with #F01799
Text Example
Text Example
White with #F01799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01799; }
p { color: rgb(240,23,153); }
H1.HeaderClassName
{
color: #F01799;
}
.AnyTagClassName
{
color: #F01799;
}
</style>
background-color css
<style>
a { background-color: #F01799; }
a { background-color: rgb(240,23,153); }
div.DivClassName
{
background-color: #F01799;
}
.BgClassName
{
background-color: #F01799;
}
</style>
border-color css
<style>
span { border-color: #F01799; }
span { border-color: rgb(240,23,153); }
td.TdClassName
{
border-color: #F01799;
}
.TagClassName
{
border-color: #F01799;
}
</style>