Shades of Shocking Pink #F70FB7
Tints of Shocking Pink #F70FB7
RGB
CMYK
RGB Variations
Color information
#F70FB7 (or 0xF70FB7) is known color: Shocking Pink. HEX triplet: F7, 0F and B7. RGB value is (247,15,183). Sum of RGB (Red+Green+Blue) = 247+15+183=445 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.51% from 445); Green value is 15 (6.25% from 255 or 3.37% from 445); Blue value is 183 (71.88% from 255 or 41.12% from 445); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FB7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FB7 is #08F048. Grayscale: #676767. Windows color (decimal): -585801 or 11997175. OLE color: 11997175.
HSL color Cylindrical-coordinate representation of color #F70FB7: hue angle of 316.55º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F70FB7 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 183 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.03 |
| HSL | 316.55º | 0.94% | 0.51% | - |
| HSV(B) | 316.55º | 0.94% | 0.97% | - |
| XYZ | 47.08 | 23.53 | 46.86 | - |
| YUV | 103.52 | 172.86 | 230.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 183 | 0 | 0.94 | 0.26 | 0.03 | 316.55 | 0.94 | 0.51 |
| Hex | F7 | F | B7 | 0 | 5E | 1A | 3 | 13D | 5E | 33 |
| Octal | 367 | 17 | 267 | 0 | 136 | 32 | 3 | 475 | 136 | 63 |
| Binary | 11110111 | 1111 | 10110111 | 0 | 1011110 | 11010 | 11 | 100111101 | 1011110 | 110011 |
Color Harmonies of #F70FB7
Complementary color
Monochromatic Colors of #F70FB7
Black with #F70FB7
Text Example
Text Example
White with #F70FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FB7; }
p { color: rgb(247,15,183); }
H1.HeaderClassName
{
color: #F70FB7;
}
.AnyTagClassName
{
color: #F70FB7;
}
</style>
background-color css
<style>
a { background-color: #F70FB7; }
a { background-color: rgb(247,15,183); }
div.DivClassName
{
background-color: #F70FB7;
}
.BgClassName
{
background-color: #F70FB7;
}
</style>
border-color css
<style>
span { border-color: #F70FB7; }
span { border-color: rgb(247,15,183); }
td.TdClassName
{
border-color: #F70FB7;
}
.TagClassName
{
border-color: #F70FB7;
}
</style>