Shades of Shocking Pink #F70AB2
Tints of Shocking Pink #F70AB2
RGB
CMYK
RGB Variations
Color information
#F70AB2 (or 0xF70AB2) is known color: Shocking Pink. HEX triplet: F7, 0A and B2. RGB value is (247,10,178). Sum of RGB (Red+Green+Blue) = 247+10+178=435 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.78% from 435); Green value is 10 (4.30% from 255 or 2.30% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #F70AB2 is #08F54D. Grayscale: #636363. Windows color (decimal): -587086 or 11668215. OLE color: 11668215.
HSL color Cylindrical-coordinate representation of color #F70AB2: hue angle of 317.47º 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 #F70AB2 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 178 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.03 |
| HSL | 317.47º | 0.94% | 0.5% | - |
| HSV(B) | 317.47º | 0.96% | 0.97% | - |
| XYZ | 46.5 | 23.21 | 44.15 | - |
| YUV | 100.02 | 172.02 | 232.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 178 | 0 | 0.96 | 0.28 | 0.03 | 317.47 | 0.94 | 0.5 |
| Hex | F7 | A | B2 | 0 | 60 | 1C | 3 | 13D | 5E | 32 |
| Octal | 367 | 12 | 262 | 0 | 140 | 34 | 3 | 475 | 136 | 62 |
| Binary | 11110111 | 1010 | 10110010 | 0 | 1100000 | 11100 | 11 | 100111101 | 1011110 | 110010 |
Color Harmonies of #F70AB2
Complementary color
Monochromatic Colors of #F70AB2
Black with #F70AB2
Text Example
Text Example
White with #F70AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70AB2; }
p { color: rgb(247,10,178); }
H1.HeaderClassName
{
color: #F70AB2;
}
.AnyTagClassName
{
color: #F70AB2;
}
</style>
background-color css
<style>
a { background-color: #F70AB2; }
a { background-color: rgb(247,10,178); }
div.DivClassName
{
background-color: #F70AB2;
}
.BgClassName
{
background-color: #F70AB2;
}
</style>
border-color css
<style>
span { border-color: #F70AB2; }
span { border-color: rgb(247,10,178); }
td.TdClassName
{
border-color: #F70AB2;
}
.TagClassName
{
border-color: #F70AB2;
}
</style>