Shades of Deep Pink #FD1482
Tints of Deep Pink #FD1482
RGB
CMYK
RGB Variations
Color information
#FD1482 (or 0xFD1482) is known color: Deep Pink. HEX triplet: FD, 14 and 82. RGB value is (253,20,130). Sum of RGB (Red+Green+Blue) = 253+20+130=403 (53% of max value = 765). Red value is 253 (99.22% from 255 or 62.78% from 403); Green value is 20 (8.20% from 255 or 4.96% from 403); Blue value is 130 (51.17% from 255 or 32.26% from 403); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1482 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1482 is #02EB7D. Grayscale: #656565. Windows color (decimal): -191358 or 8525053. OLE color: 8525053.
HSL color Cylindrical-coordinate representation of color #FD1482: hue angle of 331.67º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FD1482 is Cyan = 0, Magento = 0.92, Yellow = 0.49 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 130 | - |
| CMYK | 0 | 0.92 | 0.49 | 0.01 |
| HSL | 331.67º | 0.98% | 0.54% | - |
| HSV(B) | 331.67º | 0.92% | 0.99% | - |
| XYZ | 44.79 | 22.99 | 23.2 | - |
| YUV | 102.21 | 143.69 | 235.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 130 | 0 | 0.92 | 0.49 | 0.01 | 331.67 | 0.98 | 0.54 |
| Hex | FD | 14 | 82 | 0 | 5C | 31 | 1 | 14C | 62 | 36 |
| Octal | 375 | 24 | 202 | 0 | 134 | 61 | 1 | 514 | 142 | 66 |
| Binary | 11111101 | 10100 | 10000010 | 0 | 1011100 | 110001 | 1 | 101001100 | 1100010 | 110110 |
Color Harmonies of #FD1482
Complementary color
Monochromatic Colors of #FD1482
Black with #FD1482
Text Example
Text Example
White with #FD1482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1482; }
p { color: rgb(253,20,130); }
H1.HeaderClassName
{
color: #FD1482;
}
.AnyTagClassName
{
color: #FD1482;
}
</style>
background-color css
<style>
a { background-color: #FD1482; }
a { background-color: rgb(253,20,130); }
div.DivClassName
{
background-color: #FD1482;
}
.BgClassName
{
background-color: #FD1482;
}
</style>
border-color css
<style>
span { border-color: #FD1482; }
span { border-color: rgb(253,20,130); }
td.TdClassName
{
border-color: #FD1482;
}
.TagClassName
{
border-color: #FD1482;
}
</style>