Shades of Shocking Pink #FF19C0
Tints of Shocking Pink #FF19C0
RGB
CMYK
RGB Variations
Color information
#FF19C0 (or 0xFF19C0) is known color: Shocking Pink. HEX triplet: FF, 19 and C0. RGB value is (255,25,192). Sum of RGB (Red+Green+Blue) = 255+25+192=472 (62% of max value = 765). Red value is 255 (100% from 255 or 54.03% from 472); Green value is 25 (10.16% from 255 or 5.30% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19C0 is #00E63F. Grayscale: #707070. Windows color (decimal): -58944 or 12589567. OLE color: 12589567.
HSL color Cylindrical-coordinate representation of color #FF19C0: hue angle of 316.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 #FF19C0 is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 192 | - |
| CMYK | 0 | 0.90 | 0.25 | 0 |
| HSL | 316.43º | 1% | 0.55% | - |
| HSV(B) | 316.43º | 0.9% | 1% | - |
| XYZ | 51.1 | 25.76 | 52.15 | - |
| YUV | 112.81 | 172.7 | 229.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 192 | 0 | 0.90 | 0.25 | 0 | 316.43 | 1 | 0.55 |
| Hex | FF | 19 | C0 | 0 | 5A | 19 | 0 | 13C | 64 | 37 |
| Octal | 377 | 31 | 300 | 0 | 132 | 31 | 0 | 474 | 144 | 67 |
| Binary | 11111111 | 11001 | 11000000 | 0 | 1011010 | 11001 | 0 | 100111100 | 1100100 | 110111 |
Color Harmonies of #FF19C0
Complementary color
Monochromatic Colors of #FF19C0
Black with #FF19C0
Text Example
Text Example
White with #FF19C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19C0; }
p { color: rgb(255,25,192); }
H1.HeaderClassName
{
color: #FF19C0;
}
.AnyTagClassName
{
color: #FF19C0;
}
</style>
background-color css
<style>
a { background-color: #FF19C0; }
a { background-color: rgb(255,25,192); }
div.DivClassName
{
background-color: #FF19C0;
}
.BgClassName
{
background-color: #FF19C0;
}
</style>
border-color css
<style>
span { border-color: #FF19C0; }
span { border-color: rgb(255,25,192); }
td.TdClassName
{
border-color: #FF19C0;
}
.TagClassName
{
border-color: #FF19C0;
}
</style>