Shades of Shocking Pink #F71EC9
Tints of Shocking Pink #F71EC9
RGB
CMYK
RGB Variations
Color information
#F71EC9 (or 0xF71EC9) is known color: Shocking Pink. HEX triplet: F7, 1E and C9. RGB value is (247,30,201). Sum of RGB (Red+Green+Blue) = 247+30+201=478 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.67% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 247 - color contains mainly: red. Hex color #F71EC9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F71EC9 is #08E136. Grayscale: #717171. Windows color (decimal): -581943 or 13180663. OLE color: 13180663.
HSL color Cylindrical-coordinate representation of color #F71EC9: hue angle of 312.72º 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 #F71EC9 is Cyan = 0, Magento = 0.88, Yellow = 0.19 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 30 | 201 | - |
| CMYK | 0 | 0.88 | 0.19 | 0.03 |
| HSL | 312.72º | 0.93% | 0.54% | - |
| HSV(B) | 312.72º | 0.88% | 0.97% | - |
| XYZ | 49.36 | 24.92 | 57.47 | - |
| YUV | 114.38 | 176.89 | 222.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 30 | 201 | 0 | 0.88 | 0.19 | 0.03 | 312.72 | 0.93 | 0.54 |
| Hex | F7 | 1E | C9 | 0 | 58 | 13 | 3 | 139 | 5D | 36 |
| Octal | 367 | 36 | 311 | 0 | 130 | 23 | 3 | 471 | 135 | 66 |
| Binary | 11110111 | 11110 | 11001001 | 0 | 1011000 | 10011 | 11 | 100111001 | 1011101 | 110110 |
Color Harmonies of #F71EC9
Complementary color
Monochromatic Colors of #F71EC9
Black with #F71EC9
Text Example
Text Example
White with #F71EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F71EC9; }
p { color: rgb(247,30,201); }
H1.HeaderClassName
{
color: #F71EC9;
}
.AnyTagClassName
{
color: #F71EC9;
}
</style>
background-color css
<style>
a { background-color: #F71EC9; }
a { background-color: rgb(247,30,201); }
div.DivClassName
{
background-color: #F71EC9;
}
.BgClassName
{
background-color: #F71EC9;
}
</style>
border-color css
<style>
span { border-color: #F71EC9; }
span { border-color: rgb(247,30,201); }
td.TdClassName
{
border-color: #F71EC9;
}
.TagClassName
{
border-color: #F71EC9;
}
</style>