Shades of Deep Pink #FD1799
Tints of Deep Pink #FD1799
RGB
CMYK
RGB Variations
Color information
#FD1799 (or 0xFD1799) is known color: Deep Pink. HEX triplet: FD, 17 and 99. RGB value is (253,23,153). Sum of RGB (Red+Green+Blue) = 253+23+153=429 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.97% from 429); Green value is 23 (9.38% from 255 or 5.36% from 429); Blue value is 153 (60.16% from 255 or 35.66% from 429); Max value from RGB is 253 - color contains mainly: red. Hex color #FD1799 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD1799 is #02E866. Grayscale: #6A6A6A. Windows color (decimal): -190567 or 10033149. OLE color: 10033149.
HSL color Cylindrical-coordinate representation of color #FD1799: hue angle of 326.09º 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 #FD1799 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 23 | 153 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.01 |
| HSL | 326.09º | 0.98% | 0.54% | - |
| HSV(B) | 326.09º | 0.91% | 0.99% | - |
| XYZ | 46.56 | 23.8 | 32.28 | - |
| YUV | 106.59 | 154.2 | 232.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 23 | 153 | 0 | 0.91 | 0.40 | 0.01 | 326.09 | 0.98 | 0.54 |
| Hex | FD | 17 | 99 | 0 | 5B | 28 | 1 | 146 | 62 | 36 |
| Octal | 375 | 27 | 231 | 0 | 133 | 50 | 1 | 506 | 142 | 66 |
| Binary | 11111101 | 10111 | 10011001 | 0 | 1011011 | 101000 | 1 | 101000110 | 1100010 | 110110 |
Color Harmonies of #FD1799
Complementary color
Monochromatic Colors of #FD1799
Black with #FD1799
Text Example
Text Example
White with #FD1799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD1799; }
p { color: rgb(253,23,153); }
H1.HeaderClassName
{
color: #FD1799;
}
.AnyTagClassName
{
color: #FD1799;
}
</style>
background-color css
<style>
a { background-color: #FD1799; }
a { background-color: rgb(253,23,153); }
div.DivClassName
{
background-color: #FD1799;
}
.BgClassName
{
background-color: #FD1799;
}
</style>
border-color css
<style>
span { border-color: #FD1799; }
span { border-color: rgb(253,23,153); }
td.TdClassName
{
border-color: #FD1799;
}
.TagClassName
{
border-color: #FD1799;
}
</style>