Shades of Shocking Pink #F112BA
Tints of Shocking Pink #F112BA
RGB
CMYK
RGB Variations
Color information
#F112BA (or 0xF112BA) is known color: Shocking Pink. HEX triplet: F1, 12 and BA. RGB value is (241,18,186). Sum of RGB (Red+Green+Blue) = 241+18+186=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 18 (7.42% from 255 or 4.04% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F112BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112BA is #0EED45. Grayscale: #676767. Windows color (decimal): -978246 or 12194545. OLE color: 12194545.
HSL color Cylindrical-coordinate representation of color #F112BA: hue angle of 314.8º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F112BA is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 186 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.05 |
| HSL | 314.8º | 0.89% | 0.51% | - |
| HSV(B) | 314.8º | 0.93% | 0.95% | - |
| XYZ | 45.35 | 22.68 | 48.44 | - |
| YUV | 103.83 | 174.38 | 225.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 186 | 0 | 0.93 | 0.23 | 0.05 | 314.8 | 0.89 | 0.51 |
| Hex | F1 | 12 | BA | 0 | 5D | 17 | 5 | 13B | 59 | 33 |
| Octal | 361 | 22 | 272 | 0 | 135 | 27 | 5 | 473 | 131 | 63 |
| Binary | 11110001 | 10010 | 10111010 | 0 | 1011101 | 10111 | 101 | 100111011 | 1011001 | 110011 |
Color Harmonies of #F112BA
Complementary color
Monochromatic Colors of #F112BA
Black with #F112BA
Text Example
Text Example
White with #F112BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112BA; }
p { color: rgb(241,18,186); }
H1.HeaderClassName
{
color: #F112BA;
}
.AnyTagClassName
{
color: #F112BA;
}
</style>
background-color css
<style>
a { background-color: #F112BA; }
a { background-color: rgb(241,18,186); }
div.DivClassName
{
background-color: #F112BA;
}
.BgClassName
{
background-color: #F112BA;
}
</style>
border-color css
<style>
span { border-color: #F112BA; }
span { border-color: rgb(241,18,186); }
td.TdClassName
{
border-color: #F112BA;
}
.TagClassName
{
border-color: #F112BA;
}
</style>