Shades of Deep Pink #F0118A
Tints of Deep Pink #F0118A
RGB
CMYK
RGB Variations
Color information
#F0118A (or 0xF0118A) is known color: Deep Pink. HEX triplet: F0, 11 and 8A. RGB value is (240,17,138). Sum of RGB (Red+Green+Blue) = 240+17+138=395 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.76% from 395); Green value is 17 (7.03% from 255 or 4.30% from 395); Blue value is 138 (54.30% from 255 or 34.94% from 395); Max value from RGB is 240 - color contains mainly: red. Hex color #F0118A is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0118A is #0FEE75. Grayscale: #616161. Windows color (decimal): -1044086 or 9048560. OLE color: 9048560.
HSL color Cylindrical-coordinate representation of color #F0118A: hue angle of 327.44º 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 #F0118A is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 17 | 138 | - |
| CMYK | 0 | 0.93 | 0.42 | 0.06 |
| HSL | 327.44º | 0.88% | 0.5% | - |
| HSV(B) | 327.44º | 0.93% | 0.94% | - |
| XYZ | 40.72 | 20.76 | 25.91 | - |
| YUV | 97.47 | 150.88 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 17 | 138 | 0 | 0.93 | 0.42 | 0.06 | 327.44 | 0.88 | 0.5 |
| Hex | F0 | 11 | 8A | 0 | 5D | 2A | 6 | 147 | 58 | 32 |
| Octal | 360 | 21 | 212 | 0 | 135 | 52 | 6 | 507 | 130 | 62 |
| Binary | 11110000 | 10001 | 10001010 | 0 | 1011101 | 101010 | 110 | 101000111 | 1011000 | 110010 |
Color Harmonies of #F0118A
Complementary color
Monochromatic Colors of #F0118A
Black with #F0118A
Text Example
Text Example
White with #F0118A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0118A; }
p { color: rgb(240,17,138); }
H1.HeaderClassName
{
color: #F0118A;
}
.AnyTagClassName
{
color: #F0118A;
}
</style>
background-color css
<style>
a { background-color: #F0118A; }
a { background-color: rgb(240,17,138); }
div.DivClassName
{
background-color: #F0118A;
}
.BgClassName
{
background-color: #F0118A;
}
</style>
border-color css
<style>
span { border-color: #F0118A; }
span { border-color: rgb(240,17,138); }
td.TdClassName
{
border-color: #F0118A;
}
.TagClassName
{
border-color: #F0118A;
}
</style>