Shades of Shocking Pink #F708BB
Tints of Shocking Pink #F708BB
RGB
CMYK
RGB Variations
Color information
#F708BB (or 0xF708BB) is known color: Shocking Pink. HEX triplet: F7, 08 and BB. RGB value is (247,8,187). Sum of RGB (Red+Green+Blue) = 247+8+187=442 (58% of max value = 765). Red value is 247 (96.88% from 255 or 55.88% from 442); Green value is 8 (3.52% from 255 or 1.81% from 442); Blue value is 187 (73.44% from 255 or 42.31% from 442); Max value from RGB is 247 - color contains mainly: red. Hex color #F708BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F708BB is #08F744. Grayscale: #636363. Windows color (decimal): -587589 or 12257527. OLE color: 12257527.
HSL color Cylindrical-coordinate representation of color #F708BB: hue angle of 315.06º 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 #F708BB is Cyan = 0, Magento = 0.97, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 8 | 187 | - |
| CMYK | 0 | 0.97 | 0.24 | 0.03 |
| HSL | 315.06º | 0.94% | 0.5% | - |
| HSV(B) | 315.06º | 0.97% | 0.97% | - |
| XYZ | 47.41 | 23.54 | 49.06 | - |
| YUV | 99.87 | 177.18 | 232.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 8 | 187 | 0 | 0.97 | 0.24 | 0.03 | 315.06 | 0.94 | 0.5 |
| Hex | F7 | 8 | BB | 0 | 61 | 18 | 3 | 13B | 5E | 32 |
| Octal | 367 | 10 | 273 | 0 | 141 | 30 | 3 | 473 | 136 | 62 |
| Binary | 11110111 | 1000 | 10111011 | 0 | 1100001 | 11000 | 11 | 100111011 | 1011110 | 110010 |
Color Harmonies of #F708BB
Complementary color
Monochromatic Colors of #F708BB
Black with #F708BB
Text Example
Text Example
White with #F708BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F708BB; }
p { color: rgb(247,8,187); }
H1.HeaderClassName
{
color: #F708BB;
}
.AnyTagClassName
{
color: #F708BB;
}
</style>
background-color css
<style>
a { background-color: #F708BB; }
a { background-color: rgb(247,8,187); }
div.DivClassName
{
background-color: #F708BB;
}
.BgClassName
{
background-color: #F708BB;
}
</style>
border-color css
<style>
span { border-color: #F708BB; }
span { border-color: rgb(247,8,187); }
td.TdClassName
{
border-color: #F708BB;
}
.TagClassName
{
border-color: #F708BB;
}
</style>