Shades of Deep Pink #FD1990
Tints of Deep Pink #FD1990
RGB
CMYK
RGB Variations
Color information
#FD1990 (or 0xFD1990) is known color: Deep Pink. HEX triplet: FD, 19 and 90. RGB value is (253,25,144). Sum of RGB (Red+Green+Blue) = 253+25+144=422 (55% of max value = 765). Red value is 253 (99.22% from 255 or 59.95% from 422); Green value is 25 (10.16% from 255 or 5.92% from 422); Blue value is 144 (56.64% from 255 or 34.12% from 422); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1990 is #02E66F. Grayscale: #6A6A6A. Windows color (decimal): -190064 or 9443837. OLE color: 9443837.
HSL color Cylindrical-coordinate representation of color #FD1990: hue angle of 328.68º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD1990 is Cyan = 0, Magento = 0.90, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 144 | - |
| CMYK | 0 | 0.90 | 0.43 | 0.01 |
| HSL | 328.68º | 0.98% | 0.55% | - |
| HSV(B) | 328.68º | 0.9% | 0.99% | - |
| XYZ | 45.89 | 23.59 | 28.52 | - |
| YUV | 106.74 | 149.04 | 232.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 144 | 0 | 0.90 | 0.43 | 0.01 | 328.68 | 0.98 | 0.55 |
| Hex | FD | 19 | 90 | 0 | 5A | 2B | 1 | 149 | 62 | 37 |
| Octal | 375 | 31 | 220 | 0 | 132 | 53 | 1 | 511 | 142 | 67 |
| Binary | 11111101 | 11001 | 10010000 | 0 | 1011010 | 101011 | 1 | 101001001 | 1100010 | 110111 |
Color Harmonies of #FD1990
Complementary color
Monochromatic Colors of #FD1990
Black with #FD1990
Text Example
Text Example
White with #FD1990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1990; }
p { color: rgb(253,25,144); }
H1.HeaderClassName
{
color: #FD1990;
}
.AnyTagClassName
{
color: #FD1990;
}
</style>
background-color css
<style>
a { background-color: #FD1990; }
a { background-color: rgb(253,25,144); }
div.DivClassName
{
background-color: #FD1990;
}
.BgClassName
{
background-color: #FD1990;
}
</style>
border-color css
<style>
span { border-color: #FD1990; }
span { border-color: rgb(253,25,144); }
td.TdClassName
{
border-color: #FD1990;
}
.TagClassName
{
border-color: #FD1990;
}
</style>