Shades of Shocking Pink #F710BB
Tints of Shocking Pink #F710BB
RGB
CMYK
RGB Variations
Color information
#F710BB (or 0xF710BB) is known color: Shocking Pink. HEX triplet: F7, 10 and BB. RGB value is (247,16,187). Sum of RGB (Red+Green+Blue) = 247+16+187=450 (59% of max value = 765). Red value is 247 (96.88% from 255 or 54.89% from 450); Green value is 16 (6.64% from 255 or 3.56% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 247 - color contains mainly: red. Hex color #F710BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710BB is #08EF44. Grayscale: #686868. Windows color (decimal): -585541 or 12259575. OLE color: 12259575.
HSL color Cylindrical-coordinate representation of color #F710BB: hue angle of 315.58º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F710BB is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 187 | - |
| CMYK | 0 | 0.94 | 0.24 | 0.03 |
| HSL | 315.58º | 0.94% | 0.52% | - |
| HSV(B) | 315.58º | 0.94% | 0.97% | - |
| XYZ | 47.51 | 23.73 | 49.09 | - |
| YUV | 104.56 | 174.53 | 229.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 187 | 0 | 0.94 | 0.24 | 0.03 | 315.58 | 0.94 | 0.52 |
| Hex | F7 | 10 | BB | 0 | 5E | 18 | 3 | 13C | 5E | 34 |
| Octal | 367 | 20 | 273 | 0 | 136 | 30 | 3 | 474 | 136 | 64 |
| Binary | 11110111 | 10000 | 10111011 | 0 | 1011110 | 11000 | 11 | 100111100 | 1011110 | 110100 |
Color Harmonies of #F710BB
Complementary color
Monochromatic Colors of #F710BB
Black with #F710BB
Text Example
Text Example
White with #F710BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710BB; }
p { color: rgb(247,16,187); }
H1.HeaderClassName
{
color: #F710BB;
}
.AnyTagClassName
{
color: #F710BB;
}
</style>
background-color css
<style>
a { background-color: #F710BB; }
a { background-color: rgb(247,16,187); }
div.DivClassName
{
background-color: #F710BB;
}
.BgClassName
{
background-color: #F710BB;
}
</style>
border-color css
<style>
span { border-color: #F710BB; }
span { border-color: rgb(247,16,187); }
td.TdClassName
{
border-color: #F710BB;
}
.TagClassName
{
border-color: #F710BB;
}
</style>