Shades of Shocking Pink #FF12CC
Tints of Shocking Pink #FF12CC
RGB
CMYK
RGB Variations
Color information
#FF12CC (or 0xFF12CC) is known color: Shocking Pink. HEX triplet: FF, 12 and CC. RGB value is (255,18,204). Sum of RGB (Red+Green+Blue) = 255+18+204=477 (63% of max value = 765). Red value is 255 (100% from 255 or 53.46% from 477); Green value is 18 (7.42% from 255 or 3.77% from 477); Blue value is 204 (80.08% from 255 or 42.77% from 477); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12CC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12CC is #00ED33. Grayscale: #6D6D6D. Windows color (decimal): -60724 or 13374207. OLE color: 13374207.
HSL color Cylindrical-coordinate representation of color #FF12CC: hue angle of 312.91º 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 #FF12CC is Cyan = 0, Magento = 0.93, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 204 | - |
| CMYK | 0 | 0.93 | 0.2 | 0 |
| HSL | 312.91º | 1% | 0.54% | - |
| HSV(B) | 312.91º | 0.93% | 1% | - |
| XYZ | 52.36 | 26.05 | 59.4 | - |
| YUV | 110.07 | 181.02 | 231.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 204 | 0 | 0.93 | 0.2 | 0 | 312.91 | 1 | 0.54 |
| Hex | FF | 12 | CC | 0 | 5D | 14 | 0 | 139 | 64 | 36 |
| Octal | 377 | 22 | 314 | 0 | 135 | 24 | 0 | 471 | 144 | 66 |
| Binary | 11111111 | 10010 | 11001100 | 0 | 1011101 | 10100 | 0 | 100111001 | 1100100 | 110110 |
Color Harmonies of #FF12CC
Complementary color
Monochromatic Colors of #FF12CC
Black with #FF12CC
Text Example
Text Example
White with #FF12CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12CC; }
p { color: rgb(255,18,204); }
H1.HeaderClassName
{
color: #FF12CC;
}
.AnyTagClassName
{
color: #FF12CC;
}
</style>
background-color css
<style>
a { background-color: #FF12CC; }
a { background-color: rgb(255,18,204); }
div.DivClassName
{
background-color: #FF12CC;
}
.BgClassName
{
background-color: #FF12CC;
}
</style>
border-color css
<style>
span { border-color: #FF12CC; }
span { border-color: rgb(255,18,204); }
td.TdClassName
{
border-color: #FF12CC;
}
.TagClassName
{
border-color: #FF12CC;
}
</style>