Shades of Shocking Pink #FF12C4
Tints of Shocking Pink #FF12C4
RGB
CMYK
RGB Variations
Color information
#FF12C4 (or 0xFF12C4) is known color: Shocking Pink. HEX triplet: FF, 12 and C4. RGB value is (255,18,196). Sum of RGB (Red+Green+Blue) = 255+18+196=469 (62% of max value = 765). Red value is 255 (100% from 255 or 54.37% from 469); Green value is 18 (7.42% from 255 or 3.84% from 469); Blue value is 196 (76.95% from 255 or 41.79% from 469); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12C4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12C4 is #00ED3B. Grayscale: #6C6C6C. Windows color (decimal): -60732 or 12849919. OLE color: 12849919.
HSL color Cylindrical-coordinate representation of color #FF12C4: hue angle of 314.94º 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 #FF12C4 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 196 | - |
| CMYK | 0 | 0.93 | 0.23 | 0 |
| HSL | 314.94º | 1% | 0.54% | - |
| HSV(B) | 314.94º | 0.93% | 1% | - |
| XYZ | 51.42 | 25.68 | 54.47 | - |
| YUV | 109.16 | 177.02 | 232.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 196 | 0 | 0.93 | 0.23 | 0 | 314.94 | 1 | 0.54 |
| Hex | FF | 12 | C4 | 0 | 5D | 17 | 0 | 13B | 64 | 36 |
| Octal | 377 | 22 | 304 | 0 | 135 | 27 | 0 | 473 | 144 | 66 |
| Binary | 11111111 | 10010 | 11000100 | 0 | 1011101 | 10111 | 0 | 100111011 | 1100100 | 110110 |
Color Harmonies of #FF12C4
Complementary color
Monochromatic Colors of #FF12C4
Black with #FF12C4
Text Example
Text Example
White with #FF12C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12C4; }
p { color: rgb(255,18,196); }
H1.HeaderClassName
{
color: #FF12C4;
}
.AnyTagClassName
{
color: #FF12C4;
}
</style>
background-color css
<style>
a { background-color: #FF12C4; }
a { background-color: rgb(255,18,196); }
div.DivClassName
{
background-color: #FF12C4;
}
.BgClassName
{
background-color: #FF12C4;
}
</style>
border-color css
<style>
span { border-color: #FF12C4; }
span { border-color: rgb(255,18,196); }
td.TdClassName
{
border-color: #FF12C4;
}
.TagClassName
{
border-color: #FF12C4;
}
</style>