Shades of Shocking Pink #F20BBC
Tints of Shocking Pink #F20BBC
RGB
CMYK
RGB Variations
Color information
#F20BBC (or 0xF20BBC) is known color: Shocking Pink. HEX triplet: F2, 0B and BC. RGB value is (242,11,188). Sum of RGB (Red+Green+Blue) = 242+11+188=441 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.88% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BBC is #0DF443. Grayscale: #636363. Windows color (decimal): -914500 or 12323826. OLE color: 12323826.
HSL color Cylindrical-coordinate representation of color #F20BBC: hue angle of 314.03º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F20BBC is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 188 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.05 |
| HSL | 314.03º | 0.91% | 0.5% | - |
| HSV(B) | 314.03º | 0.95% | 0.95% | - |
| XYZ | 45.81 | 22.75 | 49.55 | - |
| YUV | 100.25 | 177.53 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 188 | 0 | 0.95 | 0.22 | 0.05 | 314.03 | 0.91 | 0.5 |
| Hex | F2 | B | BC | 0 | 5F | 16 | 5 | 13A | 5B | 32 |
| Octal | 362 | 13 | 274 | 0 | 137 | 26 | 5 | 472 | 133 | 62 |
| Binary | 11110010 | 1011 | 10111100 | 0 | 1011111 | 10110 | 101 | 100111010 | 1011011 | 110010 |
Color Harmonies of #F20BBC
Complementary color
Monochromatic Colors of #F20BBC
Black with #F20BBC
Text Example
Text Example
White with #F20BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BBC; }
p { color: rgb(242,11,188); }
H1.HeaderClassName
{
color: #F20BBC;
}
.AnyTagClassName
{
color: #F20BBC;
}
</style>
background-color css
<style>
a { background-color: #F20BBC; }
a { background-color: rgb(242,11,188); }
div.DivClassName
{
background-color: #F20BBC;
}
.BgClassName
{
background-color: #F20BBC;
}
</style>
border-color css
<style>
span { border-color: #F20BBC; }
span { border-color: rgb(242,11,188); }
td.TdClassName
{
border-color: #F20BBC;
}
.TagClassName
{
border-color: #F20BBC;
}
</style>