Shades of Deep Pink #FF2585
Tints of Deep Pink #FF2585
RGB
CMYK
RGB Variations
Color information
#FF2585 (or 0xFF2585) is known color: Deep Pink. HEX triplet: FF, 25 and 85. RGB value is (255,37,133). Sum of RGB (Red+Green+Blue) = 255+37+133=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 37 (14.84% from 255 or 8.71% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2585 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2585 is #00DA7A. Grayscale: #707070. Windows color (decimal): -55931 or 8726015. OLE color: 8726015.
HSL color Cylindrical-coordinate representation of color #FF2585: hue angle of 333.58º 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 #FF2585 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 37 | 133 | - |
| CMYK | 0 | 0.85 | 0.48 | 0 |
| HSL | 333.58º | 1% | 0.57% | - |
| HSV(B) | 333.58º | 0.85% | 1% | - |
| XYZ | 46.14 | 24.28 | 24.44 | - |
| YUV | 113.13 | 139.22 | 229.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 37 | 133 | 0 | 0.85 | 0.48 | 0 | 333.58 | 1 | 0.57 |
| Hex | FF | 25 | 85 | 0 | 55 | 30 | 0 | 14E | 64 | 39 |
| Octal | 377 | 45 | 205 | 0 | 125 | 60 | 0 | 516 | 144 | 71 |
| Binary | 11111111 | 100101 | 10000101 | 0 | 1010101 | 110000 | 0 | 101001110 | 1100100 | 111001 |
Color Harmonies of #FF2585
Complementary color
Monochromatic Colors of #FF2585
Black with #FF2585
Text Example
Text Example
White with #FF2585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2585; }
p { color: rgb(255,37,133); }
H1.HeaderClassName
{
color: #FF2585;
}
.AnyTagClassName
{
color: #FF2585;
}
</style>
background-color css
<style>
a { background-color: #FF2585; }
a { background-color: rgb(255,37,133); }
div.DivClassName
{
background-color: #FF2585;
}
.BgClassName
{
background-color: #FF2585;
}
</style>
border-color css
<style>
span { border-color: #FF2585; }
span { border-color: rgb(255,37,133); }
td.TdClassName
{
border-color: #FF2585;
}
.TagClassName
{
border-color: #FF2585;
}
</style>