Shades of Shocking Pink #F710C3
Tints of Shocking Pink #F710C3
RGB
CMYK
RGB Variations
Color information
#F710C3 (or 0xF710C3) is known color: Shocking Pink. HEX triplet: F7, 10 and C3. RGB value is (247,16,195). Sum of RGB (Red+Green+Blue) = 247+16+195=458 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.93% from 458); Green value is 16 (6.64% from 255 or 3.49% from 458); Blue value is 195 (76.56% from 255 or 42.58% from 458); Max value from RGB is 247 - color contains mainly: red. Hex color #F710C3 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710C3 is #08EF3C. Grayscale: #686868. Windows color (decimal): -585533 or 12783863. OLE color: 12783863.
HSL color Cylindrical-coordinate representation of color #F710C3: hue angle of 313.51º 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 #F710C3 is Cyan = 0, Magento = 0.94, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 195 | - |
| CMYK | 0 | 0.94 | 0.21 | 0.03 |
| HSL | 313.51º | 0.94% | 0.52% | - |
| HSV(B) | 313.51º | 0.94% | 0.97% | - |
| XYZ | 48.39 | 24.08 | 53.73 | - |
| YUV | 105.48 | 178.53 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 195 | 0 | 0.94 | 0.21 | 0.03 | 313.51 | 0.94 | 0.52 |
| Hex | F7 | 10 | C3 | 0 | 5E | 15 | 3 | 13A | 5E | 34 |
| Octal | 367 | 20 | 303 | 0 | 136 | 25 | 3 | 472 | 136 | 64 |
| Binary | 11110111 | 10000 | 11000011 | 0 | 1011110 | 10101 | 11 | 100111010 | 1011110 | 110100 |
Color Harmonies of #F710C3
Complementary color
Monochromatic Colors of #F710C3
Black with #F710C3
Text Example
Text Example
White with #F710C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710C3; }
p { color: rgb(247,16,195); }
H1.HeaderClassName
{
color: #F710C3;
}
.AnyTagClassName
{
color: #F710C3;
}
</style>
background-color css
<style>
a { background-color: #F710C3; }
a { background-color: rgb(247,16,195); }
div.DivClassName
{
background-color: #F710C3;
}
.BgClassName
{
background-color: #F710C3;
}
</style>
border-color css
<style>
span { border-color: #F710C3; }
span { border-color: rgb(247,16,195); }
td.TdClassName
{
border-color: #F710C3;
}
.TagClassName
{
border-color: #F710C3;
}
</style>