Shades of Deep Pink #F0119B
Tints of Deep Pink #F0119B
RGB
CMYK
RGB Variations
Color information
#F0119B (or 0xF0119B) is known color: Deep Pink. HEX triplet: F0, 11 and 9B. RGB value is (240,17,155). Sum of RGB (Red+Green+Blue) = 240+17+155=412 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.25% from 412); Green value is 17 (7.03% from 255 or 4.13% from 412); Blue value is 155 (60.94% from 255 or 37.62% from 412); Max value from RGB is 240 - color contains mainly: red. Hex color #F0119B is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0119B is #0FEE64. Grayscale: #636363. Windows color (decimal): -1044069 or 10162672. OLE color: 10162672.
HSL color Cylindrical-coordinate representation of color #F0119B: hue angle of 322.87º 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 #F0119B is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 155 | - |
| CMYK | 0 | 0.93 | 0.35 | 0.06 |
| HSL | 322.87º | 0.88% | 0.5% | - |
| HSV(B) | 322.87º | 0.93% | 0.94% | - |
| XYZ | 42.05 | 21.29 | 32.9 | - |
| YUV | 99.41 | 159.38 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 155 | 0 | 0.93 | 0.35 | 0.06 | 322.87 | 0.88 | 0.5 |
| Hex | F0 | 11 | 9B | 0 | 5D | 23 | 6 | 143 | 58 | 32 |
| Octal | 360 | 21 | 233 | 0 | 135 | 43 | 6 | 503 | 130 | 62 |
| Binary | 11110000 | 10001 | 10011011 | 0 | 1011101 | 100011 | 110 | 101000011 | 1011000 | 110010 |
Color Harmonies of #F0119B
Complementary color
Monochromatic Colors of #F0119B
Black with #F0119B
Text Example
Text Example
White with #F0119B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0119B; }
p { color: rgb(240,17,155); }
H1.HeaderClassName
{
color: #F0119B;
}
.AnyTagClassName
{
color: #F0119B;
}
</style>
background-color css
<style>
a { background-color: #F0119B; }
a { background-color: rgb(240,17,155); }
div.DivClassName
{
background-color: #F0119B;
}
.BgClassName
{
background-color: #F0119B;
}
</style>
border-color css
<style>
span { border-color: #F0119B; }
span { border-color: rgb(240,17,155); }
td.TdClassName
{
border-color: #F0119B;
}
.TagClassName
{
border-color: #F0119B;
}
</style>