Shades of Shocking Pink #F710D0
Tints of Shocking Pink #F710D0
RGB
CMYK
RGB Variations
Color information
#F710D0 (or 0xF710D0) is known color: Shocking Pink. HEX triplet: F7, 10 and D0. RGB value is (247,16,208). Sum of RGB (Red+Green+Blue) = 247+16+208=471 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.44% from 471); Green value is 16 (6.64% from 255 or 3.40% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 247 - color contains mainly: red. Hex color #F710D0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710D0 is #08EF2F. Grayscale: #6A6A6A. Windows color (decimal): -585520 or 13635831. OLE color: 13635831.
HSL color Cylindrical-coordinate representation of color #F710D0: hue angle of 310.13º 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 #F710D0 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 208 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.03 |
| HSL | 310.13º | 0.94% | 0.52% | - |
| HSV(B) | 310.13º | 0.94% | 0.97% | - |
| XYZ | 49.93 | 24.7 | 61.81 | - |
| YUV | 106.96 | 185.03 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 208 | 0 | 0.94 | 0.16 | 0.03 | 310.13 | 0.94 | 0.52 |
| Hex | F7 | 10 | D0 | 0 | 5E | 10 | 3 | 136 | 5E | 34 |
| Octal | 367 | 20 | 320 | 0 | 136 | 20 | 3 | 466 | 136 | 64 |
| Binary | 11110111 | 10000 | 11010000 | 0 | 1011110 | 10000 | 11 | 100110110 | 1011110 | 110100 |
Color Harmonies of #F710D0
Complementary color
Monochromatic Colors of #F710D0
Black with #F710D0
Text Example
Text Example
White with #F710D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710D0; }
p { color: rgb(247,16,208); }
H1.HeaderClassName
{
color: #F710D0;
}
.AnyTagClassName
{
color: #F710D0;
}
</style>
background-color css
<style>
a { background-color: #F710D0; }
a { background-color: rgb(247,16,208); }
div.DivClassName
{
background-color: #F710D0;
}
.BgClassName
{
background-color: #F710D0;
}
</style>
border-color css
<style>
span { border-color: #F710D0; }
span { border-color: rgb(247,16,208); }
td.TdClassName
{
border-color: #F710D0;
}
.TagClassName
{
border-color: #F710D0;
}
</style>