Shades of Shocking Pink #F70AB0
Tints of Shocking Pink #F70AB0
RGB
CMYK
RGB Variations
Color information
#F70AB0 (or 0xF70AB0) is known color: Shocking Pink. HEX triplet: F7, 0A and B0. RGB value is (247,10,176). Sum of RGB (Red+Green+Blue) = 247+10+176=433 (57% of max value = 765). Red value is 247 (96.88% from 255 or 57.04% from 433); Green value is 10 (4.30% from 255 or 2.31% from 433); Blue value is 176 (69.14% from 255 or 40.65% from 433); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AB0 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70AB0 is #08F54F. Grayscale: #636363. Windows color (decimal): -587088 or 11537143. OLE color: 11537143.
HSL color Cylindrical-coordinate representation of color #F70AB0: hue angle of 317.97º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70AB0 is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 176 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.03 |
| HSL | 317.97º | 0.94% | 0.5% | - |
| HSV(B) | 317.97º | 0.96% | 0.97% | - |
| XYZ | 46.3 | 23.13 | 43.1 | - |
| YUV | 99.79 | 171.02 | 233 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 176 | 0 | 0.96 | 0.29 | 0.03 | 317.97 | 0.94 | 0.5 |
| Hex | F7 | A | B0 | 0 | 60 | 1D | 3 | 13E | 5E | 32 |
| Octal | 367 | 12 | 260 | 0 | 140 | 35 | 3 | 476 | 136 | 62 |
| Binary | 11110111 | 1010 | 10110000 | 0 | 1100000 | 11101 | 11 | 100111110 | 1011110 | 110010 |
Color Harmonies of #F70AB0
Complementary color
Monochromatic Colors of #F70AB0
Black with #F70AB0
Text Example
Text Example
White with #F70AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70AB0; }
p { color: rgb(247,10,176); }
H1.HeaderClassName
{
color: #F70AB0;
}
.AnyTagClassName
{
color: #F70AB0;
}
</style>
background-color css
<style>
a { background-color: #F70AB0; }
a { background-color: rgb(247,10,176); }
div.DivClassName
{
background-color: #F70AB0;
}
.BgClassName
{
background-color: #F70AB0;
}
</style>
border-color css
<style>
span { border-color: #F70AB0; }
span { border-color: rgb(247,10,176); }
td.TdClassName
{
border-color: #F70AB0;
}
.TagClassName
{
border-color: #F70AB0;
}
</style>