Shades of Shocking Pink #FF19BA
Tints of Shocking Pink #FF19BA
RGB
CMYK
RGB Variations
Color information
#FF19BA (or 0xFF19BA) is known color: Shocking Pink. HEX triplet: FF, 19 and BA. RGB value is (255,25,186). Sum of RGB (Red+Green+Blue) = 255+25+186=466 (61% of max value = 765). Red value is 255 (100% from 255 or 54.72% from 466); Green value is 25 (10.16% from 255 or 5.36% from 466); Blue value is 186 (73.05% from 255 or 39.91% from 466); Max value from RGB is 255 - color contains mainly: red. Hex color #FF19BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF19BA is #00E645. Grayscale: #6F6F6F. Windows color (decimal): -58950 or 12196351. OLE color: 12196351.
HSL color Cylindrical-coordinate representation of color #FF19BA: hue angle of 318º 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 #FF19BA is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 25 | 186 | - |
| CMYK | 0 | 0.90 | 0.27 | 0 |
| HSL | 318º | 1% | 0.55% | - |
| HSV(B) | 318º | 0.9% | 1% | - |
| XYZ | 50.45 | 25.5 | 48.72 | - |
| YUV | 112.12 | 169.7 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 25 | 186 | 0 | 0.90 | 0.27 | 0 | 318 | 1 | 0.55 |
| Hex | FF | 19 | BA | 0 | 5A | 1B | 0 | 13E | 64 | 37 |
| Octal | 377 | 31 | 272 | 0 | 132 | 33 | 0 | 476 | 144 | 67 |
| Binary | 11111111 | 11001 | 10111010 | 0 | 1011010 | 11011 | 0 | 100111110 | 1100100 | 110111 |
Color Harmonies of #FF19BA
Complementary color
Monochromatic Colors of #FF19BA
Black with #FF19BA
Text Example
Text Example
White with #FF19BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF19BA; }
p { color: rgb(255,25,186); }
H1.HeaderClassName
{
color: #FF19BA;
}
.AnyTagClassName
{
color: #FF19BA;
}
</style>
background-color css
<style>
a { background-color: #FF19BA; }
a { background-color: rgb(255,25,186); }
div.DivClassName
{
background-color: #FF19BA;
}
.BgClassName
{
background-color: #FF19BA;
}
</style>
border-color css
<style>
span { border-color: #FF19BA; }
span { border-color: rgb(255,25,186); }
td.TdClassName
{
border-color: #FF19BA;
}
.TagClassName
{
border-color: #FF19BA;
}
</style>