Shades of Shocking Pink #FF12D1
Tints of Shocking Pink #FF12D1
RGB
CMYK
RGB Variations
Color information
#FF12D1 (or 0xFF12D1) is known color: Shocking Pink. HEX triplet: FF, 12 and D1. RGB value is (255,18,209). Sum of RGB (Red+Green+Blue) = 255+18+209=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 18 (7.42% from 255 or 3.73% from 482); Blue value is 209 (82.03% from 255 or 43.36% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FF12D1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #FF12D1 is #00ED2E. Grayscale: #6E6E6E. Windows color (decimal): -60719 or 13701887. OLE color: 13701887.
HSL color Cylindrical-coordinate representation of color #FF12D1: hue angle of 311.65º 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 #FF12D1 is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 18 | 209 | - |
| CMYK | 0 | 0.93 | 0.18 | 0 |
| HSL | 311.65º | 1% | 0.54% | - |
| HSV(B) | 311.65º | 0.93% | 1% | - |
| XYZ | 52.96 | 26.3 | 62.61 | - |
| YUV | 110.64 | 183.52 | 230.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 18 | 209 | 0 | 0.93 | 0.18 | 0 | 311.65 | 1 | 0.54 |
| Hex | FF | 12 | D1 | 0 | 5D | 12 | 0 | 138 | 64 | 36 |
| Octal | 377 | 22 | 321 | 0 | 135 | 22 | 0 | 470 | 144 | 66 |
| Binary | 11111111 | 10010 | 11010001 | 0 | 1011101 | 10010 | 0 | 100111000 | 1100100 | 110110 |
Color Harmonies of #FF12D1
Complementary color
Monochromatic Colors of #FF12D1
Black with #FF12D1
Text Example
Text Example
White with #FF12D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF12D1; }
p { color: rgb(255,18,209); }
H1.HeaderClassName
{
color: #FF12D1;
}
.AnyTagClassName
{
color: #FF12D1;
}
</style>
background-color css
<style>
a { background-color: #FF12D1; }
a { background-color: rgb(255,18,209); }
div.DivClassName
{
background-color: #FF12D1;
}
.BgClassName
{
background-color: #FF12D1;
}
</style>
border-color css
<style>
span { border-color: #FF12D1; }
span { border-color: rgb(255,18,209); }
td.TdClassName
{
border-color: #FF12D1;
}
.TagClassName
{
border-color: #FF12D1;
}
</style>