Shades of Deep Pink #F0188C
Tints of Deep Pink #F0188C
RGB
CMYK
RGB Variations
Color information
#F0188C (or 0xF0188C) is known color: Deep Pink. HEX triplet: F0, 18 and 8C. RGB value is (240,24,140). Sum of RGB (Red+Green+Blue) = 240+24+140=404 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.41% from 404); Green value is 24 (9.77% from 255 or 5.94% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 240 - color contains mainly: red. Hex color #F0188C is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0188C is #0FE773. Grayscale: #656565. Windows color (decimal): -1042292 or 9181424. OLE color: 9181424.
HSL color Cylindrical-coordinate representation of color #F0188C: hue angle of 327.78º 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 #F0188C is Cyan = 0, Magento = 0.9, Yellow = 0.42 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 140 | - |
| CMYK | 0 | 0.9 | 0.42 | 0.06 |
| HSL | 327.78º | 0.88% | 0.52% | - |
| HSV(B) | 327.78º | 0.9% | 0.94% | - |
| XYZ | 41 | 21.07 | 26.72 | - |
| YUV | 101.81 | 149.56 | 226.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 140 | 0 | 0.9 | 0.42 | 0.06 | 327.78 | 0.88 | 0.52 |
| Hex | F0 | 18 | 8C | 0 | 5A | 2A | 6 | 148 | 58 | 34 |
| Octal | 360 | 30 | 214 | 0 | 132 | 52 | 6 | 510 | 130 | 64 |
| Binary | 11110000 | 11000 | 10001100 | 0 | 1011010 | 101010 | 110 | 101001000 | 1011000 | 110100 |
Color Harmonies of #F0188C
Complementary color
Monochromatic Colors of #F0188C
Black with #F0188C
Text Example
Text Example
White with #F0188C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0188C; }
p { color: rgb(240,24,140); }
H1.HeaderClassName
{
color: #F0188C;
}
.AnyTagClassName
{
color: #F0188C;
}
</style>
background-color css
<style>
a { background-color: #F0188C; }
a { background-color: rgb(240,24,140); }
div.DivClassName
{
background-color: #F0188C;
}
.BgClassName
{
background-color: #F0188C;
}
</style>
border-color css
<style>
span { border-color: #F0188C; }
span { border-color: rgb(240,24,140); }
td.TdClassName
{
border-color: #F0188C;
}
.TagClassName
{
border-color: #F0188C;
}
</style>