Shades of Deep Pink #F0199B
Tints of Deep Pink #F0199B
RGB
CMYK
RGB Variations
Color information
#F0199B (or 0xF0199B) is known color: Deep Pink. HEX triplet: F0, 19 and 9B. RGB value is (240,25,155). Sum of RGB (Red+Green+Blue) = 240+25+155=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 25 (10.16% from 255 or 5.95% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F0199B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0199B is #0FE664. Grayscale: #676767. Windows color (decimal): -1042021 or 10164720. OLE color: 10164720.
HSL color Cylindrical-coordinate representation of color #F0199B: hue angle of 323.72º 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 #F0199B is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 25 | 155 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.06 |
| HSL | 323.72º | 0.88% | 0.52% | - |
| HSV(B) | 323.72º | 0.9% | 0.94% | - |
| XYZ | 42.2 | 21.59 | 32.95 | - |
| YUV | 104.11 | 156.73 | 224.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 25 | 155 | 0 | 0.90 | 0.35 | 0.06 | 323.72 | 0.88 | 0.52 |
| Hex | F0 | 19 | 9B | 0 | 5A | 23 | 6 | 144 | 58 | 34 |
| Octal | 360 | 31 | 233 | 0 | 132 | 43 | 6 | 504 | 130 | 64 |
| Binary | 11110000 | 11001 | 10011011 | 0 | 1011010 | 100011 | 110 | 101000100 | 1011000 | 110100 |
Color Harmonies of #F0199B
Complementary color
Monochromatic Colors of #F0199B
Black with #F0199B
Text Example
Text Example
White with #F0199B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0199B; }
p { color: rgb(240,25,155); }
H1.HeaderClassName
{
color: #F0199B;
}
.AnyTagClassName
{
color: #F0199B;
}
</style>
background-color css
<style>
a { background-color: #F0199B; }
a { background-color: rgb(240,25,155); }
div.DivClassName
{
background-color: #F0199B;
}
.BgClassName
{
background-color: #F0199B;
}
</style>
border-color css
<style>
span { border-color: #F0199B; }
span { border-color: rgb(240,25,155); }
td.TdClassName
{
border-color: #F0199B;
}
.TagClassName
{
border-color: #F0199B;
}
</style>