Shades of Deep Pink #F0187D
Tints of Deep Pink #F0187D
RGB
CMYK
RGB Variations
Color information
#F0187D (or 0xF0187D) is known color: Deep Pink. HEX triplet: F0, 18 and 7D. RGB value is (240,24,125). Sum of RGB (Red+Green+Blue) = 240+24+125=389 (51% of max value = 765). Red value is 240 (94.14% from 255 or 61.70% from 389); Green value is 24 (9.77% from 255 or 6.17% from 389); Blue value is 125 (49.22% from 255 or 32.13% from 389); Max value from RGB is 240 - color contains mainly: red. Hex color #F0187D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0187D is #0FE782. Grayscale: #636363. Windows color (decimal): -1042307 or 8198384. OLE color: 8198384.
HSL color Cylindrical-coordinate representation of color #F0187D: hue angle of 331.94º 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 #F0187D is Cyan = 0, Magento = 0.9, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 24 | 125 | - |
| CMYK | 0 | 0.9 | 0.48 | 0.06 |
| HSL | 331.94º | 0.88% | 0.52% | - |
| HSV(B) | 331.94º | 0.9% | 0.94% | - |
| XYZ | 39.96 | 20.66 | 21.28 | - |
| YUV | 100.1 | 142.06 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 24 | 125 | 0 | 0.9 | 0.48 | 0.06 | 331.94 | 0.88 | 0.52 |
| Hex | F0 | 18 | 7D | 0 | 5A | 30 | 6 | 14C | 58 | 34 |
| Octal | 360 | 30 | 175 | 0 | 132 | 60 | 6 | 514 | 130 | 64 |
| Binary | 11110000 | 11000 | 1111101 | 0 | 1011010 | 110000 | 110 | 101001100 | 1011000 | 110100 |
Color Harmonies of #F0187D
Complementary color
Monochromatic Colors of #F0187D
Black with #F0187D
Text Example
Text Example
White with #F0187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0187D; }
p { color: rgb(240,24,125); }
H1.HeaderClassName
{
color: #F0187D;
}
.AnyTagClassName
{
color: #F0187D;
}
</style>
background-color css
<style>
a { background-color: #F0187D; }
a { background-color: rgb(240,24,125); }
div.DivClassName
{
background-color: #F0187D;
}
.BgClassName
{
background-color: #F0187D;
}
</style>
border-color css
<style>
span { border-color: #F0187D; }
span { border-color: rgb(240,24,125); }
td.TdClassName
{
border-color: #F0187D;
}
.TagClassName
{
border-color: #F0187D;
}
</style>