Shades of Shocking Pink #F71EC1
Tints of Shocking Pink #F71EC1
RGB
CMYK
RGB Variations
Color information
#F71EC1 (or 0xF71EC1) is known color: Shocking Pink. HEX triplet: F7, 1E and C1. RGB value is (247,30,193). Sum of RGB (Red+Green+Blue) = 247+30+193=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 193 (75.78% from 255 or 41.06% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EC1 is #08E13E. Grayscale: #717171. Windows color (decimal): -581951 or 12656375. OLE color: 12656375.
HSL color Cylindrical-coordinate representation of color #F71EC1: hue angle of 314.93º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F71EC1 is Cyan = 0, Magento = 0.88, Yellow = 0.22 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 193 | - |
| CMYK | 0 | 0.88 | 0.22 | 0.03 |
| HSL | 314.93º | 0.93% | 0.54% | - |
| HSV(B) | 314.93º | 0.88% | 0.97% | - |
| XYZ | 48.45 | 24.55 | 52.64 | - |
| YUV | 113.47 | 172.89 | 223.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 193 | 0 | 0.88 | 0.22 | 0.03 | 314.93 | 0.93 | 0.54 |
| Hex | F7 | 1E | C1 | 0 | 58 | 16 | 3 | 13B | 5D | 36 |
| Octal | 367 | 36 | 301 | 0 | 130 | 26 | 3 | 473 | 135 | 66 |
| Binary | 11110111 | 11110 | 11000001 | 0 | 1011000 | 10110 | 11 | 100111011 | 1011101 | 110110 |
Color Harmonies of #F71EC1
Complementary color
Monochromatic Colors of #F71EC1
Black with #F71EC1
Text Example
Text Example
White with #F71EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EC1; }
p { color: rgb(247,30,193); }
H1.HeaderClassName
{
color: #F71EC1;
}
.AnyTagClassName
{
color: #F71EC1;
}
</style>
background-color css
<style>
a { background-color: #F71EC1; }
a { background-color: rgb(247,30,193); }
div.DivClassName
{
background-color: #F71EC1;
}
.BgClassName
{
background-color: #F71EC1;
}
</style>
border-color css
<style>
span { border-color: #F71EC1; }
span { border-color: rgb(247,30,193); }
td.TdClassName
{
border-color: #F71EC1;
}
.TagClassName
{
border-color: #F71EC1;
}
</style>