Shades of Shocking Pink #F212CB
Tints of Shocking Pink #F212CB
RGB
CMYK
RGB Variations
Color information
#F212CB (or 0xF212CB) is known color: Shocking Pink. HEX triplet: F2, 12 and CB. RGB value is (242,18,203). Sum of RGB (Red+Green+Blue) = 242+18+203=463 (61% of max value = 765). Red value is 242 (94.92% from 255 or 52.27% from 463); Green value is 18 (7.42% from 255 or 3.89% from 463); Blue value is 203 (79.69% from 255 or 43.84% from 463); Max value from RGB is 242 - color contains mainly: red. Hex color #F212CB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212CB is #0DED34. Grayscale: #696969. Windows color (decimal): -912693 or 13308658. OLE color: 13308658.
HSL color Cylindrical-coordinate representation of color #F212CB: hue angle of 310.45º 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 #F212CB is Cyan = 0, Magento = 0.93, Yellow = 0.16 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 203 | - |
| CMYK | 0 | 0.93 | 0.16 | 0.05 |
| HSL | 310.45º | 0.9% | 0.51% | - |
| HSV(B) | 310.45º | 0.93% | 0.95% | - |
| XYZ | 47.61 | 23.62 | 58.55 | - |
| YUV | 106.07 | 182.71 | 224.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 203 | 0 | 0.93 | 0.16 | 0.05 | 310.45 | 0.9 | 0.51 |
| Hex | F2 | 12 | CB | 0 | 5D | 10 | 5 | 136 | 5A | 33 |
| Octal | 362 | 22 | 313 | 0 | 135 | 20 | 5 | 466 | 132 | 63 |
| Binary | 11110010 | 10010 | 11001011 | 0 | 1011101 | 10000 | 101 | 100110110 | 1011010 | 110011 |
Color Harmonies of #F212CB
Complementary color
Monochromatic Colors of #F212CB
Black with #F212CB
Text Example
Text Example
White with #F212CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212CB; }
p { color: rgb(242,18,203); }
H1.HeaderClassName
{
color: #F212CB;
}
.AnyTagClassName
{
color: #F212CB;
}
</style>
background-color css
<style>
a { background-color: #F212CB; }
a { background-color: rgb(242,18,203); }
div.DivClassName
{
background-color: #F212CB;
}
.BgClassName
{
background-color: #F212CB;
}
</style>
border-color css
<style>
span { border-color: #F212CB; }
span { border-color: rgb(242,18,203); }
td.TdClassName
{
border-color: #F212CB;
}
.TagClassName
{
border-color: #F212CB;
}
</style>