Shades of Shocking Pink #FF19D0
Tints of Shocking Pink #FF19D0
RGB
CMYK
RGB Variations
Color information
#FF19D0 (or 0xFF19D0) is known color: Shocking Pink. HEX triplet: FF, 19 and D0. RGB value is (255,25,208). Sum of RGB (Red+Green+Blue) = 255+25+208=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 25 (10.16% from 255 or 5.12% from 488); Blue value is 208 (81.64% from 255 or 42.62% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19D0 is #00E62F. Grayscale: #727272. Windows color (decimal): -58928 or 13638143. OLE color: 13638143.
HSL color Cylindrical-coordinate representation of color #FF19D0: hue angle of 312.26º 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 #FF19D0 is Cyan = 0, Magento = 0.90, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 208 | - |
| CMYK | 0 | 0.90 | 0.18 | 0 |
| HSL | 312.26º | 1% | 0.55% | - |
| HSV(B) | 312.26º | 0.9% | 1% | - |
| XYZ | 52.97 | 26.51 | 62 | - |
| YUV | 114.63 | 180.7 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 208 | 0 | 0.90 | 0.18 | 0 | 312.26 | 1 | 0.55 |
| Hex | FF | 19 | D0 | 0 | 5A | 12 | 0 | 138 | 64 | 37 |
| Octal | 377 | 31 | 320 | 0 | 132 | 22 | 0 | 470 | 144 | 67 |
| Binary | 11111111 | 11001 | 11010000 | 0 | 1011010 | 10010 | 0 | 100111000 | 1100100 | 110111 |
Color Harmonies of #FF19D0
Complementary color
Monochromatic Colors of #FF19D0
Black with #FF19D0
Text Example
Text Example
White with #FF19D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19D0; }
p { color: rgb(255,25,208); }
H1.HeaderClassName
{
color: #FF19D0;
}
.AnyTagClassName
{
color: #FF19D0;
}
</style>
background-color css
<style>
a { background-color: #FF19D0; }
a { background-color: rgb(255,25,208); }
div.DivClassName
{
background-color: #FF19D0;
}
.BgClassName
{
background-color: #FF19D0;
}
</style>
border-color css
<style>
span { border-color: #FF19D0; }
span { border-color: rgb(255,25,208); }
td.TdClassName
{
border-color: #FF19D0;
}
.TagClassName
{
border-color: #FF19D0;
}
</style>