Shades of Shocking Pink #F112BB
Tints of Shocking Pink #F112BB
RGB
CMYK
RGB Variations
Color information
#F112BB (or 0xF112BB) is known color: Shocking Pink. HEX triplet: F1, 12 and BB. RGB value is (241,18,187). Sum of RGB (Red+Green+Blue) = 241+18+187=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 187 (73.44% from 255 or 41.93% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F112BB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #F112BB is #0EED44. Grayscale: #676767. Windows color (decimal): -978245 or 12260081. OLE color: 12260081.
HSL color Cylindrical-coordinate representation of color #F112BB: hue angle of 314.53º 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 #F112BB is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 18 | 187 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.05 |
| HSL | 314.53º | 0.89% | 0.51% | - |
| HSV(B) | 314.53º | 0.93% | 0.95% | - |
| XYZ | 45.46 | 22.72 | 49 | - |
| YUV | 103.94 | 174.88 | 225.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 18 | 187 | 0 | 0.93 | 0.22 | 0.05 | 314.53 | 0.89 | 0.51 |
| Hex | F1 | 12 | BB | 0 | 5D | 16 | 5 | 13B | 59 | 33 |
| Octal | 361 | 22 | 273 | 0 | 135 | 26 | 5 | 473 | 131 | 63 |
| Binary | 11110001 | 10010 | 10111011 | 0 | 1011101 | 10110 | 101 | 100111011 | 1011001 | 110011 |
Color Harmonies of #F112BB
Complementary color
Monochromatic Colors of #F112BB
Black with #F112BB
Text Example
Text Example
White with #F112BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F112BB; }
p { color: rgb(241,18,187); }
H1.HeaderClassName
{
color: #F112BB;
}
.AnyTagClassName
{
color: #F112BB;
}
</style>
background-color css
<style>
a { background-color: #F112BB; }
a { background-color: rgb(241,18,187); }
div.DivClassName
{
background-color: #F112BB;
}
.BgClassName
{
background-color: #F112BB;
}
</style>
border-color css
<style>
span { border-color: #F112BB; }
span { border-color: rgb(241,18,187); }
td.TdClassName
{
border-color: #F112BB;
}
.TagClassName
{
border-color: #F112BB;
}
</style>