Shades of Shocking Pink #F20ABC
Tints of Shocking Pink #F20ABC
RGB
CMYK
RGB Variations
Color information
#F20ABC (or 0xF20ABC) is known color: Shocking Pink. HEX triplet: F2, 0A and BC. RGB value is (242,10,188). Sum of RGB (Red+Green+Blue) = 242+10+188=440 (58% of max value = 765). Red value is 242 (94.92% from 255 or 55% from 440); Green value is 10 (4.30% from 255 or 2.27% from 440); Blue value is 188 (73.83% from 255 or 42.73% from 440); Max value from RGB is 242 - color contains mainly: red. Hex color #F20ABC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20ABC is #0DF543. Grayscale: #636363. Windows color (decimal): -914756 or 12323570. OLE color: 12323570.
HSL color Cylindrical-coordinate representation of color #F20ABC: hue angle of 313.97º 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 #F20ABC is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 188 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.05 |
| HSL | 313.97º | 0.92% | 0.49% | - |
| HSV(B) | 313.97º | 0.96% | 0.95% | - |
| XYZ | 45.8 | 22.73 | 49.55 | - |
| YUV | 99.66 | 177.86 | 229.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 188 | 0 | 0.96 | 0.22 | 0.05 | 313.97 | 0.92 | 0.49 |
| Hex | F2 | A | BC | 0 | 60 | 16 | 5 | 13A | 5C | 31 |
| Octal | 362 | 12 | 274 | 0 | 140 | 26 | 5 | 472 | 134 | 61 |
| Binary | 11110010 | 1010 | 10111100 | 0 | 1100000 | 10110 | 101 | 100111010 | 1011100 | 110001 |
Color Harmonies of #F20ABC
Complementary color
Monochromatic Colors of #F20ABC
Black with #F20ABC
Text Example
Text Example
White with #F20ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20ABC; }
p { color: rgb(242,10,188); }
H1.HeaderClassName
{
color: #F20ABC;
}
.AnyTagClassName
{
color: #F20ABC;
}
</style>
background-color css
<style>
a { background-color: #F20ABC; }
a { background-color: rgb(242,10,188); }
div.DivClassName
{
background-color: #F20ABC;
}
.BgClassName
{
background-color: #F20ABC;
}
</style>
border-color css
<style>
span { border-color: #F20ABC; }
span { border-color: rgb(242,10,188); }
td.TdClassName
{
border-color: #F20ABC;
}
.TagClassName
{
border-color: #F20ABC;
}
</style>