Shades of Deep Pink #FF0087
Tints of Deep Pink #FF0087
RGB
CMYK
RGB Variations
Color information
#FF0087 (or 0xFF0087) is known color: Deep Pink. HEX triplet: FF, 00 and 87. RGB value is (255,0,135). Sum of RGB (Red+Green+Blue) = 255+0+135=390 (51% of max value = 765). Red value is 255 (100% from 255 or 65.38% from 390); Green value is 0 (0.39% from 255 or 0% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 255 - color contains mainly: red. Hex color #FF0087 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF0087 is #00FF78. Grayscale: #5B5B5B. Windows color (decimal): -65401 or 8847615. OLE color: 8847615.
HSL color Cylindrical-coordinate representation of color #FF0087: hue angle of 328.24º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FF0087 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 0 | 135 | - |
| CMYK | 0 | 1 | 0.47 | 0 |
| HSL | 328.24º | 1% | 0.5% | - |
| HSV(B) | 328.24º | 1% | 1% | - |
| XYZ | 45.61 | 23.01 | 24.96 | - |
| YUV | 91.64 | 152.48 | 244.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 0 | 135 | 0 | 1 | 0.47 | 0 | 328.24 | 1 | 0.5 |
| Hex | FF | 0 | 87 | 0 | 64 | 2F | 0 | 148 | 64 | 32 |
| Octal | 377 | 0 | 207 | 0 | 144 | 57 | 0 | 510 | 144 | 62 |
| Binary | 11111111 | 0 | 10000111 | 0 | 1100100 | 101111 | 0 | 101001000 | 1100100 | 110010 |
Color Harmonies of #FF0087
Complementary color
Monochromatic Colors of #FF0087
Black with #FF0087
Text Example
Text Example
White with #FF0087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF0087; }
p { color: rgb(255,0,135); }
H1.HeaderClassName
{
color: #FF0087;
}
.AnyTagClassName
{
color: #FF0087;
}
</style>
background-color css
<style>
a { background-color: #FF0087; }
a { background-color: rgb(255,0,135); }
div.DivClassName
{
background-color: #FF0087;
}
.BgClassName
{
background-color: #FF0087;
}
</style>
border-color css
<style>
span { border-color: #FF0087; }
span { border-color: rgb(255,0,135); }
td.TdClassName
{
border-color: #FF0087;
}
.TagClassName
{
border-color: #FF0087;
}
</style>