Shades of Shocking Pink #FF19C3
Tints of Shocking Pink #FF19C3
RGB
CMYK
RGB Variations
Color information
#FF19C3 (or 0xFF19C3) is known color: Shocking Pink. HEX triplet: FF, 19 and C3. RGB value is (255,25,195). Sum of RGB (Red+Green+Blue) = 255+25+195=475 (62% of max value = 765). Red value is 255 (100% from 255 or 53.68% from 475); Green value is 25 (10.16% from 255 or 5.26% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19C3 is #00E63C. Grayscale: #707070. Windows color (decimal): -58941 or 12786175. OLE color: 12786175.
HSL color Cylindrical-coordinate representation of color #FF19C3: hue angle of 315.65º 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 #FF19C3 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 195 | - |
| CMYK | 0 | 0.90 | 0.24 | 0 |
| HSL | 315.65º | 1% | 0.55% | - |
| HSV(B) | 315.65º | 0.9% | 1% | - |
| XYZ | 51.44 | 25.9 | 53.92 | - |
| YUV | 113.15 | 174.2 | 229.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 195 | 0 | 0.90 | 0.24 | 0 | 315.65 | 1 | 0.55 |
| Hex | FF | 19 | C3 | 0 | 5A | 18 | 0 | 13C | 64 | 37 |
| Octal | 377 | 31 | 303 | 0 | 132 | 30 | 0 | 474 | 144 | 67 |
| Binary | 11111111 | 11001 | 11000011 | 0 | 1011010 | 11000 | 0 | 100111100 | 1100100 | 110111 |
Color Harmonies of #FF19C3
Complementary color
Monochromatic Colors of #FF19C3
Black with #FF19C3
Text Example
Text Example
White with #FF19C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19C3; }
p { color: rgb(255,25,195); }
H1.HeaderClassName
{
color: #FF19C3;
}
.AnyTagClassName
{
color: #FF19C3;
}
</style>
background-color css
<style>
a { background-color: #FF19C3; }
a { background-color: rgb(255,25,195); }
div.DivClassName
{
background-color: #FF19C3;
}
.BgClassName
{
background-color: #FF19C3;
}
</style>
border-color css
<style>
span { border-color: #FF19C3; }
span { border-color: rgb(255,25,195); }
td.TdClassName
{
border-color: #FF19C3;
}
.TagClassName
{
border-color: #FF19C3;
}
</style>