Shades of Shocking Pink #F20ABE
Tints of Shocking Pink #F20ABE
RGB
CMYK
RGB Variations
Color information
#F20ABE (or 0xF20ABE) is known color: Shocking Pink. HEX triplet: F2, 0A and BE. RGB value is (242,10,190). Sum of RGB (Red+Green+Blue) = 242+10+190=442 (58% of max value = 765). Red value is 242 (94.92% from 255 or 54.75% from 442); Green value is 10 (4.30% from 255 or 2.26% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ABE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ABE is #0DF541. Grayscale: #636363. Windows color (decimal): -914754 or 12454642. OLE color: 12454642.
HSL color Cylindrical-coordinate representation of color #F20ABE: hue angle of 313.45º 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 #F20ABE is Cyan = 0, Magento = 0.96, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 190 | - |
| CMYK | 0 | 0.96 | 0.21 | 0.05 |
| HSL | 313.45º | 0.92% | 0.49% | - |
| HSV(B) | 313.45º | 0.96% | 0.95% | - |
| XYZ | 46.02 | 22.81 | 50.69 | - |
| YUV | 99.89 | 178.86 | 229.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 190 | 0 | 0.96 | 0.21 | 0.05 | 313.45 | 0.92 | 0.49 |
| Hex | F2 | A | BE | 0 | 60 | 15 | 5 | 139 | 5C | 31 |
| Octal | 362 | 12 | 276 | 0 | 140 | 25 | 5 | 471 | 134 | 61 |
| Binary | 11110010 | 1010 | 10111110 | 0 | 1100000 | 10101 | 101 | 100111001 | 1011100 | 110001 |
Color Harmonies of #F20ABE
Complementary color
Monochromatic Colors of #F20ABE
Black with #F20ABE
Text Example
Text Example
White with #F20ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20ABE; }
p { color: rgb(242,10,190); }
H1.HeaderClassName
{
color: #F20ABE;
}
.AnyTagClassName
{
color: #F20ABE;
}
</style>
background-color css
<style>
a { background-color: #F20ABE; }
a { background-color: rgb(242,10,190); }
div.DivClassName
{
background-color: #F20ABE;
}
.BgClassName
{
background-color: #F20ABE;
}
</style>
border-color css
<style>
span { border-color: #F20ABE; }
span { border-color: rgb(242,10,190); }
td.TdClassName
{
border-color: #F20ABE;
}
.TagClassName
{
border-color: #F20ABE;
}
</style>