Shades of Deep Pink #FD11A0
Tints of Deep Pink #FD11A0
RGB
CMYK
RGB Variations
Color information
#FD11A0 (or 0xFD11A0) is known color: Deep Pink. HEX triplet: FD, 11 and A0. RGB value is (253,17,160). Sum of RGB (Red+Green+Blue) = 253+17+160=430 (56% of max value = 765). Red value is 253 (99.22% from 255 or 58.84% from 430); Green value is 17 (7.03% from 255 or 3.95% from 430); Blue value is 160 (62.89% from 255 or 37.21% from 430); Max value from RGB is 253 - color contains mainly: red. Hex color #FD11A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD11A0 is #02EE5F. Grayscale: #676767. Windows color (decimal): -192096 or 10490365. OLE color: 10490365.
HSL color Cylindrical-coordinate representation of color #FD11A0: hue angle of 323.64º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FD11A0 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 17 | 160 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.01 |
| HSL | 323.64º | 0.98% | 0.53% | - |
| HSV(B) | 323.64º | 0.93% | 0.99% | - |
| XYZ | 47.05 | 23.82 | 35.38 | - |
| YUV | 103.87 | 159.69 | 234.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 17 | 160 | 0 | 0.93 | 0.37 | 0.01 | 323.64 | 0.98 | 0.53 |
| Hex | FD | 11 | A0 | 0 | 5D | 25 | 1 | 144 | 62 | 35 |
| Octal | 375 | 21 | 240 | 0 | 135 | 45 | 1 | 504 | 142 | 65 |
| Binary | 11111101 | 10001 | 10100000 | 0 | 1011101 | 100101 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FD11A0
Complementary color
Monochromatic Colors of #FD11A0
Black with #FD11A0
Text Example
Text Example
White with #FD11A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD11A0; }
p { color: rgb(253,17,160); }
H1.HeaderClassName
{
color: #FD11A0;
}
.AnyTagClassName
{
color: #FD11A0;
}
</style>
background-color css
<style>
a { background-color: #FD11A0; }
a { background-color: rgb(253,17,160); }
div.DivClassName
{
background-color: #FD11A0;
}
.BgClassName
{
background-color: #FD11A0;
}
</style>
border-color css
<style>
span { border-color: #FD11A0; }
span { border-color: rgb(253,17,160); }
td.TdClassName
{
border-color: #FD11A0;
}
.TagClassName
{
border-color: #FD11A0;
}
</style>