Shades of Shocking Pink #F710CF
Tints of Shocking Pink #F710CF
RGB
CMYK
RGB Variations
Color information
#F710CF (or 0xF710CF) is known color: Shocking Pink. HEX triplet: F7, 10 and CF. RGB value is (247,16,207). Sum of RGB (Red+Green+Blue) = 247+16+207=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 16 (6.64% from 255 or 3.40% from 470); Blue value is 207 (81.25% from 255 or 44.04% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F710CF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710CF is #08EF30. Grayscale: #6A6A6A. Windows color (decimal): -585521 or 13570295. OLE color: 13570295.
HSL color Cylindrical-coordinate representation of color #F710CF: hue angle of 310.39º 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 #F710CF is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 207 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.03 |
| HSL | 310.39º | 0.94% | 0.52% | - |
| HSV(B) | 310.39º | 0.94% | 0.97% | - |
| XYZ | 49.81 | 24.65 | 61.16 | - |
| YUV | 106.84 | 184.53 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 207 | 0 | 0.94 | 0.16 | 0.03 | 310.39 | 0.94 | 0.52 |
| Hex | F7 | 10 | CF | 0 | 5E | 10 | 3 | 136 | 5E | 34 |
| Octal | 367 | 20 | 317 | 0 | 136 | 20 | 3 | 466 | 136 | 64 |
| Binary | 11110111 | 10000 | 11001111 | 0 | 1011110 | 10000 | 11 | 100110110 | 1011110 | 110100 |
Color Harmonies of #F710CF
Complementary color
Monochromatic Colors of #F710CF
Black with #F710CF
Text Example
Text Example
White with #F710CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710CF; }
p { color: rgb(247,16,207); }
H1.HeaderClassName
{
color: #F710CF;
}
.AnyTagClassName
{
color: #F710CF;
}
</style>
background-color css
<style>
a { background-color: #F710CF; }
a { background-color: rgb(247,16,207); }
div.DivClassName
{
background-color: #F710CF;
}
.BgClassName
{
background-color: #F710CF;
}
</style>
border-color css
<style>
span { border-color: #F710CF; }
span { border-color: rgb(247,16,207); }
td.TdClassName
{
border-color: #F710CF;
}
.TagClassName
{
border-color: #F710CF;
}
</style>