Shades of Deep Pink #FF2488
Tints of Deep Pink #FF2488
RGB
CMYK
RGB Variations
Color information
#FF2488 (or 0xFF2488) is known color: Deep Pink. HEX triplet: FF, 24 and 88. RGB value is (255,36,136). Sum of RGB (Red+Green+Blue) = 255+36+136=427 (56% of max value = 765). Red value is 255 (100% from 255 or 59.72% from 427); Green value is 36 (14.45% from 255 or 8.43% from 427); Blue value is 136 (53.52% from 255 or 31.85% from 427); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2488 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2488 is #00DB77. Grayscale: #707070. Windows color (decimal): -56184 or 8922367. OLE color: 8922367.
HSL color Cylindrical-coordinate representation of color #FF2488: hue angle of 332.6º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FF2488 is Cyan = 0, Magento = 0.86, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 136 | - |
| CMYK | 0 | 0.86 | 0.47 | 0 |
| HSL | 332.6º | 1% | 0.57% | - |
| HSV(B) | 332.6º | 0.86% | 1% | - |
| XYZ | 46.31 | 24.3 | 25.54 | - |
| YUV | 112.88 | 141.05 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 136 | 0 | 0.86 | 0.47 | 0 | 332.6 | 1 | 0.57 |
| Hex | FF | 24 | 88 | 0 | 56 | 2F | 0 | 14D | 64 | 39 |
| Octal | 377 | 44 | 210 | 0 | 126 | 57 | 0 | 515 | 144 | 71 |
| Binary | 11111111 | 100100 | 10001000 | 0 | 1010110 | 101111 | 0 | 101001101 | 1100100 | 111001 |
Color Harmonies of #FF2488
Complementary color
Monochromatic Colors of #FF2488
Black with #FF2488
Text Example
Text Example
White with #FF2488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2488; }
p { color: rgb(255,36,136); }
H1.HeaderClassName
{
color: #FF2488;
}
.AnyTagClassName
{
color: #FF2488;
}
</style>
background-color css
<style>
a { background-color: #FF2488; }
a { background-color: rgb(255,36,136); }
div.DivClassName
{
background-color: #FF2488;
}
.BgClassName
{
background-color: #FF2488;
}
</style>
border-color css
<style>
span { border-color: #FF2488; }
span { border-color: rgb(255,36,136); }
td.TdClassName
{
border-color: #FF2488;
}
.TagClassName
{
border-color: #FF2488;
}
</style>