Shades of Shocking Pink #F20AB7
Tints of Shocking Pink #F20AB7
RGB
CMYK
RGB Variations
Color information
#F20AB7 (or 0xF20AB7) is known color: Shocking Pink. HEX triplet: F2, 0A and B7. RGB value is (242,10,183). Sum of RGB (Red+Green+Blue) = 242+10+183=435 (57% of max value = 765). Red value is 242 (94.92% from 255 or 55.63% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 183 (71.88% from 255 or 42.07% from 435); Max value from RGB is 242 - color contains mainly: red. Hex color #F20AB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F20AB7 is #0DF548. Grayscale: #626262. Windows color (decimal): -914761 or 11995890. OLE color: 11995890.
HSL color Cylindrical-coordinate representation of color #F20AB7: hue angle of 315.26º 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 #F20AB7 is Cyan = 0, Magento = 0.96, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 10 | 183 | - |
| CMYK | 0 | 0.96 | 0.24 | 0.05 |
| HSL | 315.26º | 0.92% | 0.49% | - |
| HSV(B) | 315.26º | 0.96% | 0.95% | - |
| XYZ | 45.27 | 22.51 | 46.76 | - |
| YUV | 99.09 | 175.36 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 10 | 183 | 0 | 0.96 | 0.24 | 0.05 | 315.26 | 0.92 | 0.49 |
| Hex | F2 | A | B7 | 0 | 60 | 18 | 5 | 13B | 5C | 31 |
| Octal | 362 | 12 | 267 | 0 | 140 | 30 | 5 | 473 | 134 | 61 |
| Binary | 11110010 | 1010 | 10110111 | 0 | 1100000 | 11000 | 101 | 100111011 | 1011100 | 110001 |
Color Harmonies of #F20AB7
Complementary color
Monochromatic Colors of #F20AB7
Black with #F20AB7
Text Example
Text Example
White with #F20AB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F20AB7; }
p { color: rgb(242,10,183); }
H1.HeaderClassName
{
color: #F20AB7;
}
.AnyTagClassName
{
color: #F20AB7;
}
</style>
background-color css
<style>
a { background-color: #F20AB7; }
a { background-color: rgb(242,10,183); }
div.DivClassName
{
background-color: #F20AB7;
}
.BgClassName
{
background-color: #F20AB7;
}
</style>
border-color css
<style>
span { border-color: #F20AB7; }
span { border-color: rgb(242,10,183); }
td.TdClassName
{
border-color: #F20AB7;
}
.TagClassName
{
border-color: #F20AB7;
}
</style>