Shades of Shocking Pink #F212CE
Tints of Shocking Pink #F212CE
RGB
CMYK
RGB Variations
Color information
#F212CE (or 0xF212CE) is known color: Shocking Pink. HEX triplet: F2, 12 and CE. RGB value is (242,18,206). Sum of RGB (Red+Green+Blue) = 242+18+206=466 (61% of max value = 765). Red value is 242 (94.92% from 255 or 51.93% from 466); Green value is 18 (7.42% from 255 or 3.86% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 242 - color contains mainly: red. Hex color #F212CE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212CE is #0DED31. Grayscale: #696969. Windows color (decimal): -912690 or 13505266. OLE color: 13505266.
HSL color Cylindrical-coordinate representation of color #F212CE: hue angle of 309.64º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F212CE is Cyan = 0, Magento = 0.93, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 206 | - |
| CMYK | 0 | 0.93 | 0.15 | 0.05 |
| HSL | 309.64º | 0.9% | 0.51% | - |
| HSV(B) | 309.64º | 0.93% | 0.95% | - |
| XYZ | 47.97 | 23.77 | 60.45 | - |
| YUV | 106.41 | 184.21 | 224.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 206 | 0 | 0.93 | 0.15 | 0.05 | 309.64 | 0.9 | 0.51 |
| Hex | F2 | 12 | CE | 0 | 5D | F | 5 | 136 | 5A | 33 |
| Octal | 362 | 22 | 316 | 0 | 135 | 17 | 5 | 466 | 132 | 63 |
| Binary | 11110010 | 10010 | 11001110 | 0 | 1011101 | 1111 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F212CE
Complementary color
Monochromatic Colors of #F212CE
Black with #F212CE
Text Example
Text Example
White with #F212CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212CE; }
p { color: rgb(242,18,206); }
H1.HeaderClassName
{
color: #F212CE;
}
.AnyTagClassName
{
color: #F212CE;
}
</style>
background-color css
<style>
a { background-color: #F212CE; }
a { background-color: rgb(242,18,206); }
div.DivClassName
{
background-color: #F212CE;
}
.BgClassName
{
background-color: #F212CE;
}
</style>
border-color css
<style>
span { border-color: #F212CE; }
span { border-color: rgb(242,18,206); }
td.TdClassName
{
border-color: #F212CE;
}
.TagClassName
{
border-color: #F212CE;
}
</style>