Shades of Shocking Pink #F70ABA
Tints of Shocking Pink #F70ABA
RGB
CMYK
RGB Variations
Color information
#F70ABA (or 0xF70ABA) is known color: Shocking Pink. HEX triplet: F7, 0A and BA. RGB value is (247,10,186). Sum of RGB (Red+Green+Blue) = 247+10+186=443 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.76% from 443); Green value is 10 (4.30% from 255 or 2.26% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 247 - color contains mainly: red. Hex color #F70ABA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70ABA is #08F545. Grayscale: #646464. Windows color (decimal): -587078 or 12192503. OLE color: 12192503.
HSL color Cylindrical-coordinate representation of color #F70ABA: hue angle of 315.44º 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 #F70ABA is Cyan = 0, Magento = 0.96, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 10 | 186 | - |
| CMYK | 0 | 0.96 | 0.25 | 0.03 |
| HSL | 315.44º | 0.94% | 0.5% | - |
| HSV(B) | 315.44º | 0.96% | 0.97% | - |
| XYZ | 47.33 | 23.54 | 48.5 | - |
| YUV | 100.93 | 176.02 | 232.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 10 | 186 | 0 | 0.96 | 0.25 | 0.03 | 315.44 | 0.94 | 0.5 |
| Hex | F7 | A | BA | 0 | 60 | 19 | 3 | 13B | 5E | 32 |
| Octal | 367 | 12 | 272 | 0 | 140 | 31 | 3 | 473 | 136 | 62 |
| Binary | 11110111 | 1010 | 10111010 | 0 | 1100000 | 11001 | 11 | 100111011 | 1011110 | 110010 |
Color Harmonies of #F70ABA
Complementary color
Monochromatic Colors of #F70ABA
Black with #F70ABA
Text Example
Text Example
White with #F70ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70ABA; }
p { color: rgb(247,10,186); }
H1.HeaderClassName
{
color: #F70ABA;
}
.AnyTagClassName
{
color: #F70ABA;
}
</style>
background-color css
<style>
a { background-color: #F70ABA; }
a { background-color: rgb(247,10,186); }
div.DivClassName
{
background-color: #F70ABA;
}
.BgClassName
{
background-color: #F70ABA;
}
</style>
border-color css
<style>
span { border-color: #F70ABA; }
span { border-color: rgb(247,10,186); }
td.TdClassName
{
border-color: #F70ABA;
}
.TagClassName
{
border-color: #F70ABA;
}
</style>