Shades of Deep Pink #F0188D
Tints of Deep Pink #F0188D
RGB
CMYK
RGB Variations
Color information
#F0188D (or 0xF0188D) is known color: Deep Pink. HEX triplet: F0, 18 and 8D. RGB value is (240,24,141). Sum of RGB (Red+Green+Blue) = 240+24+141=405 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.26% from 405); Green value is 24 (9.77% from 255 or 5.93% from 405); Blue value is 141 (55.47% from 255 or 34.81% from 405); Max value from RGB is 240 - color contains mainly: red. Hex color #F0188D is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F0188D is #0FE772. Grayscale: #656565. Windows color (decimal): -1042291 or 9246960. OLE color: 9246960.
HSL color Cylindrical-coordinate representation of color #F0188D: hue angle of 327.5º 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 #F0188D is Cyan = 0, Magento = 0.9, Yellow = 0.41 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 141 | - |
| CMYK | 0 | 0.9 | 0.41 | 0.06 |
| HSL | 327.5º | 0.88% | 0.52% | - |
| HSV(B) | 327.5º | 0.9% | 0.94% | - |
| XYZ | 41.07 | 21.1 | 27.11 | - |
| YUV | 101.92 | 150.06 | 226.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 141 | 0 | 0.9 | 0.41 | 0.06 | 327.5 | 0.88 | 0.52 |
| Hex | F0 | 18 | 8D | 0 | 5A | 29 | 6 | 148 | 58 | 34 |
| Octal | 360 | 30 | 215 | 0 | 132 | 51 | 6 | 510 | 130 | 64 |
| Binary | 11110000 | 11000 | 10001101 | 0 | 1011010 | 101001 | 110 | 101001000 | 1011000 | 110100 |
Color Harmonies of #F0188D
Complementary color
Monochromatic Colors of #F0188D
Black with #F0188D
Text Example
Text Example
White with #F0188D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0188D; }
p { color: rgb(240,24,141); }
H1.HeaderClassName
{
color: #F0188D;
}
.AnyTagClassName
{
color: #F0188D;
}
</style>
background-color css
<style>
a { background-color: #F0188D; }
a { background-color: rgb(240,24,141); }
div.DivClassName
{
background-color: #F0188D;
}
.BgClassName
{
background-color: #F0188D;
}
</style>
border-color css
<style>
span { border-color: #F0188D; }
span { border-color: rgb(240,24,141); }
td.TdClassName
{
border-color: #F0188D;
}
.TagClassName
{
border-color: #F0188D;
}
</style>