Shades of Shocking Pink #F11EC2
Tints of Shocking Pink #F11EC2
RGB
CMYK
RGB Variations
Color information
#F11EC2 (or 0xF11EC2) is known color: Shocking Pink. HEX triplet: F1, 1E and C2. RGB value is (241,30,194). Sum of RGB (Red+Green+Blue) = 241+30+194=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 30 (12.11% from 255 or 6.45% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F11EC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11EC2 is #0EE13D. Grayscale: #6F6F6F. Windows color (decimal): -975166 or 12721905. OLE color: 12721905.
HSL color Cylindrical-coordinate representation of color #F11EC2: hue angle of 313.36º 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 #F11EC2 is Cyan = 0, Magento = 0.88, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 30 | 194 | - |
| CMYK | 0 | 0.88 | 0.20 | 0.05 |
| HSL | 313.36º | 0.88% | 0.53% | - |
| HSV(B) | 313.36º | 0.88% | 0.95% | - |
| XYZ | 46.48 | 23.52 | 53.13 | - |
| YUV | 111.79 | 174.4 | 220.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 30 | 194 | 0 | 0.88 | 0.20 | 0.05 | 313.36 | 0.88 | 0.53 |
| Hex | F1 | 1E | C2 | 0 | 58 | 14 | 5 | 139 | 58 | 35 |
| Octal | 361 | 36 | 302 | 0 | 130 | 24 | 5 | 471 | 130 | 65 |
| Binary | 11110001 | 11110 | 11000010 | 0 | 1011000 | 10100 | 101 | 100111001 | 1011000 | 110101 |
Color Harmonies of #F11EC2
Complementary color
Monochromatic Colors of #F11EC2
Black with #F11EC2
Text Example
Text Example
White with #F11EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11EC2; }
p { color: rgb(241,30,194); }
H1.HeaderClassName
{
color: #F11EC2;
}
.AnyTagClassName
{
color: #F11EC2;
}
</style>
background-color css
<style>
a { background-color: #F11EC2; }
a { background-color: rgb(241,30,194); }
div.DivClassName
{
background-color: #F11EC2;
}
.BgClassName
{
background-color: #F11EC2;
}
</style>
border-color css
<style>
span { border-color: #F11EC2; }
span { border-color: rgb(241,30,194); }
td.TdClassName
{
border-color: #F11EC2;
}
.TagClassName
{
border-color: #F11EC2;
}
</style>