Shades of Shocking Pink #F116BA
Tints of Shocking Pink #F116BA
RGB
CMYK
RGB Variations
Color information
#F116BA (or 0xF116BA) is known color: Shocking Pink. HEX triplet: F1, 16 and BA. RGB value is (241,22,186). Sum of RGB (Red+Green+Blue) = 241+22+186=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 22 (8.98% from 255 or 4.90% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F116BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F116BA is #0EE945. Grayscale: #696969. Windows color (decimal): -977222 or 12195569. OLE color: 12195569.
HSL color Cylindrical-coordinate representation of color #F116BA: hue angle of 315.07º 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 #F116BA is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 22 | 186 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.05 |
| HSL | 315.07º | 0.89% | 0.52% | - |
| HSV(B) | 315.07º | 0.91% | 0.95% | - |
| XYZ | 45.43 | 22.82 | 48.46 | - |
| YUV | 106.18 | 173.05 | 224.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 22 | 186 | 0 | 0.91 | 0.23 | 0.05 | 315.07 | 0.89 | 0.52 |
| Hex | F1 | 16 | BA | 0 | 5B | 17 | 5 | 13B | 59 | 34 |
| Octal | 361 | 26 | 272 | 0 | 133 | 27 | 5 | 473 | 131 | 64 |
| Binary | 11110001 | 10110 | 10111010 | 0 | 1011011 | 10111 | 101 | 100111011 | 1011001 | 110100 |
Color Harmonies of #F116BA
Complementary color
Monochromatic Colors of #F116BA
Black with #F116BA
Text Example
Text Example
White with #F116BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F116BA; }
p { color: rgb(241,22,186); }
H1.HeaderClassName
{
color: #F116BA;
}
.AnyTagClassName
{
color: #F116BA;
}
</style>
background-color css
<style>
a { background-color: #F116BA; }
a { background-color: rgb(241,22,186); }
div.DivClassName
{
background-color: #F116BA;
}
.BgClassName
{
background-color: #F116BA;
}
</style>
border-color css
<style>
span { border-color: #F116BA; }
span { border-color: rgb(241,22,186); }
td.TdClassName
{
border-color: #F116BA;
}
.TagClassName
{
border-color: #F116BA;
}
</style>