Shades of Shocking Pink #F116C0
Tints of Shocking Pink #F116C0
RGB
CMYK
RGB Variations
Color information
#F116C0 (or 0xF116C0) is known color: Shocking Pink. HEX triplet: F1, 16 and C0. RGB value is (241,22,192). Sum of RGB (Red+Green+Blue) = 241+22+192=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 22 (8.98% from 255 or 4.84% from 455); Blue value is 192 (75.39% from 255 or 42.20% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F116C0 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116C0 is #0EE93F. Grayscale: #6A6A6A. Windows color (decimal): -977216 or 12588785. OLE color: 12588785.
HSL color Cylindrical-coordinate representation of color #F116C0: hue angle of 313.42º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F116C0 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 192 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.05 |
| HSL | 313.42º | 0.89% | 0.52% | - |
| HSV(B) | 313.42º | 0.91% | 0.95% | - |
| XYZ | 46.08 | 23.08 | 51.9 | - |
| YUV | 106.86 | 176.05 | 223.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 192 | 0 | 0.91 | 0.20 | 0.05 | 313.42 | 0.89 | 0.52 |
| Hex | F1 | 16 | C0 | 0 | 5B | 14 | 5 | 139 | 59 | 34 |
| Octal | 361 | 26 | 300 | 0 | 133 | 24 | 5 | 471 | 131 | 64 |
| Binary | 11110001 | 10110 | 11000000 | 0 | 1011011 | 10100 | 101 | 100111001 | 1011001 | 110100 |
Color Harmonies of #F116C0
Complementary color
Monochromatic Colors of #F116C0
Black with #F116C0
Text Example
Text Example
White with #F116C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116C0; }
p { color: rgb(241,22,192); }
H1.HeaderClassName
{
color: #F116C0;
}
.AnyTagClassName
{
color: #F116C0;
}
</style>
background-color css
<style>
a { background-color: #F116C0; }
a { background-color: rgb(241,22,192); }
div.DivClassName
{
background-color: #F116C0;
}
.BgClassName
{
background-color: #F116C0;
}
</style>
border-color css
<style>
span { border-color: #F116C0; }
span { border-color: rgb(241,22,192); }
td.TdClassName
{
border-color: #F116C0;
}
.TagClassName
{
border-color: #F116C0;
}
</style>