Shades of Deep Pink #FF2490
Tints of Deep Pink #FF2490
RGB
CMYK
RGB Variations
Color information
#FF2490 (or 0xFF2490) is known color: Deep Pink. HEX triplet: FF, 24 and 90. RGB value is (255,36,144). Sum of RGB (Red+Green+Blue) = 255+36+144=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 36 (14.45% from 255 or 8.28% from 435); Blue value is 144 (56.64% from 255 or 33.10% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FF2490 is #00DB6F. Grayscale: #717171. Windows color (decimal): -56176 or 9446655. OLE color: 9446655.
HSL color Cylindrical-coordinate representation of color #FF2490: hue angle of 330.41º 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 #FF2490 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 36 | 144 | - |
| CMYK | 0 | 0.86 | 0.44 | 0 |
| HSL | 330.41º | 1% | 0.57% | - |
| HSV(B) | 330.41º | 0.86% | 1% | - |
| XYZ | 46.9 | 24.54 | 28.65 | - |
| YUV | 113.79 | 145.05 | 228.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 36 | 144 | 0 | 0.86 | 0.44 | 0 | 330.41 | 1 | 0.57 |
| Hex | FF | 24 | 90 | 0 | 56 | 2C | 0 | 14A | 64 | 39 |
| Octal | 377 | 44 | 220 | 0 | 126 | 54 | 0 | 512 | 144 | 71 |
| Binary | 11111111 | 100100 | 10010000 | 0 | 1010110 | 101100 | 0 | 101001010 | 1100100 | 111001 |
Color Harmonies of #FF2490
Complementary color
Monochromatic Colors of #FF2490
Black with #FF2490
Text Example
Text Example
White with #FF2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF2490; }
p { color: rgb(255,36,144); }
H1.HeaderClassName
{
color: #FF2490;
}
.AnyTagClassName
{
color: #FF2490;
}
</style>
background-color css
<style>
a { background-color: #FF2490; }
a { background-color: rgb(255,36,144); }
div.DivClassName
{
background-color: #FF2490;
}
.BgClassName
{
background-color: #FF2490;
}
</style>
border-color css
<style>
span { border-color: #FF2490; }
span { border-color: rgb(255,36,144); }
td.TdClassName
{
border-color: #FF2490;
}
.TagClassName
{
border-color: #FF2490;
}
</style>