Shades of Shocking Pink #F70BC8
Tints of Shocking Pink #F70BC8
RGB
CMYK
RGB Variations
Color information
#F70BC8 (or 0xF70BC8) is known color: Shocking Pink. HEX triplet: F7, 0B and C8. RGB value is (247,11,200). Sum of RGB (Red+Green+Blue) = 247+11+200=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 11 (4.69% from 255 or 2.40% from 458); Blue value is 200 (78.52% from 255 or 43.67% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F70BC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70BC8 is #08F437. Grayscale: #666666. Windows color (decimal): -586808 or 13110263. OLE color: 13110263.
HSL color Cylindrical-coordinate representation of color #F70BC8: hue angle of 311.95º 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 #F70BC8 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 11 | 200 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.03 |
| HSL | 311.95º | 0.94% | 0.51% | - |
| HSV(B) | 311.95º | 0.96% | 0.97% | - |
| XYZ | 48.9 | 24.18 | 56.73 | - |
| YUV | 103.11 | 182.69 | 230.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 11 | 200 | 0 | 0.96 | 0.19 | 0.03 | 311.95 | 0.94 | 0.51 |
| Hex | F7 | B | C8 | 0 | 60 | 13 | 3 | 138 | 5E | 33 |
| Octal | 367 | 13 | 310 | 0 | 140 | 23 | 3 | 470 | 136 | 63 |
| Binary | 11110111 | 1011 | 11001000 | 0 | 1100000 | 10011 | 11 | 100111000 | 1011110 | 110011 |
Color Harmonies of #F70BC8
Complementary color
Monochromatic Colors of #F70BC8
Black with #F70BC8
Text Example
Text Example
White with #F70BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70BC8; }
p { color: rgb(247,11,200); }
H1.HeaderClassName
{
color: #F70BC8;
}
.AnyTagClassName
{
color: #F70BC8;
}
</style>
background-color css
<style>
a { background-color: #F70BC8; }
a { background-color: rgb(247,11,200); }
div.DivClassName
{
background-color: #F70BC8;
}
.BgClassName
{
background-color: #F70BC8;
}
</style>
border-color css
<style>
span { border-color: #F70BC8; }
span { border-color: rgb(247,11,200); }
td.TdClassName
{
border-color: #F70BC8;
}
.TagClassName
{
border-color: #F70BC8;
}
</style>