Shades of Deep Pink #FD0090
Tints of Deep Pink #FD0090
RGB
CMYK
RGB Variations
Color information
#FD0090 (or 0xFD0090) is known color: Deep Pink. HEX triplet: FD, 00 and 90. RGB value is (253,0,144). Sum of RGB (Red+Green+Blue) = 253+0+144=397 (52% of max value = 765). Red value is 253 (99.22% from 255 or 63.73% from 397); Green value is 0 (0.39% from 255 or 0% from 397); Blue value is 144 (56.64% from 255 or 36.27% from 397); Max value from RGB is 253 - color contains mainly: red. Hex color #FD0090 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD0090 is #02FF6F. Grayscale: #5B5B5B. Windows color (decimal): -196464 or 9437437. OLE color: 9437437.
HSL color Cylindrical-coordinate representation of color #FD0090: hue angle of 325.85º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FD0090 is Cyan = 0, Magento = 1, Yellow = 0.43 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 0 | 144 | - |
| CMYK | 0 | 1 | 0.43 | 0.01 |
| HSL | 325.85º | 1% | 0.5% | - |
| HSV(B) | 325.85º | 1% | 0.99% | - |
| XYZ | 45.54 | 22.9 | 28.4 | - |
| YUV | 92.06 | 157.32 | 242.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 0 | 144 | 0 | 1 | 0.43 | 0.01 | 325.85 | 1 | 0.5 |
| Hex | FD | 0 | 90 | 0 | 64 | 2B | 1 | 146 | 64 | 32 |
| Octal | 375 | 0 | 220 | 0 | 144 | 53 | 1 | 506 | 144 | 62 |
| Binary | 11111101 | 0 | 10010000 | 0 | 1100100 | 101011 | 1 | 101000110 | 1100100 | 110010 |
Color Harmonies of #FD0090
Complementary color
Monochromatic Colors of #FD0090
Black with #FD0090
Text Example
Text Example
White with #FD0090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD0090; }
p { color: rgb(253,0,144); }
H1.HeaderClassName
{
color: #FD0090;
}
.AnyTagClassName
{
color: #FD0090;
}
</style>
background-color css
<style>
a { background-color: #FD0090; }
a { background-color: rgb(253,0,144); }
div.DivClassName
{
background-color: #FD0090;
}
.BgClassName
{
background-color: #FD0090;
}
</style>
border-color css
<style>
span { border-color: #FD0090; }
span { border-color: rgb(253,0,144); }
td.TdClassName
{
border-color: #FD0090;
}
.TagClassName
{
border-color: #FD0090;
}
</style>