Shades of Shocking Pink #F71EC5
Tints of Shocking Pink #F71EC5
RGB
CMYK
RGB Variations
Color information
#F71EC5 (or 0xF71EC5) is known color: Shocking Pink. HEX triplet: F7, 1E and C5. RGB value is (247,30,197). Sum of RGB (Red+Green+Blue) = 247+30+197=474 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.11% from 474); Green value is 30 (12.11% from 255 or 6.33% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EC5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EC5 is #08E13A. Grayscale: #717171. Windows color (decimal): -581947 or 12918519. OLE color: 12918519.
HSL color Cylindrical-coordinate representation of color #F71EC5: hue angle of 313.82º 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 #F71EC5 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 197 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.03 |
| HSL | 313.82º | 0.93% | 0.54% | - |
| HSV(B) | 313.82º | 0.88% | 0.97% | - |
| XYZ | 48.9 | 24.73 | 55.02 | - |
| YUV | 113.92 | 174.89 | 222.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 197 | 0 | 0.88 | 0.20 | 0.03 | 313.82 | 0.93 | 0.54 |
| Hex | F7 | 1E | C5 | 0 | 58 | 14 | 3 | 13A | 5D | 36 |
| Octal | 367 | 36 | 305 | 0 | 130 | 24 | 3 | 472 | 135 | 66 |
| Binary | 11110111 | 11110 | 11000101 | 0 | 1011000 | 10100 | 11 | 100111010 | 1011101 | 110110 |
Color Harmonies of #F71EC5
Complementary color
Monochromatic Colors of #F71EC5
Black with #F71EC5
Text Example
Text Example
White with #F71EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EC5; }
p { color: rgb(247,30,197); }
H1.HeaderClassName
{
color: #F71EC5;
}
.AnyTagClassName
{
color: #F71EC5;
}
</style>
background-color css
<style>
a { background-color: #F71EC5; }
a { background-color: rgb(247,30,197); }
div.DivClassName
{
background-color: #F71EC5;
}
.BgClassName
{
background-color: #F71EC5;
}
</style>
border-color css
<style>
span { border-color: #F71EC5; }
span { border-color: rgb(247,30,197); }
td.TdClassName
{
border-color: #F71EC5;
}
.TagClassName
{
border-color: #F71EC5;
}
</style>