Shades of Shocking Pink #F212BB
Tints of Shocking Pink #F212BB
RGB
CMYK
RGB Variations
Color information
#F212BB (or 0xF212BB) is known color: Shocking Pink. HEX triplet: F2, 12 and BB. RGB value is (242,18,187). Sum of RGB (Red+Green+Blue) = 242+18+187=447 (59% of max value = 765). Red value is 242 (94.92% from 255 or 54.14% from 447); Green value is 18 (7.42% from 255 or 4.03% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 242 - color contains mainly: red. Hex color #F212BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F212BB is #0DED44. Grayscale: #676767. Windows color (decimal): -912709 or 12260082. OLE color: 12260082.
HSL color Cylindrical-coordinate representation of color #F212BB: hue angle of 314.73º 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 #F212BB is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 18 | 187 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.05 |
| HSL | 314.73º | 0.9% | 0.51% | - |
| HSV(B) | 314.73º | 0.93% | 0.95% | - |
| XYZ | 45.8 | 22.9 | 49.02 | - |
| YUV | 104.24 | 174.71 | 226.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 18 | 187 | 0 | 0.93 | 0.23 | 0.05 | 314.73 | 0.9 | 0.51 |
| Hex | F2 | 12 | BB | 0 | 5D | 17 | 5 | 13B | 5A | 33 |
| Octal | 362 | 22 | 273 | 0 | 135 | 27 | 5 | 473 | 132 | 63 |
| Binary | 11110010 | 10010 | 10111011 | 0 | 1011101 | 10111 | 101 | 100111011 | 1011010 | 110011 |
Color Harmonies of #F212BB
Complementary color
Monochromatic Colors of #F212BB
Black with #F212BB
Text Example
Text Example
White with #F212BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F212BB; }
p { color: rgb(242,18,187); }
H1.HeaderClassName
{
color: #F212BB;
}
.AnyTagClassName
{
color: #F212BB;
}
</style>
background-color css
<style>
a { background-color: #F212BB; }
a { background-color: rgb(242,18,187); }
div.DivClassName
{
background-color: #F212BB;
}
.BgClassName
{
background-color: #F212BB;
}
</style>
border-color css
<style>
span { border-color: #F212BB; }
span { border-color: rgb(242,18,187); }
td.TdClassName
{
border-color: #F212BB;
}
.TagClassName
{
border-color: #F212BB;
}
</style>