Shades of Shocking Pink #F70AB3
Tints of Shocking Pink #F70AB3
RGB
CMYK
RGB Variations
Color information
#F70AB3 (or 0xF70AB3) is known color: Shocking Pink. HEX triplet: F7, 0A and B3. RGB value is (247,10,179). Sum of RGB (Red+Green+Blue) = 247+10+179=436 (57% of max value = 765). Red value is 247 (96.88% from 255 or 56.65% from 436); Green value is 10 (4.30% from 255 or 2.29% from 436); Blue value is 179 (70.31% from 255 or 41.06% from 436); Max value from RGB is 247 - color contains mainly: red. Hex color #F70AB3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70AB3 is #08F54C. Grayscale: #636363. Windows color (decimal): -587085 or 11733751. OLE color: 11733751.
HSL color Cylindrical-coordinate representation of color #F70AB3: hue angle of 317.22º 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 #F70AB3 is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 179 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.03 |
| HSL | 317.22º | 0.94% | 0.5% | - |
| HSV(B) | 317.22º | 0.96% | 0.97% | - |
| XYZ | 46.6 | 23.25 | 44.68 | - |
| YUV | 100.13 | 172.52 | 232.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 179 | 0 | 0.96 | 0.28 | 0.03 | 317.22 | 0.94 | 0.5 |
| Hex | F7 | A | B3 | 0 | 60 | 1C | 3 | 13D | 5E | 32 |
| Octal | 367 | 12 | 263 | 0 | 140 | 34 | 3 | 475 | 136 | 62 |
| Binary | 11110111 | 1010 | 10110011 | 0 | 1100000 | 11100 | 11 | 100111101 | 1011110 | 110010 |
Color Harmonies of #F70AB3
Complementary color
Monochromatic Colors of #F70AB3
Black with #F70AB3
Text Example
Text Example
White with #F70AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70AB3; }
p { color: rgb(247,10,179); }
H1.HeaderClassName
{
color: #F70AB3;
}
.AnyTagClassName
{
color: #F70AB3;
}
</style>
background-color css
<style>
a { background-color: #F70AB3; }
a { background-color: rgb(247,10,179); }
div.DivClassName
{
background-color: #F70AB3;
}
.BgClassName
{
background-color: #F70AB3;
}
</style>
border-color css
<style>
span { border-color: #F70AB3; }
span { border-color: rgb(247,10,179); }
td.TdClassName
{
border-color: #F70AB3;
}
.TagClassName
{
border-color: #F70AB3;
}
</style>