Shades of Shocking Pink #F212BA
Tints of Shocking Pink #F212BA
RGB
CMYK
RGB Variations
Color information
#F212BA (or 0xF212BA) is known color: Shocking Pink. HEX triplet: F2, 12 and BA. RGB value is (242,18,186). Sum of RGB (Red+Green+Blue) = 242+18+186=446 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.26% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 242 - color contains mainly: red. Hex color #F212BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212BA is #0DED45. Grayscale: #676767. Windows color (decimal): -912710 or 12194546. OLE color: 12194546.
HSL color Cylindrical-coordinate representation of color #F212BA: hue angle of 315º 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 #F212BA is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 186 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.05 |
| HSL | 315º | 0.9% | 0.51% | - |
| HSV(B) | 315º | 0.93% | 0.95% | - |
| XYZ | 45.7 | 22.86 | 48.46 | - |
| YUV | 104.13 | 174.21 | 226.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 186 | 0 | 0.93 | 0.23 | 0.05 | 315 | 0.9 | 0.51 |
| Hex | F2 | 12 | BA | 0 | 5D | 17 | 5 | 13B | 5A | 33 |
| Octal | 362 | 22 | 272 | 0 | 135 | 27 | 5 | 473 | 132 | 63 |
| Binary | 11110010 | 10010 | 10111010 | 0 | 1011101 | 10111 | 101 | 100111011 | 1011010 | 110011 |
Color Harmonies of #F212BA
Complementary color
Monochromatic Colors of #F212BA
Black with #F212BA
Text Example
Text Example
White with #F212BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212BA; }
p { color: rgb(242,18,186); }
H1.HeaderClassName
{
color: #F212BA;
}
.AnyTagClassName
{
color: #F212BA;
}
</style>
background-color css
<style>
a { background-color: #F212BA; }
a { background-color: rgb(242,18,186); }
div.DivClassName
{
background-color: #F212BA;
}
.BgClassName
{
background-color: #F212BA;
}
</style>
border-color css
<style>
span { border-color: #F212BA; }
span { border-color: rgb(242,18,186); }
td.TdClassName
{
border-color: #F212BA;
}
.TagClassName
{
border-color: #F212BA;
}
</style>