Shades of Shocking Pink #FF12C0
Tints of Shocking Pink #FF12C0
RGB
CMYK
RGB Variations
Color information
#FF12C0 (or 0xFF12C0) is known color: Shocking Pink. HEX triplet: FF, 12 and C0. RGB value is (255,18,192). Sum of RGB (Red+Green+Blue) = 255+18+192=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 18 (7.42% from 255 or 3.87% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12C0 is #00ED3F. Grayscale: #6C6C6C. Windows color (decimal): -60736 or 12587775. OLE color: 12587775.
HSL color Cylindrical-coordinate representation of color #FF12C0: hue angle of 315.95º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #FF12C0 is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 192 | - |
| CMYK | 0 | 0.93 | 0.25 | 0 |
| HSL | 315.95º | 1% | 0.54% | - |
| HSV(B) | 315.95º | 0.93% | 1% | - |
| XYZ | 50.97 | 25.5 | 52.1 | - |
| YUV | 108.7 | 175.02 | 232.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 192 | 0 | 0.93 | 0.25 | 0 | 315.95 | 1 | 0.54 |
| Hex | FF | 12 | C0 | 0 | 5D | 19 | 0 | 13C | 64 | 36 |
| Octal | 377 | 22 | 300 | 0 | 135 | 31 | 0 | 474 | 144 | 66 |
| Binary | 11111111 | 10010 | 11000000 | 0 | 1011101 | 11001 | 0 | 100111100 | 1100100 | 110110 |
Color Harmonies of #FF12C0
Complementary color
Monochromatic Colors of #FF12C0
Black with #FF12C0
Text Example
Text Example
White with #FF12C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12C0; }
p { color: rgb(255,18,192); }
H1.HeaderClassName
{
color: #FF12C0;
}
.AnyTagClassName
{
color: #FF12C0;
}
</style>
background-color css
<style>
a { background-color: #FF12C0; }
a { background-color: rgb(255,18,192); }
div.DivClassName
{
background-color: #FF12C0;
}
.BgClassName
{
background-color: #FF12C0;
}
</style>
border-color css
<style>
span { border-color: #FF12C0; }
span { border-color: rgb(255,18,192); }
td.TdClassName
{
border-color: #FF12C0;
}
.TagClassName
{
border-color: #FF12C0;
}
</style>