Shades of Shocking Pink #F70BC6
Tints of Shocking Pink #F70BC6
RGB
CMYK
RGB Variations
Color information
#F70BC6 (or 0xF70BC6) is known color: Shocking Pink. HEX triplet: F7, 0B and C6. RGB value is (247,11,198). Sum of RGB (Red+Green+Blue) = 247+11+198=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 11 (4.69% from 255 or 2.41% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BC6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BC6 is #08F439. Grayscale: #666666. Windows color (decimal): -586810 or 12979191. OLE color: 12979191.
HSL color Cylindrical-coordinate representation of color #F70BC6: hue angle of 312.46º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F70BC6 is Cyan = 0, Magento = 0.96, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 198 | - |
| CMYK | 0 | 0.96 | 0.20 | 0.03 |
| HSL | 312.46º | 0.94% | 0.51% | - |
| HSV(B) | 312.46º | 0.96% | 0.97% | - |
| XYZ | 48.67 | 24.09 | 55.51 | - |
| YUV | 102.88 | 181.69 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 198 | 0 | 0.96 | 0.20 | 0.03 | 312.46 | 0.94 | 0.51 |
| Hex | F7 | B | C6 | 0 | 60 | 14 | 3 | 138 | 5E | 33 |
| Octal | 367 | 13 | 306 | 0 | 140 | 24 | 3 | 470 | 136 | 63 |
| Binary | 11110111 | 1011 | 11000110 | 0 | 1100000 | 10100 | 11 | 100111000 | 1011110 | 110011 |
Color Harmonies of #F70BC6
Complementary color
Monochromatic Colors of #F70BC6
Black with #F70BC6
Text Example
Text Example
White with #F70BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BC6; }
p { color: rgb(247,11,198); }
H1.HeaderClassName
{
color: #F70BC6;
}
.AnyTagClassName
{
color: #F70BC6;
}
</style>
background-color css
<style>
a { background-color: #F70BC6; }
a { background-color: rgb(247,11,198); }
div.DivClassName
{
background-color: #F70BC6;
}
.BgClassName
{
background-color: #F70BC6;
}
</style>
border-color css
<style>
span { border-color: #F70BC6; }
span { border-color: rgb(247,11,198); }
td.TdClassName
{
border-color: #F70BC6;
}
.TagClassName
{
border-color: #F70BC6;
}
</style>