Shades of Shocking Pink #F110BF
Tints of Shocking Pink #F110BF
RGB
CMYK
RGB Variations
Color information
#F110BF (or 0xF110BF) is known color: Shocking Pink. HEX triplet: F1, 10 and BF. RGB value is (241,16,191). Sum of RGB (Red+Green+Blue) = 241+16+191=448 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.79% from 448); Green value is 16 (6.64% from 255 or 3.57% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 241 - color contains mainly: red. Hex color #F110BF is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F110BF is #0EEF40. Grayscale: #666666. Windows color (decimal): -978753 or 12521713. OLE color: 12521713.
HSL color Cylindrical-coordinate representation of color #F110BF: hue angle of 313.33º 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 #F110BF is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 16 | 191 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.05 |
| HSL | 313.33º | 0.89% | 0.5% | - |
| HSV(B) | 313.33º | 0.93% | 0.95% | - |
| XYZ | 45.86 | 22.83 | 51.28 | - |
| YUV | 103.23 | 177.54 | 226.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 16 | 191 | 0 | 0.93 | 0.21 | 0.05 | 313.33 | 0.89 | 0.5 |
| Hex | F1 | 10 | BF | 0 | 5D | 15 | 5 | 139 | 59 | 32 |
| Octal | 361 | 20 | 277 | 0 | 135 | 25 | 5 | 471 | 131 | 62 |
| Binary | 11110001 | 10000 | 10111111 | 0 | 1011101 | 10101 | 101 | 100111001 | 1011001 | 110010 |
Color Harmonies of #F110BF
Complementary color
Monochromatic Colors of #F110BF
Black with #F110BF
Text Example
Text Example
White with #F110BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F110BF; }
p { color: rgb(241,16,191); }
H1.HeaderClassName
{
color: #F110BF;
}
.AnyTagClassName
{
color: #F110BF;
}
</style>
background-color css
<style>
a { background-color: #F110BF; }
a { background-color: rgb(241,16,191); }
div.DivClassName
{
background-color: #F110BF;
}
.BgClassName
{
background-color: #F110BF;
}
</style>
border-color css
<style>
span { border-color: #F110BF; }
span { border-color: rgb(241,16,191); }
td.TdClassName
{
border-color: #F110BF;
}
.TagClassName
{
border-color: #F110BF;
}
</style>