Shades of Shocking Pink #FF19D7
Tints of Shocking Pink #FF19D7
RGB
CMYK
RGB Variations
Color information
#FF19D7 (or 0xFF19D7) is known color: Shocking Pink. HEX triplet: FF, 19 and D7. RGB value is (255,25,215). Sum of RGB (Red+Green+Blue) = 255+25+215=495 (65% of max value = 765). Red value is 255 (100% from 255 or 51.52% from 495); Green value is 25 (10.16% from 255 or 5.05% from 495); Blue value is 215 (84.38% from 255 or 43.43% from 495); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19D7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19D7 is #00E628. Grayscale: #727272. Windows color (decimal): -58921 or 14096895. OLE color: 14096895.
HSL color Cylindrical-coordinate representation of color #FF19D7: hue angle of 310.43º 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 #FF19D7 is Cyan = 0, Magento = 0.90, Yellow = 0.16 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 215 | - |
| CMYK | 0 | 0.90 | 0.16 | 0 |
| HSL | 310.43º | 1% | 0.55% | - |
| HSV(B) | 310.43º | 0.9% | 1% | - |
| XYZ | 53.85 | 26.86 | 66.64 | - |
| YUV | 115.43 | 184.2 | 227.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 215 | 0 | 0.90 | 0.16 | 0 | 310.43 | 1 | 0.55 |
| Hex | FF | 19 | D7 | 0 | 5A | 10 | 0 | 136 | 64 | 37 |
| Octal | 377 | 31 | 327 | 0 | 132 | 20 | 0 | 466 | 144 | 67 |
| Binary | 11111111 | 11001 | 11010111 | 0 | 1011010 | 10000 | 0 | 100110110 | 1100100 | 110111 |
Color Harmonies of #FF19D7
Complementary color
Monochromatic Colors of #FF19D7
Black with #FF19D7
Text Example
Text Example
White with #FF19D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19D7; }
p { color: rgb(255,25,215); }
H1.HeaderClassName
{
color: #FF19D7;
}
.AnyTagClassName
{
color: #FF19D7;
}
</style>
background-color css
<style>
a { background-color: #FF19D7; }
a { background-color: rgb(255,25,215); }
div.DivClassName
{
background-color: #FF19D7;
}
.BgClassName
{
background-color: #FF19D7;
}
</style>
border-color css
<style>
span { border-color: #FF19D7; }
span { border-color: rgb(255,25,215); }
td.TdClassName
{
border-color: #FF19D7;
}
.TagClassName
{
border-color: #FF19D7;
}
</style>