Shades of Deep Pink #F0187C
Tints of Deep Pink #F0187C
RGB
CMYK
RGB Variations
Color information
#F0187C (or 0xF0187C) is known color: Deep Pink. HEX triplet: F0, 18 and 7C. RGB value is (240,24,124). Sum of RGB (Red+Green+Blue) = 240+24+124=388 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.86% from 388); Green value is 24 (9.77% from 255 or 6.19% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 240 - color contains mainly: red. Hex color #F0187C is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0187C is #0FE783. Grayscale: #636363. Windows color (decimal): -1042308 or 8132848. OLE color: 8132848.
HSL color Cylindrical-coordinate representation of color #F0187C: hue angle of 332.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 #F0187C is Cyan = 0, Magento = 0.9, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 124 | - |
| CMYK | 0 | 0.9 | 0.48 | 0.06 |
| HSL | 332.22º | 0.88% | 0.52% | - |
| HSV(B) | 332.22º | 0.9% | 0.94% | - |
| XYZ | 39.9 | 20.63 | 20.95 | - |
| YUV | 99.98 | 141.56 | 227.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 124 | 0 | 0.9 | 0.48 | 0.06 | 332.22 | 0.88 | 0.52 |
| Hex | F0 | 18 | 7C | 0 | 5A | 30 | 6 | 14C | 58 | 34 |
| Octal | 360 | 30 | 174 | 0 | 132 | 60 | 6 | 514 | 130 | 64 |
| Binary | 11110000 | 11000 | 1111100 | 0 | 1011010 | 110000 | 110 | 101001100 | 1011000 | 110100 |
Color Harmonies of #F0187C
Complementary color
Monochromatic Colors of #F0187C
Black with #F0187C
Text Example
Text Example
White with #F0187C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0187C; }
p { color: rgb(240,24,124); }
H1.HeaderClassName
{
color: #F0187C;
}
.AnyTagClassName
{
color: #F0187C;
}
</style>
background-color css
<style>
a { background-color: #F0187C; }
a { background-color: rgb(240,24,124); }
div.DivClassName
{
background-color: #F0187C;
}
.BgClassName
{
background-color: #F0187C;
}
</style>
border-color css
<style>
span { border-color: #F0187C; }
span { border-color: rgb(240,24,124); }
td.TdClassName
{
border-color: #F0187C;
}
.TagClassName
{
border-color: #F0187C;
}
</style>