Shades of Deep Pink #FD1982
Tints of Deep Pink #FD1982
RGB
CMYK
RGB Variations
Color information
#FD1982 (or 0xFD1982) is known color: Deep Pink. HEX triplet: FD, 19 and 82. RGB value is (253,25,130). Sum of RGB (Red+Green+Blue) = 253+25+130=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 25 (10.16% from 255 or 6.13% from 408); Blue value is 130 (51.17% from 255 or 31.86% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1982 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1982 is #02E67D. Grayscale: #686868. Windows color (decimal): -190078 or 8526333. OLE color: 8526333.
HSL color Cylindrical-coordinate representation of color #FD1982: hue angle of 332.37º 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 #FD1982 is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 130 | - |
| CMYK | 0 | 0.90 | 0.49 | 0.01 |
| HSL | 332.37º | 0.98% | 0.55% | - |
| HSV(B) | 332.37º | 0.9% | 0.99% | - |
| XYZ | 44.88 | 23.19 | 23.23 | - |
| YUV | 105.14 | 142.04 | 233.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 130 | 0 | 0.90 | 0.49 | 0.01 | 332.37 | 0.98 | 0.55 |
| Hex | FD | 19 | 82 | 0 | 5A | 31 | 1 | 14C | 62 | 37 |
| Octal | 375 | 31 | 202 | 0 | 132 | 61 | 1 | 514 | 142 | 67 |
| Binary | 11111101 | 11001 | 10000010 | 0 | 1011010 | 110001 | 1 | 101001100 | 1100010 | 110111 |
Color Harmonies of #FD1982
Complementary color
Monochromatic Colors of #FD1982
Black with #FD1982
Text Example
Text Example
White with #FD1982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1982; }
p { color: rgb(253,25,130); }
H1.HeaderClassName
{
color: #FD1982;
}
.AnyTagClassName
{
color: #FD1982;
}
</style>
background-color css
<style>
a { background-color: #FD1982; }
a { background-color: rgb(253,25,130); }
div.DivClassName
{
background-color: #FD1982;
}
.BgClassName
{
background-color: #FD1982;
}
</style>
border-color css
<style>
span { border-color: #FD1982; }
span { border-color: rgb(253,25,130); }
td.TdClassName
{
border-color: #FD1982;
}
.TagClassName
{
border-color: #FD1982;
}
</style>