Shades of Shocking Pink #F20ABA
Tints of Shocking Pink #F20ABA
RGB
CMYK
RGB Variations
Color information
#F20ABA (or 0xF20ABA) is known color: Shocking Pink. HEX triplet: F2, 0A and BA. RGB value is (242,10,186). Sum of RGB (Red+Green+Blue) = 242+10+186=438 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55.25% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ABA is #0DF545. Grayscale: #626262. Windows color (decimal): -914758 or 12192498. OLE color: 12192498.
HSL color Cylindrical-coordinate representation of color #F20ABA: hue angle of 314.48º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F20ABA is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 186 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.05 |
| HSL | 314.48º | 0.92% | 0.49% | - |
| HSV(B) | 314.48º | 0.96% | 0.95% | - |
| XYZ | 45.59 | 22.64 | 48.42 | - |
| YUV | 99.43 | 176.86 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 186 | 0 | 0.96 | 0.23 | 0.05 | 314.48 | 0.92 | 0.49 |
| Hex | F2 | A | BA | 0 | 60 | 17 | 5 | 13A | 5C | 31 |
| Octal | 362 | 12 | 272 | 0 | 140 | 27 | 5 | 472 | 134 | 61 |
| Binary | 11110010 | 1010 | 10111010 | 0 | 1100000 | 10111 | 101 | 100111010 | 1011100 | 110001 |
Color Harmonies of #F20ABA
Complementary color
Monochromatic Colors of #F20ABA
Black with #F20ABA
Text Example
Text Example
White with #F20ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20ABA; }
p { color: rgb(242,10,186); }
H1.HeaderClassName
{
color: #F20ABA;
}
.AnyTagClassName
{
color: #F20ABA;
}
</style>
background-color css
<style>
a { background-color: #F20ABA; }
a { background-color: rgb(242,10,186); }
div.DivClassName
{
background-color: #F20ABA;
}
.BgClassName
{
background-color: #F20ABA;
}
</style>
border-color css
<style>
span { border-color: #F20ABA; }
span { border-color: rgb(242,10,186); }
td.TdClassName
{
border-color: #F20ABA;
}
.TagClassName
{
border-color: #F20ABA;
}
</style>