Shades of Deep Pink #FF2587
Tints of Deep Pink #FF2587
RGB
CMYK
RGB Variations
Color information
#FF2587 (or 0xFF2587) is known color: Deep Pink. HEX triplet: FF, 25 and 87. RGB value is (255,37,135). Sum of RGB (Red+Green+Blue) = 255+37+135=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 37 (14.84% from 255 or 8.67% from 427); Blue value is 135 (53.12% from 255 or 31.62% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2587 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2587 is #00DA78. Grayscale: #717171. Windows color (decimal): -55929 or 8857087. OLE color: 8857087.
HSL color Cylindrical-coordinate representation of color #FF2587: hue angle of 333.03º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FF2587 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 135 | - |
| CMYK | 0 | 0.85 | 0.47 | 0 |
| HSL | 333.03º | 1% | 0.57% | - |
| HSV(B) | 333.03º | 0.85% | 1% | - |
| XYZ | 46.27 | 24.33 | 25.18 | - |
| YUV | 113.35 | 140.22 | 229.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 135 | 0 | 0.85 | 0.47 | 0 | 333.03 | 1 | 0.57 |
| Hex | FF | 25 | 87 | 0 | 55 | 2F | 0 | 14D | 64 | 39 |
| Octal | 377 | 45 | 207 | 0 | 125 | 57 | 0 | 515 | 144 | 71 |
| Binary | 11111111 | 100101 | 10000111 | 0 | 1010101 | 101111 | 0 | 101001101 | 1100100 | 111001 |
Color Harmonies of #FF2587
Complementary color
Monochromatic Colors of #FF2587
Black with #FF2587
Text Example
Text Example
White with #FF2587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2587; }
p { color: rgb(255,37,135); }
H1.HeaderClassName
{
color: #FF2587;
}
.AnyTagClassName
{
color: #FF2587;
}
</style>
background-color css
<style>
a { background-color: #FF2587; }
a { background-color: rgb(255,37,135); }
div.DivClassName
{
background-color: #FF2587;
}
.BgClassName
{
background-color: #FF2587;
}
</style>
border-color css
<style>
span { border-color: #FF2587; }
span { border-color: rgb(255,37,135); }
td.TdClassName
{
border-color: #FF2587;
}
.TagClassName
{
border-color: #FF2587;
}
</style>