Shades of Shocking Pink #F70CBC
Tints of Shocking Pink #F70CBC
RGB
CMYK
RGB Variations
Color information
#F70CBC (or 0xF70CBC) is known color: Shocking Pink. HEX triplet: F7, 0C and BC. RGB value is (247,12,188). Sum of RGB (Red+Green+Blue) = 247+12+188=447 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.26% from 447); Green value is 12 (5.08% from 255 or 2.68% from 447); Blue value is 188 (73.83% from 255 or 42.06% from 447); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CBC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CBC is #08F343. Grayscale: #656565. Windows color (decimal): -586564 or 12324087. OLE color: 12324087.
HSL color Cylindrical-coordinate representation of color #F70CBC: hue angle of 315.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #F70CBC is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 188 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.03 |
| HSL | 315.06º | 0.94% | 0.51% | - |
| HSV(B) | 315.06º | 0.95% | 0.97% | - |
| XYZ | 47.57 | 23.67 | 49.64 | - |
| YUV | 102.33 | 176.36 | 231.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 188 | 0 | 0.95 | 0.24 | 0.03 | 315.06 | 0.94 | 0.51 |
| Hex | F7 | C | BC | 0 | 5F | 18 | 3 | 13B | 5E | 33 |
| Octal | 367 | 14 | 274 | 0 | 137 | 30 | 3 | 473 | 136 | 63 |
| Binary | 11110111 | 1100 | 10111100 | 0 | 1011111 | 11000 | 11 | 100111011 | 1011110 | 110011 |
Color Harmonies of #F70CBC
Complementary color
Monochromatic Colors of #F70CBC
Black with #F70CBC
Text Example
Text Example
White with #F70CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CBC; }
p { color: rgb(247,12,188); }
H1.HeaderClassName
{
color: #F70CBC;
}
.AnyTagClassName
{
color: #F70CBC;
}
</style>
background-color css
<style>
a { background-color: #F70CBC; }
a { background-color: rgb(247,12,188); }
div.DivClassName
{
background-color: #F70CBC;
}
.BgClassName
{
background-color: #F70CBC;
}
</style>
border-color css
<style>
span { border-color: #F70CBC; }
span { border-color: rgb(247,12,188); }
td.TdClassName
{
border-color: #F70CBC;
}
.TagClassName
{
border-color: #F70CBC;
}
</style>