Shades of Shocking Pink #F212CA
Tints of Shocking Pink #F212CA
RGB
CMYK
RGB Variations
Color information
#F212CA (or 0xF212CA) is known color: Shocking Pink. HEX triplet: F2, 12 and CA. RGB value is (242,18,202). Sum of RGB (Red+Green+Blue) = 242+18+202=462 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.38% from 462); Green value is 18 (7.42% from 255 or 3.90% from 462); Blue value is 202 (79.30% from 255 or 43.72% from 462); Max value from RGB is 242 - color contains mainly: red. Hex color #F212CA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212CA is #0DED35. Grayscale: #696969. Windows color (decimal): -912694 or 13243122. OLE color: 13243122.
HSL color Cylindrical-coordinate representation of color #F212CA: hue angle of 310.71º 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 #F212CA is Cyan = 0, Magento = 0.93, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 202 | - |
| CMYK | 0 | 0.93 | 0.17 | 0.05 |
| HSL | 310.71º | 0.9% | 0.51% | - |
| HSV(B) | 310.71º | 0.93% | 0.95% | - |
| XYZ | 47.49 | 23.57 | 57.92 | - |
| YUV | 105.95 | 182.21 | 225.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 202 | 0 | 0.93 | 0.17 | 0.05 | 310.71 | 0.9 | 0.51 |
| Hex | F2 | 12 | CA | 0 | 5D | 11 | 5 | 137 | 5A | 33 |
| Octal | 362 | 22 | 312 | 0 | 135 | 21 | 5 | 467 | 132 | 63 |
| Binary | 11110010 | 10010 | 11001010 | 0 | 1011101 | 10001 | 101 | 100110111 | 1011010 | 110011 |
Color Harmonies of #F212CA
Complementary color
Monochromatic Colors of #F212CA
Black with #F212CA
Text Example
Text Example
White with #F212CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212CA; }
p { color: rgb(242,18,202); }
H1.HeaderClassName
{
color: #F212CA;
}
.AnyTagClassName
{
color: #F212CA;
}
</style>
background-color css
<style>
a { background-color: #F212CA; }
a { background-color: rgb(242,18,202); }
div.DivClassName
{
background-color: #F212CA;
}
.BgClassName
{
background-color: #F212CA;
}
</style>
border-color css
<style>
span { border-color: #F212CA; }
span { border-color: rgb(242,18,202); }
td.TdClassName
{
border-color: #F212CA;
}
.TagClassName
{
border-color: #F212CA;
}
</style>