Shades of Shocking Pink #F70FBC
Tints of Shocking Pink #F70FBC
RGB
CMYK
RGB Variations
Color information
#F70FBC (or 0xF70FBC) is known color: Shocking Pink. HEX triplet: F7, 0F and BC. RGB value is (247,15,188). Sum of RGB (Red+Green+Blue) = 247+15+188=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 15 (6.25% from 255 or 3.33% from 450); Blue value is 188 (73.83% from 255 or 41.78% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F70FBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70FBC is #08F043. Grayscale: #676767. Windows color (decimal): -585796 or 12324855. OLE color: 12324855.
HSL color Cylindrical-coordinate representation of color #F70FBC: hue angle of 315.26º 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 #F70FBC is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 15 | 188 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.03 |
| HSL | 315.26º | 0.94% | 0.51% | - |
| HSV(B) | 315.26º | 0.94% | 0.97% | - |
| XYZ | 47.61 | 23.75 | 49.65 | - |
| YUV | 104.09 | 175.36 | 229.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 15 | 188 | 0 | 0.94 | 0.24 | 0.03 | 315.26 | 0.94 | 0.51 |
| Hex | F7 | F | BC | 0 | 5E | 18 | 3 | 13B | 5E | 33 |
| Octal | 367 | 17 | 274 | 0 | 136 | 30 | 3 | 473 | 136 | 63 |
| Binary | 11110111 | 1111 | 10111100 | 0 | 1011110 | 11000 | 11 | 100111011 | 1011110 | 110011 |
Color Harmonies of #F70FBC
Complementary color
Monochromatic Colors of #F70FBC
Black with #F70FBC
Text Example
Text Example
White with #F70FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70FBC; }
p { color: rgb(247,15,188); }
H1.HeaderClassName
{
color: #F70FBC;
}
.AnyTagClassName
{
color: #F70FBC;
}
</style>
background-color css
<style>
a { background-color: #F70FBC; }
a { background-color: rgb(247,15,188); }
div.DivClassName
{
background-color: #F70FBC;
}
.BgClassName
{
background-color: #F70FBC;
}
</style>
border-color css
<style>
span { border-color: #F70FBC; }
span { border-color: rgb(247,15,188); }
td.TdClassName
{
border-color: #F70FBC;
}
.TagClassName
{
border-color: #F70FBC;
}
</style>