Shades of Deep Pink #F0087E
Tints of Deep Pink #F0087E
RGB
CMYK
RGB Variations
Color information
#F0087E (or 0xF0087E) is known color: Deep Pink. HEX triplet: F0, 08 and 7E. RGB value is (240,8,126). Sum of RGB (Red+Green+Blue) = 240+8+126=374 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.17% from 374); Green value is 8 (3.52% from 255 or 2.14% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 240 - color contains mainly: red. Hex color #F0087E is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0087E is #0FF781. Grayscale: #5A5A5A. Windows color (decimal): -1046402 or 8259824. OLE color: 8259824.
HSL color Cylindrical-coordinate representation of color #F0087E: hue angle of 329.48º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F0087E is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 126 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.06 |
| HSL | 329.48º | 0.94% | 0.49% | - |
| HSV(B) | 329.48º | 0.97% | 0.94% | - |
| XYZ | 39.79 | 20.21 | 21.54 | - |
| YUV | 90.82 | 147.86 | 234.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 126 | 0 | 0.97 | 0.48 | 0.06 | 329.48 | 0.94 | 0.49 |
| Hex | F0 | 8 | 7E | 0 | 61 | 30 | 6 | 149 | 5E | 31 |
| Octal | 360 | 10 | 176 | 0 | 141 | 60 | 6 | 511 | 136 | 61 |
| Binary | 11110000 | 1000 | 1111110 | 0 | 1100001 | 110000 | 110 | 101001001 | 1011110 | 110001 |
Color Harmonies of #F0087E
Complementary color
Monochromatic Colors of #F0087E
Black with #F0087E
Text Example
Text Example
White with #F0087E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0087E; }
p { color: rgb(240,8,126); }
H1.HeaderClassName
{
color: #F0087E;
}
.AnyTagClassName
{
color: #F0087E;
}
</style>
background-color css
<style>
a { background-color: #F0087E; }
a { background-color: rgb(240,8,126); }
div.DivClassName
{
background-color: #F0087E;
}
.BgClassName
{
background-color: #F0087E;
}
</style>
border-color css
<style>
span { border-color: #F0087E; }
span { border-color: rgb(240,8,126); }
td.TdClassName
{
border-color: #F0087E;
}
.TagClassName
{
border-color: #F0087E;
}
</style>