Shades of Deep Pink #FD1796
Tints of Deep Pink #FD1796
RGB
CMYK
RGB Variations
Color information
#FD1796 (or 0xFD1796) is known color: Deep Pink. HEX triplet: FD, 17 and 96. RGB value is (253,23,150). Sum of RGB (Red+Green+Blue) = 253+23+150=426 (56% of max value = 765). Red value is 253 (99.22% from 255 or 59.39% from 426); Green value is 23 (9.38% from 255 or 5.40% from 426); Blue value is 150 (58.98% from 255 or 35.21% from 426); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1796 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1796 is #02E869. Grayscale: #696969. Windows color (decimal): -190570 or 9836541. OLE color: 9836541.
HSL color Cylindrical-coordinate representation of color #FD1796: hue angle of 326.87º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FD1796 is Cyan = 0, Magento = 0.91, Yellow = 0.41 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 150 | - |
| CMYK | 0 | 0.91 | 0.41 | 0.01 |
| HSL | 326.87º | 0.98% | 0.54% | - |
| HSV(B) | 326.87º | 0.91% | 0.99% | - |
| XYZ | 46.32 | 23.7 | 30.99 | - |
| YUV | 106.25 | 152.7 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 150 | 0 | 0.91 | 0.41 | 0.01 | 326.87 | 0.98 | 0.54 |
| Hex | FD | 17 | 96 | 0 | 5B | 29 | 1 | 147 | 62 | 36 |
| Octal | 375 | 27 | 226 | 0 | 133 | 51 | 1 | 507 | 142 | 66 |
| Binary | 11111101 | 10111 | 10010110 | 0 | 1011011 | 101001 | 1 | 101000111 | 1100010 | 110110 |
Color Harmonies of #FD1796
Complementary color
Monochromatic Colors of #FD1796
Black with #FD1796
Text Example
Text Example
White with #FD1796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1796; }
p { color: rgb(253,23,150); }
H1.HeaderClassName
{
color: #FD1796;
}
.AnyTagClassName
{
color: #FD1796;
}
</style>
background-color css
<style>
a { background-color: #FD1796; }
a { background-color: rgb(253,23,150); }
div.DivClassName
{
background-color: #FD1796;
}
.BgClassName
{
background-color: #FD1796;
}
</style>
border-color css
<style>
span { border-color: #FD1796; }
span { border-color: rgb(253,23,150); }
td.TdClassName
{
border-color: #FD1796;
}
.TagClassName
{
border-color: #FD1796;
}
</style>