Shades of Shocking Pink #F20FBA
Tints of Shocking Pink #F20FBA
RGB
CMYK
RGB Variations
Color information
#F20FBA (or 0xF20FBA) is known color: Shocking Pink. HEX triplet: F2, 0F and BA. RGB value is (242,15,186). Sum of RGB (Red+Green+Blue) = 242+15+186=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 15 (6.25% from 255 or 3.39% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F20FBA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20FBA is #0DF045. Grayscale: #656565. Windows color (decimal): -913478 or 12193778. OLE color: 12193778.
HSL color Cylindrical-coordinate representation of color #F20FBA: hue angle of 314.8º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F20FBA is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 15 | 186 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.05 |
| HSL | 314.8º | 0.9% | 0.5% | - |
| HSV(B) | 314.8º | 0.94% | 0.95% | - |
| XYZ | 45.65 | 22.76 | 48.44 | - |
| YUV | 102.37 | 175.21 | 227.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 15 | 186 | 0 | 0.94 | 0.23 | 0.05 | 314.8 | 0.9 | 0.5 |
| Hex | F2 | F | BA | 0 | 5E | 17 | 5 | 13B | 5A | 32 |
| Octal | 362 | 17 | 272 | 0 | 136 | 27 | 5 | 473 | 132 | 62 |
| Binary | 11110010 | 1111 | 10111010 | 0 | 1011110 | 10111 | 101 | 100111011 | 1011010 | 110010 |
Color Harmonies of #F20FBA
Complementary color
Monochromatic Colors of #F20FBA
Black with #F20FBA
Text Example
Text Example
White with #F20FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20FBA; }
p { color: rgb(242,15,186); }
H1.HeaderClassName
{
color: #F20FBA;
}
.AnyTagClassName
{
color: #F20FBA;
}
</style>
background-color css
<style>
a { background-color: #F20FBA; }
a { background-color: rgb(242,15,186); }
div.DivClassName
{
background-color: #F20FBA;
}
.BgClassName
{
background-color: #F20FBA;
}
</style>
border-color css
<style>
span { border-color: #F20FBA; }
span { border-color: rgb(242,15,186); }
td.TdClassName
{
border-color: #F20FBA;
}
.TagClassName
{
border-color: #F20FBA;
}
</style>