Shades of Shocking Pink #F91BBB
Tints of Shocking Pink #F91BBB
RGB
CMYK
RGB Variations
Color information
#F91BBB (or 0xF91BBB) is known color: Shocking Pink. HEX triplet: F9, 1B and BB. RGB value is (249,27,187). Sum of RGB (Red+Green+Blue) = 249+27+187=463 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.78% from 463); Green value is 27 (10.94% from 255 or 5.83% from 463); Blue value is 187 (73.44% from 255 or 40.39% from 463); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91BBB is #06E444. Grayscale: #6F6F6F. Windows color (decimal): -451653 or 12262393. OLE color: 12262393.
HSL color Cylindrical-coordinate representation of color #F91BBB: hue angle of 316.76º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F91BBB is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 187 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.02 |
| HSL | 316.76º | 0.95% | 0.54% | - |
| HSV(B) | 316.76º | 0.89% | 0.98% | - |
| XYZ | 48.43 | 24.51 | 49.19 | - |
| YUV | 111.62 | 170.55 | 225.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 187 | 0 | 0.89 | 0.25 | 0.02 | 316.76 | 0.95 | 0.54 |
| Hex | F9 | 1B | BB | 0 | 59 | 19 | 2 | 13D | 5F | 36 |
| Octal | 371 | 33 | 273 | 0 | 131 | 31 | 2 | 475 | 137 | 66 |
| Binary | 11111001 | 11011 | 10111011 | 0 | 1011001 | 11001 | 10 | 100111101 | 1011111 | 110110 |
Color Harmonies of #F91BBB
Complementary color
Monochromatic Colors of #F91BBB
Black with #F91BBB
Text Example
Text Example
White with #F91BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BBB; }
p { color: rgb(249,27,187); }
H1.HeaderClassName
{
color: #F91BBB;
}
.AnyTagClassName
{
color: #F91BBB;
}
</style>
background-color css
<style>
a { background-color: #F91BBB; }
a { background-color: rgb(249,27,187); }
div.DivClassName
{
background-color: #F91BBB;
}
.BgClassName
{
background-color: #F91BBB;
}
</style>
border-color css
<style>
span { border-color: #F91BBB; }
span { border-color: rgb(249,27,187); }
td.TdClassName
{
border-color: #F91BBB;
}
.TagClassName
{
border-color: #F91BBB;
}
</style>