Shades of Deep Pink #FD19A0
Tints of Deep Pink #FD19A0
RGB
CMYK
RGB Variations
Color information
#FD19A0 (or 0xFD19A0) is known color: Deep Pink. HEX triplet: FD, 19 and A0. RGB value is (253,25,160). Sum of RGB (Red+Green+Blue) = 253+25+160=438 (58% of max value = 765). Red value is 253 (99.22% from 255 or 57.76% from 438); Green value is 25 (10.16% from 255 or 5.71% from 438); Blue value is 160 (62.89% from 255 or 36.53% from 438); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19A0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #FD19A0 is #02E65F. Grayscale: #6C6C6C. Windows color (decimal): -190048 or 10492413. OLE color: 10492413.
HSL color Cylindrical-coordinate representation of color #FD19A0: hue angle of 324.47º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FD19A0 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 160 | - |
| CMYK | 0 | 0.90 | 0.37 | 0.01 |
| HSL | 324.47º | 0.98% | 0.55% | - |
| HSV(B) | 324.47º | 0.9% | 0.99% | - |
| XYZ | 47.2 | 24.12 | 35.42 | - |
| YUV | 108.56 | 157.04 | 231.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 160 | 0 | 0.90 | 0.37 | 0.01 | 324.47 | 0.98 | 0.55 |
| Hex | FD | 19 | A0 | 0 | 5A | 25 | 1 | 144 | 62 | 37 |
| Octal | 375 | 31 | 240 | 0 | 132 | 45 | 1 | 504 | 142 | 67 |
| Binary | 11111101 | 11001 | 10100000 | 0 | 1011010 | 100101 | 1 | 101000100 | 1100010 | 110111 |
Color Harmonies of #FD19A0
Complementary color
Monochromatic Colors of #FD19A0
Black with #FD19A0
Text Example
Text Example
White with #FD19A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD19A0; }
p { color: rgb(253,25,160); }
H1.HeaderClassName
{
color: #FD19A0;
}
.AnyTagClassName
{
color: #FD19A0;
}
</style>
background-color css
<style>
a { background-color: #FD19A0; }
a { background-color: rgb(253,25,160); }
div.DivClassName
{
background-color: #FD19A0;
}
.BgClassName
{
background-color: #FD19A0;
}
</style>
border-color css
<style>
span { border-color: #FD19A0; }
span { border-color: rgb(253,25,160); }
td.TdClassName
{
border-color: #FD19A0;
}
.TagClassName
{
border-color: #FD19A0;
}
</style>