Shades of Shocking Pink #F710C1
Tints of Shocking Pink #F710C1
RGB
CMYK
RGB Variations
Color information
#F710C1 (or 0xF710C1) is known color: Shocking Pink. HEX triplet: F7, 10 and C1. RGB value is (247,16,193). Sum of RGB (Red+Green+Blue) = 247+16+193=456 (60% of max value = 765). Red value is 247 (96.88% from 255 or 54.17% from 456); Green value is 16 (6.64% from 255 or 3.51% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 247 - color contains mainly: red. Hex color #F710C1 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F710C1 is #08EF3E. Grayscale: #686868. Windows color (decimal): -585535 or 12652791. OLE color: 12652791.
HSL color Cylindrical-coordinate representation of color #F710C1: hue angle of 314.03º 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 #F710C1 is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 16 | 193 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.03 |
| HSL | 314.03º | 0.94% | 0.52% | - |
| HSV(B) | 314.03º | 0.94% | 0.97% | - |
| XYZ | 48.17 | 24 | 52.54 | - |
| YUV | 105.25 | 177.53 | 229.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 16 | 193 | 0 | 0.94 | 0.22 | 0.03 | 314.03 | 0.94 | 0.52 |
| Hex | F7 | 10 | C1 | 0 | 5E | 16 | 3 | 13A | 5E | 34 |
| Octal | 367 | 20 | 301 | 0 | 136 | 26 | 3 | 472 | 136 | 64 |
| Binary | 11110111 | 10000 | 11000001 | 0 | 1011110 | 10110 | 11 | 100111010 | 1011110 | 110100 |
Color Harmonies of #F710C1
Complementary color
Monochromatic Colors of #F710C1
Black with #F710C1
Text Example
Text Example
White with #F710C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F710C1; }
p { color: rgb(247,16,193); }
H1.HeaderClassName
{
color: #F710C1;
}
.AnyTagClassName
{
color: #F710C1;
}
</style>
background-color css
<style>
a { background-color: #F710C1; }
a { background-color: rgb(247,16,193); }
div.DivClassName
{
background-color: #F710C1;
}
.BgClassName
{
background-color: #F710C1;
}
</style>
border-color css
<style>
span { border-color: #F710C1; }
span { border-color: rgb(247,16,193); }
td.TdClassName
{
border-color: #F710C1;
}
.TagClassName
{
border-color: #F710C1;
}
</style>