Shades of Shocking Pink #F71EC4
Tints of Shocking Pink #F71EC4
RGB
CMYK
RGB Variations
Color information
#F71EC4 (or 0xF71EC4) is known color: Shocking Pink. HEX triplet: F7, 1E and C4. RGB value is (247,30,196). Sum of RGB (Red+Green+Blue) = 247+30+196=473 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.22% from 473); Green value is 30 (12.11% from 255 or 6.34% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EC4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EC4 is #08E13B. Grayscale: #717171. Windows color (decimal): -581948 or 12852983. OLE color: 12852983.
HSL color Cylindrical-coordinate representation of color #F71EC4: hue angle of 314.1º 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 #F71EC4 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 196 | - |
| CMYK | 0 | 0.88 | 0.21 | 0.03 |
| HSL | 314.1º | 0.93% | 0.54% | - |
| HSV(B) | 314.1º | 0.88% | 0.97% | - |
| XYZ | 48.79 | 24.69 | 54.42 | - |
| YUV | 113.81 | 174.39 | 223 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 196 | 0 | 0.88 | 0.21 | 0.03 | 314.1 | 0.93 | 0.54 |
| Hex | F7 | 1E | C4 | 0 | 58 | 15 | 3 | 13A | 5D | 36 |
| Octal | 367 | 36 | 304 | 0 | 130 | 25 | 3 | 472 | 135 | 66 |
| Binary | 11110111 | 11110 | 11000100 | 0 | 1011000 | 10101 | 11 | 100111010 | 1011101 | 110110 |
Color Harmonies of #F71EC4
Complementary color
Monochromatic Colors of #F71EC4
Black with #F71EC4
Text Example
Text Example
White with #F71EC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EC4; }
p { color: rgb(247,30,196); }
H1.HeaderClassName
{
color: #F71EC4;
}
.AnyTagClassName
{
color: #F71EC4;
}
</style>
background-color css
<style>
a { background-color: #F71EC4; }
a { background-color: rgb(247,30,196); }
div.DivClassName
{
background-color: #F71EC4;
}
.BgClassName
{
background-color: #F71EC4;
}
</style>
border-color css
<style>
span { border-color: #F71EC4; }
span { border-color: rgb(247,30,196); }
td.TdClassName
{
border-color: #F71EC4;
}
.TagClassName
{
border-color: #F71EC4;
}
</style>