Shades of Deep Pink #FD12A0
Tints of Deep Pink #FD12A0
RGB
CMYK
RGB Variations
Color information
#FD12A0 (or 0xFD12A0) is known color: Deep Pink. HEX triplet: FD, 12 and A0. RGB value is (253,18,160). Sum of RGB (Red+Green+Blue) = 253+18+160=431 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.70% from 431); Green value is 18 (7.42% from 255 or 4.18% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 253 - color contains mainly: red. Hex color #FD12A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD12A0 is #02ED5F. Grayscale: #686868. Windows color (decimal): -191840 or 10490621. OLE color: 10490621.
HSL color Cylindrical-coordinate representation of color #FD12A0: hue angle of 323.74º 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 #FD12A0 is Cyan = 0, Magento = 0.93, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 18 | 160 | - |
| CMYK | 0 | 0.93 | 0.37 | 0.01 |
| HSL | 323.74º | 0.98% | 0.53% | - |
| HSV(B) | 323.74º | 0.93% | 0.99% | - |
| XYZ | 47.07 | 23.85 | 35.38 | - |
| YUV | 104.45 | 159.36 | 233.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 18 | 160 | 0 | 0.93 | 0.37 | 0.01 | 323.74 | 0.98 | 0.53 |
| Hex | FD | 12 | A0 | 0 | 5D | 25 | 1 | 144 | 62 | 35 |
| Octal | 375 | 22 | 240 | 0 | 135 | 45 | 1 | 504 | 142 | 65 |
| Binary | 11111101 | 10010 | 10100000 | 0 | 1011101 | 100101 | 1 | 101000100 | 1100010 | 110101 |
Color Harmonies of #FD12A0
Complementary color
Monochromatic Colors of #FD12A0
Black with #FD12A0
Text Example
Text Example
White with #FD12A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD12A0; }
p { color: rgb(253,18,160); }
H1.HeaderClassName
{
color: #FD12A0;
}
.AnyTagClassName
{
color: #FD12A0;
}
</style>
background-color css
<style>
a { background-color: #FD12A0; }
a { background-color: rgb(253,18,160); }
div.DivClassName
{
background-color: #FD12A0;
}
.BgClassName
{
background-color: #FD12A0;
}
</style>
border-color css
<style>
span { border-color: #FD12A0; }
span { border-color: rgb(253,18,160); }
td.TdClassName
{
border-color: #FD12A0;
}
.TagClassName
{
border-color: #FD12A0;
}
</style>