Shades of Shocking Pink #FF19CC
Tints of Shocking Pink #FF19CC
RGB
CMYK
RGB Variations
Color information
#FF19CC (or 0xFF19CC) is known color: Shocking Pink. HEX triplet: FF, 19 and CC. RGB value is (255,25,204). Sum of RGB (Red+Green+Blue) = 255+25+204=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 25 (10.16% from 255 or 5.17% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19CC is #00E633. Grayscale: #717171. Windows color (decimal): -58932 or 13375999. OLE color: 13375999.
HSL color Cylindrical-coordinate representation of color #FF19CC: hue angle of 313.3º 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 #FF19CC is Cyan = 0, Magento = 0.90, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 204 | - |
| CMYK | 0 | 0.90 | 0.2 | 0 |
| HSL | 313.3º | 1% | 0.55% | - |
| HSV(B) | 313.3º | 0.9% | 1% | - |
| XYZ | 52.49 | 26.31 | 59.44 | - |
| YUV | 114.18 | 178.7 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 204 | 0 | 0.90 | 0.2 | 0 | 313.3 | 1 | 0.55 |
| Hex | FF | 19 | CC | 0 | 5A | 14 | 0 | 139 | 64 | 37 |
| Octal | 377 | 31 | 314 | 0 | 132 | 24 | 0 | 471 | 144 | 67 |
| Binary | 11111111 | 11001 | 11001100 | 0 | 1011010 | 10100 | 0 | 100111001 | 1100100 | 110111 |
Color Harmonies of #FF19CC
Complementary color
Monochromatic Colors of #FF19CC
Black with #FF19CC
Text Example
Text Example
White with #FF19CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19CC; }
p { color: rgb(255,25,204); }
H1.HeaderClassName
{
color: #FF19CC;
}
.AnyTagClassName
{
color: #FF19CC;
}
</style>
background-color css
<style>
a { background-color: #FF19CC; }
a { background-color: rgb(255,25,204); }
div.DivClassName
{
background-color: #FF19CC;
}
.BgClassName
{
background-color: #FF19CC;
}
</style>
border-color css
<style>
span { border-color: #FF19CC; }
span { border-color: rgb(255,25,204); }
td.TdClassName
{
border-color: #FF19CC;
}
.TagClassName
{
border-color: #FF19CC;
}
</style>