Shades of Shocking Pink #FD19D4
Tints of Shocking Pink #FD19D4
RGB
CMYK
RGB Variations
Color information
#FD19D4 (or 0xFD19D4) is known color: Shocking Pink. HEX triplet: FD, 19 and D4. RGB value is (253,25,212). Sum of RGB (Red+Green+Blue) = 253+25+212=490 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.63% from 490); Green value is 25 (10.16% from 255 or 5.10% from 490); Blue value is 212 (83.20% from 255 or 43.27% from 490); Max value from RGB is 253 - color contains mainly: red. Hex color #FD19D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FD19D4 is #02E62B. Grayscale: #717171. Windows color (decimal): -189996 or 13900285. OLE color: 13900285.
HSL color Cylindrical-coordinate representation of color #FD19D4: hue angle of 310.79º 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 #FD19D4 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 25 | 212 | - |
| CMYK | 0 | 0.90 | 0.16 | 0.01 |
| HSL | 310.79º | 0.98% | 0.55% | - |
| HSV(B) | 310.79º | 0.9% | 0.99% | - |
| XYZ | 52.74 | 26.33 | 64.59 | - |
| YUV | 114.49 | 183.04 | 226.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 25 | 212 | 0 | 0.90 | 0.16 | 0.01 | 310.79 | 0.98 | 0.55 |
| Hex | FD | 19 | D4 | 0 | 5A | 10 | 1 | 137 | 62 | 37 |
| Octal | 375 | 31 | 324 | 0 | 132 | 20 | 1 | 467 | 142 | 67 |
| Binary | 11111101 | 11001 | 11010100 | 0 | 1011010 | 10000 | 1 | 100110111 | 1100010 | 110111 |
Color Harmonies of #FD19D4
Complementary color
Monochromatic Colors of #FD19D4
Black with #FD19D4
Text Example
Text Example
White with #FD19D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD19D4; }
p { color: rgb(253,25,212); }
H1.HeaderClassName
{
color: #FD19D4;
}
.AnyTagClassName
{
color: #FD19D4;
}
</style>
background-color css
<style>
a { background-color: #FD19D4; }
a { background-color: rgb(253,25,212); }
div.DivClassName
{
background-color: #FD19D4;
}
.BgClassName
{
background-color: #FD19D4;
}
</style>
border-color css
<style>
span { border-color: #FD19D4; }
span { border-color: rgb(253,25,212); }
td.TdClassName
{
border-color: #FD19D4;
}
.TagClassName
{
border-color: #FD19D4;
}
</style>