Shades of Shocking Pink #F11BBB
Tints of Shocking Pink #F11BBB
RGB
CMYK
RGB Variations
Color information
#F11BBB (or 0xF11BBB) is known color: Shocking Pink. HEX triplet: F1, 1B and BB. RGB value is (241,27,187). Sum of RGB (Red+Green+Blue) = 241+27+187=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 27 (10.94% from 255 or 5.93% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F11BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F11BBB is #0EE444. Grayscale: #6C6C6C. Windows color (decimal): -975941 or 12262385. OLE color: 12262385.
HSL color Cylindrical-coordinate representation of color #F11BBB: hue angle of 315.14º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F11BBB is Cyan = 0, Magento = 0.89, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 27 | 187 | - |
| CMYK | 0 | 0.89 | 0.22 | 0.05 |
| HSL | 315.14º | 0.88% | 0.53% | - |
| HSV(B) | 315.14º | 0.89% | 0.95% | - |
| XYZ | 45.64 | 23.07 | 49.06 | - |
| YUV | 109.23 | 171.9 | 221.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 27 | 187 | 0 | 0.89 | 0.22 | 0.05 | 315.14 | 0.88 | 0.53 |
| Hex | F1 | 1B | BB | 0 | 59 | 16 | 5 | 13B | 58 | 35 |
| Octal | 361 | 33 | 273 | 0 | 131 | 26 | 5 | 473 | 130 | 65 |
| Binary | 11110001 | 11011 | 10111011 | 0 | 1011001 | 10110 | 101 | 100111011 | 1011000 | 110101 |
Color Harmonies of #F11BBB
Complementary color
Monochromatic Colors of #F11BBB
Black with #F11BBB
Text Example
Text Example
White with #F11BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F11BBB; }
p { color: rgb(241,27,187); }
H1.HeaderClassName
{
color: #F11BBB;
}
.AnyTagClassName
{
color: #F11BBB;
}
</style>
background-color css
<style>
a { background-color: #F11BBB; }
a { background-color: rgb(241,27,187); }
div.DivClassName
{
background-color: #F11BBB;
}
.BgClassName
{
background-color: #F11BBB;
}
</style>
border-color css
<style>
span { border-color: #F11BBB; }
span { border-color: rgb(241,27,187); }
td.TdClassName
{
border-color: #F11BBB;
}
.TagClassName
{
border-color: #F11BBB;
}
</style>