Shades of Shocking Pink #F20BBA
Tints of Shocking Pink #F20BBA
RGB
CMYK
RGB Variations
Color information
#F20BBA (or 0xF20BBA) is known color: Shocking Pink. HEX triplet: F2, 0B and BA. RGB value is (242,11,186). Sum of RGB (Red+Green+Blue) = 242+11+186=439 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.13% from 439); Green value is 11 (4.69% from 255 or 2.51% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 242 - color contains mainly: red. Hex color #F20BBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20BBA is #0DF445. Grayscale: #636363. Windows color (decimal): -914502 or 12192754. OLE color: 12192754.
HSL color Cylindrical-coordinate representation of color #F20BBA: hue angle of 314.55º 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 #F20BBA is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 11 | 186 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.05 |
| HSL | 314.55º | 0.91% | 0.5% | - |
| HSV(B) | 314.55º | 0.95% | 0.95% | - |
| XYZ | 45.6 | 22.66 | 48.43 | - |
| YUV | 100.02 | 176.53 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 11 | 186 | 0 | 0.95 | 0.23 | 0.05 | 314.55 | 0.91 | 0.5 |
| Hex | F2 | B | BA | 0 | 5F | 17 | 5 | 13B | 5B | 32 |
| Octal | 362 | 13 | 272 | 0 | 137 | 27 | 5 | 473 | 133 | 62 |
| Binary | 11110010 | 1011 | 10111010 | 0 | 1011111 | 10111 | 101 | 100111011 | 1011011 | 110010 |
Color Harmonies of #F20BBA
Complementary color
Monochromatic Colors of #F20BBA
Black with #F20BBA
Text Example
Text Example
White with #F20BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20BBA; }
p { color: rgb(242,11,186); }
H1.HeaderClassName
{
color: #F20BBA;
}
.AnyTagClassName
{
color: #F20BBA;
}
</style>
background-color css
<style>
a { background-color: #F20BBA; }
a { background-color: rgb(242,11,186); }
div.DivClassName
{
background-color: #F20BBA;
}
.BgClassName
{
background-color: #F20BBA;
}
</style>
border-color css
<style>
span { border-color: #F20BBA; }
span { border-color: rgb(242,11,186); }
td.TdClassName
{
border-color: #F20BBA;
}
.TagClassName
{
border-color: #F20BBA;
}
</style>