Shades of Shocking Pink #F11ECE
Tints of Shocking Pink #F11ECE
RGB
CMYK
RGB Variations
Color information
#F11ECE (or 0xF11ECE) is known color: Shocking Pink. HEX triplet: F1, 1E and CE. RGB value is (241,30,206). Sum of RGB (Red+Green+Blue) = 241+30+206=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 30 (12.11% from 255 or 6.29% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F11ECE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11ECE is #0EE131. Grayscale: #707070. Windows color (decimal): -975154 or 13508337. OLE color: 13508337.
HSL color Cylindrical-coordinate representation of color #F11ECE: hue angle of 309.95º 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 #F11ECE is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 206 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.05 |
| HSL | 309.95º | 0.88% | 0.53% | - |
| HSV(B) | 309.95º | 0.88% | 0.95% | - |
| XYZ | 47.88 | 24.09 | 60.52 | - |
| YUV | 113.15 | 180.4 | 219.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 206 | 0 | 0.88 | 0.15 | 0.05 | 309.95 | 0.88 | 0.53 |
| Hex | F1 | 1E | CE | 0 | 58 | F | 5 | 136 | 58 | 35 |
| Octal | 361 | 36 | 316 | 0 | 130 | 17 | 5 | 466 | 130 | 65 |
| Binary | 11110001 | 11110 | 11001110 | 0 | 1011000 | 1111 | 101 | 100110110 | 1011000 | 110101 |
Color Harmonies of #F11ECE
Complementary color
Monochromatic Colors of #F11ECE
Black with #F11ECE
Text Example
Text Example
White with #F11ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11ECE; }
p { color: rgb(241,30,206); }
H1.HeaderClassName
{
color: #F11ECE;
}
.AnyTagClassName
{
color: #F11ECE;
}
</style>
background-color css
<style>
a { background-color: #F11ECE; }
a { background-color: rgb(241,30,206); }
div.DivClassName
{
background-color: #F11ECE;
}
.BgClassName
{
background-color: #F11ECE;
}
</style>
border-color css
<style>
span { border-color: #F11ECE; }
span { border-color: rgb(241,30,206); }
td.TdClassName
{
border-color: #F11ECE;
}
.TagClassName
{
border-color: #F11ECE;
}
</style>