Shades of Shocking Pink #F110BE
Tints of Shocking Pink #F110BE
RGB
CMYK
RGB Variations
Color information
#F110BE (or 0xF110BE) is known color: Shocking Pink. HEX triplet: F1, 10 and BE. RGB value is (241,16,190). Sum of RGB (Red+Green+Blue) = 241+16+190=447 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.91% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 190 (74.61% from 255 or 42.51% from 447); Max value from RGB is 241 - color contains mainly: red. Hex color #F110BE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110BE is #0EEF41. Grayscale: #666666. Windows color (decimal): -978754 or 12456177. OLE color: 12456177.
HSL color Cylindrical-coordinate representation of color #F110BE: hue angle of 313.6º 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 #F110BE is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 190 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.05 |
| HSL | 313.6º | 0.89% | 0.5% | - |
| HSV(B) | 313.6º | 0.93% | 0.95% | - |
| XYZ | 45.76 | 22.79 | 50.7 | - |
| YUV | 103.11 | 177.04 | 226.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 190 | 0 | 0.93 | 0.21 | 0.05 | 313.6 | 0.89 | 0.5 |
| Hex | F1 | 10 | BE | 0 | 5D | 15 | 5 | 13A | 59 | 32 |
| Octal | 361 | 20 | 276 | 0 | 135 | 25 | 5 | 472 | 131 | 62 |
| Binary | 11110001 | 10000 | 10111110 | 0 | 1011101 | 10101 | 101 | 100111010 | 1011001 | 110010 |
Color Harmonies of #F110BE
Complementary color
Monochromatic Colors of #F110BE
Black with #F110BE
Text Example
Text Example
White with #F110BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110BE; }
p { color: rgb(241,16,190); }
H1.HeaderClassName
{
color: #F110BE;
}
.AnyTagClassName
{
color: #F110BE;
}
</style>
background-color css
<style>
a { background-color: #F110BE; }
a { background-color: rgb(241,16,190); }
div.DivClassName
{
background-color: #F110BE;
}
.BgClassName
{
background-color: #F110BE;
}
</style>
border-color css
<style>
span { border-color: #F110BE; }
span { border-color: rgb(241,16,190); }
td.TdClassName
{
border-color: #F110BE;
}
.TagClassName
{
border-color: #F110BE;
}
</style>