Shades of Shocking Pink #F20ABF
Tints of Shocking Pink #F20ABF
RGB
CMYK
RGB Variations
Color information
#F20ABF (or 0xF20ABF) is known color: Shocking Pink. HEX triplet: F2, 0A and BF. RGB value is (242,10,191). Sum of RGB (Red+Green+Blue) = 242+10+191=443 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.63% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ABF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ABF is #0DF540. Grayscale: #636363. Windows color (decimal): -914753 or 12520178. OLE color: 12520178.
HSL color Cylindrical-coordinate representation of color #F20ABF: hue angle of 313.19º 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 #F20ABF is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 191 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.05 |
| HSL | 313.19º | 0.92% | 0.49% | - |
| HSV(B) | 313.19º | 0.96% | 0.95% | - |
| XYZ | 46.13 | 22.86 | 51.27 | - |
| YUV | 100 | 179.36 | 229.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 191 | 0 | 0.96 | 0.21 | 0.05 | 313.19 | 0.92 | 0.49 |
| Hex | F2 | A | BF | 0 | 60 | 15 | 5 | 139 | 5C | 31 |
| Octal | 362 | 12 | 277 | 0 | 140 | 25 | 5 | 471 | 134 | 61 |
| Binary | 11110010 | 1010 | 10111111 | 0 | 1100000 | 10101 | 101 | 100111001 | 1011100 | 110001 |
Color Harmonies of #F20ABF
Complementary color
Monochromatic Colors of #F20ABF
Black with #F20ABF
Text Example
Text Example
White with #F20ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20ABF; }
p { color: rgb(242,10,191); }
H1.HeaderClassName
{
color: #F20ABF;
}
.AnyTagClassName
{
color: #F20ABF;
}
</style>
background-color css
<style>
a { background-color: #F20ABF; }
a { background-color: rgb(242,10,191); }
div.DivClassName
{
background-color: #F20ABF;
}
.BgClassName
{
background-color: #F20ABF;
}
</style>
border-color css
<style>
span { border-color: #F20ABF; }
span { border-color: rgb(242,10,191); }
td.TdClassName
{
border-color: #F20ABF;
}
.TagClassName
{
border-color: #F20ABF;
}
</style>