Shades of Shocking Pink #F110BA
Tints of Shocking Pink #F110BA
RGB
CMYK
RGB Variations
Color information
#F110BA (or 0xF110BA) is known color: Shocking Pink. HEX triplet: F1, 10 and BA. RGB value is (241,16,186). Sum of RGB (Red+Green+Blue) = 241+16+186=443 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.40% from 443); Green value is 16 (6.64% from 255 or 3.61% from 443); Blue value is 186 (73.05% from 255 or 41.99% from 443); Max value from RGB is 241 - color contains mainly: red. Hex color #F110BA is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110BA is #0EEF45. Grayscale: #666666. Windows color (decimal): -978758 or 12194033. OLE color: 12194033.
HSL color Cylindrical-coordinate representation of color #F110BA: hue angle of 314.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F110BA is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 186 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.05 |
| HSL | 314.67º | 0.89% | 0.5% | - |
| HSV(B) | 314.67º | 0.93% | 0.95% | - |
| XYZ | 45.32 | 22.62 | 48.43 | - |
| YUV | 102.66 | 175.04 | 226.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 186 | 0 | 0.93 | 0.23 | 0.05 | 314.67 | 0.89 | 0.5 |
| Hex | F1 | 10 | BA | 0 | 5D | 17 | 5 | 13B | 59 | 32 |
| Octal | 361 | 20 | 272 | 0 | 135 | 27 | 5 | 473 | 131 | 62 |
| Binary | 11110001 | 10000 | 10111010 | 0 | 1011101 | 10111 | 101 | 100111011 | 1011001 | 110010 |
Color Harmonies of #F110BA
Complementary color
Monochromatic Colors of #F110BA
Black with #F110BA
Text Example
Text Example
White with #F110BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110BA; }
p { color: rgb(241,16,186); }
H1.HeaderClassName
{
color: #F110BA;
}
.AnyTagClassName
{
color: #F110BA;
}
</style>
background-color css
<style>
a { background-color: #F110BA; }
a { background-color: rgb(241,16,186); }
div.DivClassName
{
background-color: #F110BA;
}
.BgClassName
{
background-color: #F110BA;
}
</style>
border-color css
<style>
span { border-color: #F110BA; }
span { border-color: rgb(241,16,186); }
td.TdClassName
{
border-color: #F110BA;
}
.TagClassName
{
border-color: #F110BA;
}
</style>