Shades of Deep Pink #FF1587
Tints of Deep Pink #FF1587
RGB
CMYK
RGB Variations
Color information
#FF1587 (or 0xFF1587) is known color: Deep Pink. HEX triplet: FF, 15 and 87. RGB value is (255,21,135). Sum of RGB (Red+Green+Blue) = 255+21+135=411 (54% of max value = 765). Red value is 255 (100% from 255 or 62.04% from 411); Green value is 21 (8.59% from 255 or 5.11% from 411); Blue value is 135 (53.12% from 255 or 32.85% from 411); Max value from RGB is 255 - color contains mainly: red. Hex color #FF1587 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FF1587 is #00EA78. Grayscale: #676767. Windows color (decimal): -60025 or 8852991. OLE color: 8852991.
HSL color Cylindrical-coordinate representation of color #FF1587: hue angle of 330.77º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FF1587 is Cyan = 0, Magento = 0.92, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 21 | 135 | - |
| CMYK | 0 | 0.92 | 0.47 | 0 |
| HSL | 330.77º | 1% | 0.54% | - |
| HSV(B) | 330.77º | 0.92% | 1% | - |
| XYZ | 45.88 | 23.55 | 25.05 | - |
| YUV | 103.96 | 145.52 | 235.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 21 | 135 | 0 | 0.92 | 0.47 | 0 | 330.77 | 1 | 0.54 |
| Hex | FF | 15 | 87 | 0 | 5C | 2F | 0 | 14B | 64 | 36 |
| Octal | 377 | 25 | 207 | 0 | 134 | 57 | 0 | 513 | 144 | 66 |
| Binary | 11111111 | 10101 | 10000111 | 0 | 1011100 | 101111 | 0 | 101001011 | 1100100 | 110110 |
Color Harmonies of #FF1587
Complementary color
Monochromatic Colors of #FF1587
Black with #FF1587
Text Example
Text Example
White with #FF1587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF1587; }
p { color: rgb(255,21,135); }
H1.HeaderClassName
{
color: #FF1587;
}
.AnyTagClassName
{
color: #FF1587;
}
</style>
background-color css
<style>
a { background-color: #FF1587; }
a { background-color: rgb(255,21,135); }
div.DivClassName
{
background-color: #FF1587;
}
.BgClassName
{
background-color: #FF1587;
}
</style>
border-color css
<style>
span { border-color: #FF1587; }
span { border-color: rgb(255,21,135); }
td.TdClassName
{
border-color: #FF1587;
}
.TagClassName
{
border-color: #FF1587;
}
</style>