Shades of Deep Pink #FF2586
Tints of Deep Pink #FF2586
RGB
CMYK
RGB Variations
Color information
#FF2586 (or 0xFF2586) is known color: Deep Pink. HEX triplet: FF, 25 and 86. RGB value is (255,37,134). Sum of RGB (Red+Green+Blue) = 255+37+134=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 37 (14.84% from 255 or 8.69% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2586 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2586 is #00DA79. Grayscale: #717171. Windows color (decimal): -55930 or 8791551. OLE color: 8791551.
HSL color Cylindrical-coordinate representation of color #FF2586: hue angle of 333.3º 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 #FF2586 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 134 | - |
| CMYK | 0 | 0.85 | 0.47 | 0 |
| HSL | 333.3º | 1% | 0.57% | - |
| HSV(B) | 333.3º | 0.85% | 1% | - |
| XYZ | 46.2 | 24.3 | 24.81 | - |
| YUV | 113.24 | 139.72 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 134 | 0 | 0.85 | 0.47 | 0 | 333.3 | 1 | 0.57 |
| Hex | FF | 25 | 86 | 0 | 55 | 2F | 0 | 14D | 64 | 39 |
| Octal | 377 | 45 | 206 | 0 | 125 | 57 | 0 | 515 | 144 | 71 |
| Binary | 11111111 | 100101 | 10000110 | 0 | 1010101 | 101111 | 0 | 101001101 | 1100100 | 111001 |
Color Harmonies of #FF2586
Complementary color
Monochromatic Colors of #FF2586
Black with #FF2586
Text Example
Text Example
White with #FF2586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2586; }
p { color: rgb(255,37,134); }
H1.HeaderClassName
{
color: #FF2586;
}
.AnyTagClassName
{
color: #FF2586;
}
</style>
background-color css
<style>
a { background-color: #FF2586; }
a { background-color: rgb(255,37,134); }
div.DivClassName
{
background-color: #FF2586;
}
.BgClassName
{
background-color: #FF2586;
}
</style>
border-color css
<style>
span { border-color: #FF2586; }
span { border-color: rgb(255,37,134); }
td.TdClassName
{
border-color: #FF2586;
}
.TagClassName
{
border-color: #FF2586;
}
</style>