Shades of Shocking Pink #F710B7
Tints of Shocking Pink #F710B7
RGB
CMYK
RGB Variations
Color information
#F710B7 (or 0xF710B7) is known color: Shocking Pink. HEX triplet: F7, 10 and B7. RGB value is (247,16,183). Sum of RGB (Red+Green+Blue) = 247+16+183=446 (59% of max value = 765). Red value is 247 (96.88% from 255 or 55.38% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 183 (71.88% from 255 or 41.03% from 446); Max value from RGB is 247 - color contains mainly: red. Hex color #F710B7 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710B7 is #08EF48. Grayscale: #676767. Windows color (decimal): -585545 or 11997431. OLE color: 11997431.
HSL color Cylindrical-coordinate representation of color #F710B7: hue angle of 316.62º 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 #F710B7 is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 183 | - |
| CMYK | 0 | 0.94 | 0.26 | 0.03 |
| HSL | 316.62º | 0.94% | 0.52% | - |
| HSV(B) | 316.62º | 0.94% | 0.97% | - |
| XYZ | 47.09 | 23.56 | 46.87 | - |
| YUV | 104.11 | 172.53 | 229.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 183 | 0 | 0.94 | 0.26 | 0.03 | 316.62 | 0.94 | 0.52 |
| Hex | F7 | 10 | B7 | 0 | 5E | 1A | 3 | 13D | 5E | 34 |
| Octal | 367 | 20 | 267 | 0 | 136 | 32 | 3 | 475 | 136 | 64 |
| Binary | 11110111 | 10000 | 10110111 | 0 | 1011110 | 11010 | 11 | 100111101 | 1011110 | 110100 |
Color Harmonies of #F710B7
Complementary color
Monochromatic Colors of #F710B7
Black with #F710B7
Text Example
Text Example
White with #F710B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710B7; }
p { color: rgb(247,16,183); }
H1.HeaderClassName
{
color: #F710B7;
}
.AnyTagClassName
{
color: #F710B7;
}
</style>
background-color css
<style>
a { background-color: #F710B7; }
a { background-color: rgb(247,16,183); }
div.DivClassName
{
background-color: #F710B7;
}
.BgClassName
{
background-color: #F710B7;
}
</style>
border-color css
<style>
span { border-color: #F710B7; }
span { border-color: rgb(247,16,183); }
td.TdClassName
{
border-color: #F710B7;
}
.TagClassName
{
border-color: #F710B7;
}
</style>