Shades of Deep Pink #F0188E
Tints of Deep Pink #F0188E
RGB
CMYK
RGB Variations
Color information
#F0188E (or 0xF0188E) is known color: Deep Pink. HEX triplet: F0, 18 and 8E. RGB value is (240,24,142). Sum of RGB (Red+Green+Blue) = 240+24+142=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 24 (9.77% from 255 or 5.91% from 406); Blue value is 142 (55.86% from 255 or 34.98% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F0188E is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0188E is #0FE771. Grayscale: #656565. Windows color (decimal): -1042290 or 9312496. OLE color: 9312496.
HSL color Cylindrical-coordinate representation of color #F0188E: hue angle of 327.22º 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 #F0188E is Cyan = 0, Magento = 0.9, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 142 | - |
| CMYK | 0 | 0.9 | 0.41 | 0.06 |
| HSL | 327.22º | 0.88% | 0.52% | - |
| HSV(B) | 327.22º | 0.9% | 0.94% | - |
| XYZ | 41.14 | 21.13 | 27.5 | - |
| YUV | 102.04 | 150.56 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 142 | 0 | 0.9 | 0.41 | 0.06 | 327.22 | 0.88 | 0.52 |
| Hex | F0 | 18 | 8E | 0 | 5A | 29 | 6 | 147 | 58 | 34 |
| Octal | 360 | 30 | 216 | 0 | 132 | 51 | 6 | 507 | 130 | 64 |
| Binary | 11110000 | 11000 | 10001110 | 0 | 1011010 | 101001 | 110 | 101000111 | 1011000 | 110100 |
Color Harmonies of #F0188E
Complementary color
Monochromatic Colors of #F0188E
Black with #F0188E
Text Example
Text Example
White with #F0188E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0188E; }
p { color: rgb(240,24,142); }
H1.HeaderClassName
{
color: #F0188E;
}
.AnyTagClassName
{
color: #F0188E;
}
</style>
background-color css
<style>
a { background-color: #F0188E; }
a { background-color: rgb(240,24,142); }
div.DivClassName
{
background-color: #F0188E;
}
.BgClassName
{
background-color: #F0188E;
}
</style>
border-color css
<style>
span { border-color: #F0188E; }
span { border-color: rgb(240,24,142); }
td.TdClassName
{
border-color: #F0188E;
}
.TagClassName
{
border-color: #F0188E;
}
</style>