Shades of Deep Pink #FD2490
Tints of Deep Pink #FD2490
RGB
CMYK
RGB Variations
Color information
#FD2490 (or 0xFD2490) is known color: Deep Pink. HEX triplet: FD, 24 and 90. RGB value is (253,36,144). Sum of RGB (Red+Green+Blue) = 253+36+144=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 36 (14.45% from 255 or 8.31% from 433); Blue value is 144 (56.64% from 255 or 33.26% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD2490 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #FD2490 is #02DB6F. Grayscale: #707070. Windows color (decimal): -187248 or 9446653. OLE color: 9446653.
HSL color Cylindrical-coordinate representation of color #FD2490: hue angle of 330.14º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FD2490 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 36 | 144 | - |
| CMYK | 0 | 0.86 | 0.43 | 0.01 |
| HSL | 330.14º | 0.98% | 0.57% | - |
| HSV(B) | 330.14º | 0.86% | 0.99% | - |
| XYZ | 46.17 | 24.16 | 28.61 | - |
| YUV | 113.2 | 145.39 | 227.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 36 | 144 | 0 | 0.86 | 0.43 | 0.01 | 330.14 | 0.98 | 0.57 |
| Hex | FD | 24 | 90 | 0 | 56 | 2B | 1 | 14A | 62 | 39 |
| Octal | 375 | 44 | 220 | 0 | 126 | 53 | 1 | 512 | 142 | 71 |
| Binary | 11111101 | 100100 | 10010000 | 0 | 1010110 | 101011 | 1 | 101001010 | 1100010 | 111001 |
Color Harmonies of #FD2490
Complementary color
Monochromatic Colors of #FD2490
Black with #FD2490
Text Example
Text Example
White with #FD2490
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD2490; }
p { color: rgb(253,36,144); }
H1.HeaderClassName
{
color: #FD2490;
}
.AnyTagClassName
{
color: #FD2490;
}
</style>
background-color css
<style>
a { background-color: #FD2490; }
a { background-color: rgb(253,36,144); }
div.DivClassName
{
background-color: #FD2490;
}
.BgClassName
{
background-color: #FD2490;
}
</style>
border-color css
<style>
span { border-color: #FD2490; }
span { border-color: rgb(253,36,144); }
td.TdClassName
{
border-color: #FD2490;
}
.TagClassName
{
border-color: #FD2490;
}
</style>