Shades of Shocking Pink #F710BF
Tints of Shocking Pink #F710BF
RGB
CMYK
RGB Variations
Color information
#F710BF (or 0xF710BF) is known color: Shocking Pink. HEX triplet: F7, 10 and BF. RGB value is (247,16,191). Sum of RGB (Red+Green+Blue) = 247+16+191=454 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.41% from 454); Green value is 16 (6.64% from 255 or 3.52% from 454); Blue value is 191 (75% from 255 or 42.07% from 454); Max value from RGB is 247 - color contains mainly: red. Hex color #F710BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710BF is #08EF40. Grayscale: #686868. Windows color (decimal): -585537 or 12521719. OLE color: 12521719.
HSL color Cylindrical-coordinate representation of color #F710BF: hue angle of 314.55º 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 #F710BF is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 191 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.03 |
| HSL | 314.55º | 0.94% | 0.52% | - |
| HSV(B) | 314.55º | 0.94% | 0.97% | - |
| XYZ | 47.95 | 23.91 | 51.38 | - |
| YUV | 105.02 | 176.53 | 229.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 191 | 0 | 0.94 | 0.23 | 0.03 | 314.55 | 0.94 | 0.52 |
| Hex | F7 | 10 | BF | 0 | 5E | 17 | 3 | 13B | 5E | 34 |
| Octal | 367 | 20 | 277 | 0 | 136 | 27 | 3 | 473 | 136 | 64 |
| Binary | 11110111 | 10000 | 10111111 | 0 | 1011110 | 10111 | 11 | 100111011 | 1011110 | 110100 |
Color Harmonies of #F710BF
Complementary color
Monochromatic Colors of #F710BF
Black with #F710BF
Text Example
Text Example
White with #F710BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710BF; }
p { color: rgb(247,16,191); }
H1.HeaderClassName
{
color: #F710BF;
}
.AnyTagClassName
{
color: #F710BF;
}
</style>
background-color css
<style>
a { background-color: #F710BF; }
a { background-color: rgb(247,16,191); }
div.DivClassName
{
background-color: #F710BF;
}
.BgClassName
{
background-color: #F710BF;
}
</style>
border-color css
<style>
span { border-color: #F710BF; }
span { border-color: rgb(247,16,191); }
td.TdClassName
{
border-color: #F710BF;
}
.TagClassName
{
border-color: #F710BF;
}
</style>