Shades of Deep Pink #F0118D
Tints of Deep Pink #F0118D
RGB
CMYK
RGB Variations
Color information
#F0118D (or 0xF0118D) is known color: Deep Pink. HEX triplet: F0, 11 and 8D. RGB value is (240,17,141). Sum of RGB (Red+Green+Blue) = 240+17+141=398 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.30% from 398); Green value is 17 (7.03% from 255 or 4.27% from 398); Blue value is 141 (55.47% from 255 or 35.43% from 398); Max value from RGB is 240 - color contains mainly: red. Hex color #F0118D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0118D is #0FEE72. Grayscale: #616161. Windows color (decimal): -1044083 or 9245168. OLE color: 9245168.
HSL color Cylindrical-coordinate representation of color #F0118D: hue angle of 326.64º 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 #F0118D is Cyan = 0, Magento = 0.93, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 141 | - |
| CMYK | 0 | 0.93 | 0.41 | 0.06 |
| HSL | 326.64º | 0.88% | 0.5% | - |
| HSV(B) | 326.64º | 0.93% | 0.94% | - |
| XYZ | 40.94 | 20.85 | 27.07 | - |
| YUV | 97.81 | 152.38 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 141 | 0 | 0.93 | 0.41 | 0.06 | 326.64 | 0.88 | 0.5 |
| Hex | F0 | 11 | 8D | 0 | 5D | 29 | 6 | 147 | 58 | 32 |
| Octal | 360 | 21 | 215 | 0 | 135 | 51 | 6 | 507 | 130 | 62 |
| Binary | 11110000 | 10001 | 10001101 | 0 | 1011101 | 101001 | 110 | 101000111 | 1011000 | 110010 |
Color Harmonies of #F0118D
Complementary color
Monochromatic Colors of #F0118D
Black with #F0118D
Text Example
Text Example
White with #F0118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0118D; }
p { color: rgb(240,17,141); }
H1.HeaderClassName
{
color: #F0118D;
}
.AnyTagClassName
{
color: #F0118D;
}
</style>
background-color css
<style>
a { background-color: #F0118D; }
a { background-color: rgb(240,17,141); }
div.DivClassName
{
background-color: #F0118D;
}
.BgClassName
{
background-color: #F0118D;
}
</style>
border-color css
<style>
span { border-color: #F0118D; }
span { border-color: rgb(240,17,141); }
td.TdClassName
{
border-color: #F0118D;
}
.TagClassName
{
border-color: #F0118D;
}
</style>