Shades of Deep Pink #FD0990
Tints of Deep Pink #FD0990
RGB
CMYK
RGB Variations
Color information
#FD0990 (or 0xFD0990) is known color: Deep Pink. HEX triplet: FD, 09 and 90. RGB value is (253,9,144). Sum of RGB (Red+Green+Blue) = 253+9+144=406 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.32% from 406); Green value is 9 (3.91% from 255 or 2.22% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0990 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0990 is #02F66F. Grayscale: #616161. Windows color (decimal): -194160 or 9439741. OLE color: 9439741.
HSL color Cylindrical-coordinate representation of color #FD0990: hue angle of 326.8º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #FD0990 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 9 | 144 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.01 |
| HSL | 326.8º | 0.98% | 0.51% | - |
| HSV(B) | 326.8º | 0.96% | 0.99% | - |
| XYZ | 45.64 | 23.09 | 28.44 | - |
| YUV | 97.35 | 154.34 | 239.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 9 | 144 | 0 | 0.96 | 0.43 | 0.01 | 326.8 | 0.98 | 0.51 |
| Hex | FD | 9 | 90 | 0 | 60 | 2B | 1 | 147 | 62 | 33 |
| Octal | 375 | 11 | 220 | 0 | 140 | 53 | 1 | 507 | 142 | 63 |
| Binary | 11111101 | 1001 | 10010000 | 0 | 1100000 | 101011 | 1 | 101000111 | 1100010 | 110011 |
Color Harmonies of #FD0990
Complementary color
Monochromatic Colors of #FD0990
Black with #FD0990
Text Example
Text Example
White with #FD0990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0990; }
p { color: rgb(253,9,144); }
H1.HeaderClassName
{
color: #FD0990;
}
.AnyTagClassName
{
color: #FD0990;
}
</style>
background-color css
<style>
a { background-color: #FD0990; }
a { background-color: rgb(253,9,144); }
div.DivClassName
{
background-color: #FD0990;
}
.BgClassName
{
background-color: #FD0990;
}
</style>
border-color css
<style>
span { border-color: #FD0990; }
span { border-color: rgb(253,9,144); }
td.TdClassName
{
border-color: #FD0990;
}
.TagClassName
{
border-color: #FD0990;
}
</style>