Shades of Shocking Pink #F11ECF
Tints of Shocking Pink #F11ECF
RGB
CMYK
RGB Variations
Color information
#F11ECF (or 0xF11ECF) is known color: Shocking Pink. HEX triplet: F1, 1E and CF. RGB value is (241,30,207). Sum of RGB (Red+Green+Blue) = 241+30+207=478 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.42% from 478); Green value is 30 (12.11% from 255 or 6.28% from 478); Blue value is 207 (81.25% from 255 or 43.31% from 478); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ECF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ECF is #0EE130. Grayscale: #707070. Windows color (decimal): -975153 or 13573873. OLE color: 13573873.
HSL color Cylindrical-coordinate representation of color #F11ECF: hue angle of 309.67º 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 #F11ECF is Cyan = 0, Magento = 0.88, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 207 | - |
| CMYK | 0 | 0.88 | 0.14 | 0.05 |
| HSL | 309.67º | 0.88% | 0.53% | - |
| HSV(B) | 309.67º | 0.88% | 0.95% | - |
| XYZ | 48 | 24.13 | 61.16 | - |
| YUV | 113.27 | 180.9 | 219.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 207 | 0 | 0.88 | 0.14 | 0.05 | 309.67 | 0.88 | 0.53 |
| Hex | F1 | 1E | CF | 0 | 58 | E | 5 | 136 | 58 | 35 |
| Octal | 361 | 36 | 317 | 0 | 130 | 16 | 5 | 466 | 130 | 65 |
| Binary | 11110001 | 11110 | 11001111 | 0 | 1011000 | 1110 | 101 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F11ECF
Complementary color
Monochromatic Colors of #F11ECF
Black with #F11ECF
Text Example
Text Example
White with #F11ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ECF; }
p { color: rgb(241,30,207); }
H1.HeaderClassName
{
color: #F11ECF;
}
.AnyTagClassName
{
color: #F11ECF;
}
</style>
background-color css
<style>
a { background-color: #F11ECF; }
a { background-color: rgb(241,30,207); }
div.DivClassName
{
background-color: #F11ECF;
}
.BgClassName
{
background-color: #F11ECF;
}
</style>
border-color css
<style>
span { border-color: #F11ECF; }
span { border-color: rgb(241,30,207); }
td.TdClassName
{
border-color: #F11ECF;
}
.TagClassName
{
border-color: #F11ECF;
}
</style>