Shades of Deep Pink #F0087D
Tints of Deep Pink #F0087D
RGB
CMYK
RGB Variations
Color information
#F0087D (or 0xF0087D) is known color: Deep Pink. HEX triplet: F0, 08 and 7D. RGB value is (240,8,125). Sum of RGB (Red+Green+Blue) = 240+8+125=373 (49% of max value = 765). Red value is 240 (94.14% from 255 or 64.34% from 373); Green value is 8 (3.52% from 255 or 2.14% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 240 - color contains mainly: red. Hex color #F0087D is not a web safe color. Web safe color analog (approx): #FF0066. Inversed color of #F0087D is #0FF782. Grayscale: #5A5A5A. Windows color (decimal): -1046403 or 8194288. OLE color: 8194288.
HSL color Cylindrical-coordinate representation of color #F0087D: hue angle of 329.74º 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 #F0087D is Cyan = 0, Magento = 0.97, Yellow = 0.48 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 8 | 125 | - |
| CMYK | 0 | 0.97 | 0.48 | 0.06 |
| HSL | 329.74º | 0.94% | 0.49% | - |
| HSV(B) | 329.74º | 0.97% | 0.94% | - |
| XYZ | 39.72 | 20.18 | 21.2 | - |
| YUV | 90.71 | 147.36 | 234.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 8 | 125 | 0 | 0.97 | 0.48 | 0.06 | 329.74 | 0.94 | 0.49 |
| Hex | F0 | 8 | 7D | 0 | 61 | 30 | 6 | 14A | 5E | 31 |
| Octal | 360 | 10 | 175 | 0 | 141 | 60 | 6 | 512 | 136 | 61 |
| Binary | 11110000 | 1000 | 1111101 | 0 | 1100001 | 110000 | 110 | 101001010 | 1011110 | 110001 |
Color Harmonies of #F0087D
Complementary color
Monochromatic Colors of #F0087D
Black with #F0087D
Text Example
Text Example
White with #F0087D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0087D; }
p { color: rgb(240,8,125); }
H1.HeaderClassName
{
color: #F0087D;
}
.AnyTagClassName
{
color: #F0087D;
}
</style>
background-color css
<style>
a { background-color: #F0087D; }
a { background-color: rgb(240,8,125); }
div.DivClassName
{
background-color: #F0087D;
}
.BgClassName
{
background-color: #F0087D;
}
</style>
border-color css
<style>
span { border-color: #F0087D; }
span { border-color: rgb(240,8,125); }
td.TdClassName
{
border-color: #F0087D;
}
.TagClassName
{
border-color: #F0087D;
}
</style>