Shades of Deep Pink #F01099
Tints of Deep Pink #F01099
RGB
CMYK
RGB Variations
Color information
#F01099 (or 0xF01099) is known color: Deep Pink. HEX triplet: F0, 10 and 99. RGB value is (240,16,153). Sum of RGB (Red+Green+Blue) = 240+16+153=409 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.68% from 409); Green value is 16 (6.64% from 255 or 3.91% from 409); Blue value is 153 (60.16% from 255 or 37.41% from 409); Max value from RGB is 240 - color contains mainly: red. Hex color #F01099 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F01099 is #0FEF66. Grayscale: #626262. Windows color (decimal): -1044327 or 10031344. OLE color: 10031344.
HSL color Cylindrical-coordinate representation of color #F01099: hue angle of 323.3º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F01099 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 16 | 153 | - |
| CMYK | 0 | 0.93 | 0.36 | 0.06 |
| HSL | 323.3º | 0.88% | 0.5% | - |
| HSV(B) | 323.3º | 0.93% | 0.94% | - |
| XYZ | 41.87 | 21.2 | 32.02 | - |
| YUV | 98.59 | 158.71 | 228.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 16 | 153 | 0 | 0.93 | 0.36 | 0.06 | 323.3 | 0.88 | 0.5 |
| Hex | F0 | 10 | 99 | 0 | 5D | 24 | 6 | 143 | 58 | 32 |
| Octal | 360 | 20 | 231 | 0 | 135 | 44 | 6 | 503 | 130 | 62 |
| Binary | 11110000 | 10000 | 10011001 | 0 | 1011101 | 100100 | 110 | 101000011 | 1011000 | 110010 |
Color Harmonies of #F01099
Complementary color
Monochromatic Colors of #F01099
Black with #F01099
Text Example
Text Example
White with #F01099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F01099; }
p { color: rgb(240,16,153); }
H1.HeaderClassName
{
color: #F01099;
}
.AnyTagClassName
{
color: #F01099;
}
</style>
background-color css
<style>
a { background-color: #F01099; }
a { background-color: rgb(240,16,153); }
div.DivClassName
{
background-color: #F01099;
}
.BgClassName
{
background-color: #F01099;
}
</style>
border-color css
<style>
span { border-color: #F01099; }
span { border-color: rgb(240,16,153); }
td.TdClassName
{
border-color: #F01099;
}
.TagClassName
{
border-color: #F01099;
}
</style>