Shades of Deep Pink #F0118F
Tints of Deep Pink #F0118F
RGB
CMYK
RGB Variations
Color information
#F0118F (or 0xF0118F) is known color: Deep Pink. HEX triplet: F0, 11 and 8F. RGB value is (240,17,143). Sum of RGB (Red+Green+Blue) = 240+17+143=400 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60% from 400); Green value is 17 (7.03% from 255 or 4.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 240 - color contains mainly: red. Hex color #F0118F is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0118F is #0FEE70. Grayscale: #616161. Windows color (decimal): -1044081 or 9376240. OLE color: 9376240.
HSL color Cylindrical-coordinate representation of color #F0118F: hue angle of 326.1º 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 #F0118F is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 143 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.06 |
| HSL | 326.1º | 0.88% | 0.5% | - |
| HSV(B) | 326.1º | 0.93% | 0.94% | - |
| XYZ | 41.09 | 20.91 | 27.86 | - |
| YUV | 98.04 | 153.38 | 229.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 143 | 0 | 0.93 | 0.40 | 0.06 | 326.1 | 0.88 | 0.5 |
| Hex | F0 | 11 | 8F | 0 | 5D | 28 | 6 | 146 | 58 | 32 |
| Octal | 360 | 21 | 217 | 0 | 135 | 50 | 6 | 506 | 130 | 62 |
| Binary | 11110000 | 10001 | 10001111 | 0 | 1011101 | 101000 | 110 | 101000110 | 1011000 | 110010 |
Color Harmonies of #F0118F
Complementary color
Monochromatic Colors of #F0118F
Black with #F0118F
Text Example
Text Example
White with #F0118F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0118F; }
p { color: rgb(240,17,143); }
H1.HeaderClassName
{
color: #F0118F;
}
.AnyTagClassName
{
color: #F0118F;
}
</style>
background-color css
<style>
a { background-color: #F0118F; }
a { background-color: rgb(240,17,143); }
div.DivClassName
{
background-color: #F0118F;
}
.BgClassName
{
background-color: #F0118F;
}
</style>
border-color css
<style>
span { border-color: #F0118F; }
span { border-color: rgb(240,17,143); }
td.TdClassName
{
border-color: #F0118F;
}
.TagClassName
{
border-color: #F0118F;
}
</style>