Shades of Shocking Pink #F706BC
Tints of Shocking Pink #F706BC
RGB
CMYK
RGB Variations
Color information
#F706BC (or 0xF706BC) is known color: Shocking Pink. HEX triplet: F7, 06 and BC. RGB value is (247,6,188). Sum of RGB (Red+Green+Blue) = 247+6+188=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F706BC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706BC is #08F943. Grayscale: #626262. Windows color (decimal): -588100 or 12322551. OLE color: 12322551.
HSL color Cylindrical-coordinate representation of color #F706BC: hue angle of 314.69º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #F706BC is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 188 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.03 |
| HSL | 314.69º | 0.95% | 0.5% | - |
| HSV(B) | 314.69º | 0.98% | 0.97% | - |
| XYZ | 47.5 | 23.54 | 49.62 | - |
| YUV | 98.81 | 178.34 | 233.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 188 | 0 | 0.98 | 0.24 | 0.03 | 314.69 | 0.95 | 0.5 |
| Hex | F7 | 6 | BC | 0 | 62 | 18 | 3 | 13B | 5F | 32 |
| Octal | 367 | 6 | 274 | 0 | 142 | 30 | 3 | 473 | 137 | 62 |
| Binary | 11110111 | 110 | 10111100 | 0 | 1100010 | 11000 | 11 | 100111011 | 1011111 | 110010 |
Color Harmonies of #F706BC
Complementary color
Monochromatic Colors of #F706BC
Black with #F706BC
Text Example
Text Example
White with #F706BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706BC; }
p { color: rgb(247,6,188); }
H1.HeaderClassName
{
color: #F706BC;
}
.AnyTagClassName
{
color: #F706BC;
}
</style>
background-color css
<style>
a { background-color: #F706BC; }
a { background-color: rgb(247,6,188); }
div.DivClassName
{
background-color: #F706BC;
}
.BgClassName
{
background-color: #F706BC;
}
</style>
border-color css
<style>
span { border-color: #F706BC; }
span { border-color: rgb(247,6,188); }
td.TdClassName
{
border-color: #F706BC;
}
.TagClassName
{
border-color: #F706BC;
}
</style>