Shades of Deep Pink #FD14A0
Tints of Deep Pink #FD14A0
RGB
CMYK
RGB Variations
Color information
#FD14A0 (or 0xFD14A0) is known color: Deep Pink. HEX triplet: FD, 14 and A0. RGB value is (253,20,160). Sum of RGB (Red+Green+Blue) = 253+20+160=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 20 (8.20% from 255 or 4.62% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD14A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD14A0 is #02EB5F. Grayscale: #696969. Windows color (decimal): -191328 or 10491133. OLE color: 10491133.
HSL color Cylindrical-coordinate representation of color #FD14A0: hue angle of 323.95º 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 #FD14A0 is Cyan = 0, Magento = 0.92, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 20 | 160 | - |
| CMYK | 0 | 0.92 | 0.37 | 0.01 |
| HSL | 323.95º | 0.98% | 0.54% | - |
| HSV(B) | 323.95º | 0.92% | 0.99% | - |
| XYZ | 47.1 | 23.92 | 35.39 | - |
| YUV | 105.63 | 158.69 | 233.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 20 | 160 | 0 | 0.92 | 0.37 | 0.01 | 323.95 | 0.98 | 0.54 |
| Hex | FD | 14 | A0 | 0 | 5C | 25 | 1 | 144 | 62 | 36 |
| Octal | 375 | 24 | 240 | 0 | 134 | 45 | 1 | 504 | 142 | 66 |
| Binary | 11111101 | 10100 | 10100000 | 0 | 1011100 | 100101 | 1 | 101000100 | 1100010 | 110110 |
Color Harmonies of #FD14A0
Complementary color
Monochromatic Colors of #FD14A0
Black with #FD14A0
Text Example
Text Example
White with #FD14A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD14A0; }
p { color: rgb(253,20,160); }
H1.HeaderClassName
{
color: #FD14A0;
}
.AnyTagClassName
{
color: #FD14A0;
}
</style>
background-color css
<style>
a { background-color: #FD14A0; }
a { background-color: rgb(253,20,160); }
div.DivClassName
{
background-color: #FD14A0;
}
.BgClassName
{
background-color: #FD14A0;
}
</style>
border-color css
<style>
span { border-color: #FD14A0; }
span { border-color: rgb(253,20,160); }
td.TdClassName
{
border-color: #FD14A0;
}
.TagClassName
{
border-color: #FD14A0;
}
</style>