Shades of Shocking Pink #FF19D4
Tints of Shocking Pink #FF19D4
RGB
CMYK
RGB Variations
Color information
#FF19D4 (or 0xFF19D4) is known color: Shocking Pink. HEX triplet: FF, 19 and D4. RGB value is (255,25,212). Sum of RGB (Red+Green+Blue) = 255+25+212=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 25 (10.16% from 255 or 5.08% from 492); Blue value is 212 (83.20% from 255 or 43.09% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19D4 is #00E62B. Grayscale: #727272. Windows color (decimal): -58924 or 13900287. OLE color: 13900287.
HSL color Cylindrical-coordinate representation of color #FF19D4: hue angle of 311.22º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FF19D4 is Cyan = 0, Magento = 0.90, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 212 | - |
| CMYK | 0 | 0.90 | 0.17 | 0 |
| HSL | 311.22º | 1% | 0.55% | - |
| HSV(B) | 311.22º | 0.9% | 1% | - |
| XYZ | 53.47 | 26.71 | 64.62 | - |
| YUV | 115.09 | 182.7 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 212 | 0 | 0.90 | 0.17 | 0 | 311.22 | 1 | 0.55 |
| Hex | FF | 19 | D4 | 0 | 5A | 11 | 0 | 137 | 64 | 37 |
| Octal | 377 | 31 | 324 | 0 | 132 | 21 | 0 | 467 | 144 | 67 |
| Binary | 11111111 | 11001 | 11010100 | 0 | 1011010 | 10001 | 0 | 100110111 | 1100100 | 110111 |
Color Harmonies of #FF19D4
Complementary color
Monochromatic Colors of #FF19D4
Black with #FF19D4
Text Example
Text Example
White with #FF19D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19D4; }
p { color: rgb(255,25,212); }
H1.HeaderClassName
{
color: #FF19D4;
}
.AnyTagClassName
{
color: #FF19D4;
}
</style>
background-color css
<style>
a { background-color: #FF19D4; }
a { background-color: rgb(255,25,212); }
div.DivClassName
{
background-color: #FF19D4;
}
.BgClassName
{
background-color: #FF19D4;
}
</style>
border-color css
<style>
span { border-color: #FF19D4; }
span { border-color: rgb(255,25,212); }
td.TdClassName
{
border-color: #FF19D4;
}
.TagClassName
{
border-color: #FF19D4;
}
</style>