Shades of Shocking Pink #F706BB
Tints of Shocking Pink #F706BB
RGB
CMYK
RGB Variations
Color information
#F706BB (or 0xF706BB) is known color: Shocking Pink. HEX triplet: F7, 06 and BB. RGB value is (247,6,187). Sum of RGB (Red+Green+Blue) = 247+6+187=440 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.14% from 440); Green value is 6 (2.73% from 255 or 1.36% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 247 - color contains mainly: red. Hex color #F706BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F706BB is #08F944. Grayscale: #626262. Windows color (decimal): -588101 or 12257015. OLE color: 12257015.
HSL color Cylindrical-coordinate representation of color #F706BB: hue angle of 314.94º 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 #F706BB is Cyan = 0, Magento = 0.98, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 6 | 187 | - |
| CMYK | 0 | 0.98 | 0.24 | 0.03 |
| HSL | 314.94º | 0.95% | 0.5% | - |
| HSV(B) | 314.94º | 0.98% | 0.97% | - |
| XYZ | 47.39 | 23.49 | 49.05 | - |
| YUV | 98.69 | 177.84 | 233.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 6 | 187 | 0 | 0.98 | 0.24 | 0.03 | 314.94 | 0.95 | 0.5 |
| Hex | F7 | 6 | BB | 0 | 62 | 18 | 3 | 13B | 5F | 32 |
| Octal | 367 | 6 | 273 | 0 | 142 | 30 | 3 | 473 | 137 | 62 |
| Binary | 11110111 | 110 | 10111011 | 0 | 1100010 | 11000 | 11 | 100111011 | 1011111 | 110010 |
Color Harmonies of #F706BB
Complementary color
Monochromatic Colors of #F706BB
Black with #F706BB
Text Example
Text Example
White with #F706BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F706BB; }
p { color: rgb(247,6,187); }
H1.HeaderClassName
{
color: #F706BB;
}
.AnyTagClassName
{
color: #F706BB;
}
</style>
background-color css
<style>
a { background-color: #F706BB; }
a { background-color: rgb(247,6,187); }
div.DivClassName
{
background-color: #F706BB;
}
.BgClassName
{
background-color: #F706BB;
}
</style>
border-color css
<style>
span { border-color: #F706BB; }
span { border-color: rgb(247,6,187); }
td.TdClassName
{
border-color: #F706BB;
}
.TagClassName
{
border-color: #F706BB;
}
</style>