Shades of Shocking Pink #F113BA
Tints of Shocking Pink #F113BA
RGB
CMYK
RGB Variations
Color information
#F113BA (or 0xF113BA) is known color: Shocking Pink. HEX triplet: F1, 13 and BA. RGB value is (241,19,186). Sum of RGB (Red+Green+Blue) = 241+19+186=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 19 (7.81% from 255 or 4.26% from 446); Blue value is 186 (73.05% from 255 or 41.70% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F113BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F113BA is #0EEC45. Grayscale: #676767. Windows color (decimal): -977990 or 12194801. OLE color: 12194801.
HSL color Cylindrical-coordinate representation of color #F113BA: hue angle of 314.86º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F113BA is Cyan = 0, Magento = 0.92, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 19 | 186 | - |
| CMYK | 0 | 0.92 | 0.23 | 0.05 |
| HSL | 314.86º | 0.89% | 0.51% | - |
| HSV(B) | 314.86º | 0.92% | 0.95% | - |
| XYZ | 45.37 | 22.71 | 48.45 | - |
| YUV | 104.42 | 174.05 | 225.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 19 | 186 | 0 | 0.92 | 0.23 | 0.05 | 314.86 | 0.89 | 0.51 |
| Hex | F1 | 13 | BA | 0 | 5C | 17 | 5 | 13B | 59 | 33 |
| Octal | 361 | 23 | 272 | 0 | 134 | 27 | 5 | 473 | 131 | 63 |
| Binary | 11110001 | 10011 | 10111010 | 0 | 1011100 | 10111 | 101 | 100111011 | 1011001 | 110011 |
Color Harmonies of #F113BA
Complementary color
Monochromatic Colors of #F113BA
Black with #F113BA
Text Example
Text Example
White with #F113BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F113BA; }
p { color: rgb(241,19,186); }
H1.HeaderClassName
{
color: #F113BA;
}
.AnyTagClassName
{
color: #F113BA;
}
</style>
background-color css
<style>
a { background-color: #F113BA; }
a { background-color: rgb(241,19,186); }
div.DivClassName
{
background-color: #F113BA;
}
.BgClassName
{
background-color: #F113BA;
}
</style>
border-color css
<style>
span { border-color: #F113BA; }
span { border-color: rgb(241,19,186); }
td.TdClassName
{
border-color: #F113BA;
}
.TagClassName
{
border-color: #F113BA;
}
</style>