Shades of Shocking Pink #F11EC7
Tints of Shocking Pink #F11EC7
RGB
CMYK
RGB Variations
Color information
#F11EC7 (or 0xF11EC7) is known color: Shocking Pink. HEX triplet: F1, 1E and C7. RGB value is (241,30,199). Sum of RGB (Red+Green+Blue) = 241+30+199=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 30 (12.11% from 255 or 6.38% from 470); Blue value is 199 (78.12% from 255 or 42.34% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EC7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11EC7 is #0EE138. Grayscale: #6F6F6F. Windows color (decimal): -975161 or 13049585. OLE color: 13049585.
HSL color Cylindrical-coordinate representation of color #F11EC7: hue angle of 311.94º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F11EC7 is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 199 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.05 |
| HSL | 311.94º | 0.88% | 0.53% | - |
| HSV(B) | 311.94º | 0.88% | 0.95% | - |
| XYZ | 47.05 | 23.75 | 56.14 | - |
| YUV | 112.36 | 176.9 | 219.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 199 | 0 | 0.88 | 0.17 | 0.05 | 311.94 | 0.88 | 0.53 |
| Hex | F1 | 1E | C7 | 0 | 58 | 11 | 5 | 138 | 58 | 35 |
| Octal | 361 | 36 | 307 | 0 | 130 | 21 | 5 | 470 | 130 | 65 |
| Binary | 11110001 | 11110 | 11000111 | 0 | 1011000 | 10001 | 101 | 100111000 | 1011000 | 110101 |
Color Harmonies of #F11EC7
Complementary color
Monochromatic Colors of #F11EC7
Black with #F11EC7
Text Example
Text Example
White with #F11EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11EC7; }
p { color: rgb(241,30,199); }
H1.HeaderClassName
{
color: #F11EC7;
}
.AnyTagClassName
{
color: #F11EC7;
}
</style>
background-color css
<style>
a { background-color: #F11EC7; }
a { background-color: rgb(241,30,199); }
div.DivClassName
{
background-color: #F11EC7;
}
.BgClassName
{
background-color: #F11EC7;
}
</style>
border-color css
<style>
span { border-color: #F11EC7; }
span { border-color: rgb(241,30,199); }
td.TdClassName
{
border-color: #F11EC7;
}
.TagClassName
{
border-color: #F11EC7;
}
</style>