Shades of Deep Pink #F01E99
Tints of Deep Pink #F01E99
RGB
CMYK
RGB Variations
Color information
#F01E99 (or 0xF01E99) is known color: Deep Pink. HEX triplet: F0, 1E and 99. RGB value is (240,30,153). Sum of RGB (Red+Green+Blue) = 240+30+153=423 (56% of max value = 765). Red value is 240 (94.14% from 255 or 56.74% from 423); Green value is 30 (12.11% from 255 or 7.09% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 240 - color contains mainly: red. Hex color #F01E99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F01E99 is #0FE166. Grayscale: #6A6A6A. Windows color (decimal): -1040743 or 10034928. OLE color: 10034928.
HSL color Cylindrical-coordinate representation of color #F01E99: hue angle of 324.86º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F01E99 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 30 | 153 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.06 |
| HSL | 324.86º | 0.88% | 0.53% | - |
| HSV(B) | 324.86º | 0.88% | 0.94% | - |
| XYZ | 42.15 | 21.75 | 32.11 | - |
| YUV | 106.81 | 154.07 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 30 | 153 | 0 | 0.87 | 0.36 | 0.06 | 324.86 | 0.88 | 0.53 |
| Hex | F0 | 1E | 99 | 0 | 57 | 24 | 6 | 145 | 58 | 35 |
| Octal | 360 | 36 | 231 | 0 | 127 | 44 | 6 | 505 | 130 | 65 |
| Binary | 11110000 | 11110 | 10011001 | 0 | 1010111 | 100100 | 110 | 101000101 | 1011000 | 110101 |
Color Harmonies of #F01E99
Complementary color
Monochromatic Colors of #F01E99
Black with #F01E99
Text Example
Text Example
White with #F01E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01E99; }
p { color: rgb(240,30,153); }
H1.HeaderClassName
{
color: #F01E99;
}
.AnyTagClassName
{
color: #F01E99;
}
</style>
background-color css
<style>
a { background-color: #F01E99; }
a { background-color: rgb(240,30,153); }
div.DivClassName
{
background-color: #F01E99;
}
.BgClassName
{
background-color: #F01E99;
}
</style>
border-color css
<style>
span { border-color: #F01E99; }
span { border-color: rgb(240,30,153); }
td.TdClassName
{
border-color: #F01E99;
}
.TagClassName
{
border-color: #F01E99;
}
</style>