Shades of Shocking Pink #F707BB
Tints of Shocking Pink #F707BB
RGB
CMYK
RGB Variations
Color information
#F707BB (or 0xF707BB) is known color: Shocking Pink. HEX triplet: F7, 07 and BB. RGB value is (247,7,187). Sum of RGB (Red+Green+Blue) = 247+7+187=441 (58% of max value = 765). Red value is 247 (96.88% from 255 or 56.01% from 441); Green value is 7 (3.12% from 255 or 1.59% from 441); Blue value is 187 (73.44% from 255 or 42.40% from 441); Max value from RGB is 247 - color contains mainly: red. Hex color #F707BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F707BB is #08F844. Grayscale: #626262. Windows color (decimal): -587845 or 12257271. OLE color: 12257271.
HSL color Cylindrical-coordinate representation of color #F707BB: hue angle of 315º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F707BB is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.03 |
| HSL | 315º | 0.94% | 0.5% | - |
| HSV(B) | 315º | 0.97% | 0.97% | - |
| XYZ | 47.4 | 23.51 | 49.05 | - |
| YUV | 99.28 | 177.51 | 233.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 7 | 187 | 0 | 0.97 | 0.24 | 0.03 | 315 | 0.94 | 0.5 |
| Hex | F7 | 7 | BB | 0 | 61 | 18 | 3 | 13B | 5E | 32 |
| Octal | 367 | 7 | 273 | 0 | 141 | 30 | 3 | 473 | 136 | 62 |
| Binary | 11110111 | 111 | 10111011 | 0 | 1100001 | 11000 | 11 | 100111011 | 1011110 | 110010 |
Color Harmonies of #F707BB
Complementary color
Monochromatic Colors of #F707BB
Black with #F707BB
Text Example
Text Example
White with #F707BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F707BB; }
p { color: rgb(247,7,187); }
H1.HeaderClassName
{
color: #F707BB;
}
.AnyTagClassName
{
color: #F707BB;
}
</style>
background-color css
<style>
a { background-color: #F707BB; }
a { background-color: rgb(247,7,187); }
div.DivClassName
{
background-color: #F707BB;
}
.BgClassName
{
background-color: #F707BB;
}
</style>
border-color css
<style>
span { border-color: #F707BB; }
span { border-color: rgb(247,7,187); }
td.TdClassName
{
border-color: #F707BB;
}
.TagClassName
{
border-color: #F707BB;
}
</style>