Shades of Shocking Pink #F70CBB
Tints of Shocking Pink #F70CBB
RGB
CMYK
RGB Variations
Color information
#F70CBB (or 0xF70CBB) is known color: Shocking Pink. HEX triplet: F7, 0C and BB. RGB value is (247,12,187). Sum of RGB (Red+Green+Blue) = 247+12+187=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 12 (5.08% from 255 or 2.69% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F70CBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F70CBB is #08F344. Grayscale: #656565. Windows color (decimal): -586565 or 12258551. OLE color: 12258551.
HSL color Cylindrical-coordinate representation of color #F70CBB: hue angle of 315.32º 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 #F70CBB is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 12 | 187 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.03 |
| HSL | 315.32º | 0.94% | 0.51% | - |
| HSV(B) | 315.32º | 0.95% | 0.97% | - |
| XYZ | 47.46 | 23.62 | 49.07 | - |
| YUV | 102.22 | 175.86 | 231.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 12 | 187 | 0 | 0.95 | 0.24 | 0.03 | 315.32 | 0.94 | 0.51 |
| Hex | F7 | C | BB | 0 | 5F | 18 | 3 | 13B | 5E | 33 |
| Octal | 367 | 14 | 273 | 0 | 137 | 30 | 3 | 473 | 136 | 63 |
| Binary | 11110111 | 1100 | 10111011 | 0 | 1011111 | 11000 | 11 | 100111011 | 1011110 | 110011 |
Color Harmonies of #F70CBB
Complementary color
Monochromatic Colors of #F70CBB
Black with #F70CBB
Text Example
Text Example
White with #F70CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F70CBB; }
p { color: rgb(247,12,187); }
H1.HeaderClassName
{
color: #F70CBB;
}
.AnyTagClassName
{
color: #F70CBB;
}
</style>
background-color css
<style>
a { background-color: #F70CBB; }
a { background-color: rgb(247,12,187); }
div.DivClassName
{
background-color: #F70CBB;
}
.BgClassName
{
background-color: #F70CBB;
}
</style>
border-color css
<style>
span { border-color: #F70CBB; }
span { border-color: rgb(247,12,187); }
td.TdClassName
{
border-color: #F70CBB;
}
.TagClassName
{
border-color: #F70CBB;
}
</style>