Shades of Shocking Pink #F91BBC
Tints of Shocking Pink #F91BBC
RGB
CMYK
RGB Variations
Color information
#F91BBC (or 0xF91BBC) is known color: Shocking Pink. HEX triplet: F9, 1B and BC. RGB value is (249,27,188). Sum of RGB (Red+Green+Blue) = 249+27+188=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 27 (10.94% from 255 or 5.82% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91BBC is #06E443. Grayscale: #6F6F6F. Windows color (decimal): -451652 or 12327929. OLE color: 12327929.
HSL color Cylindrical-coordinate representation of color #F91BBC: hue angle of 316.49º 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 #F91BBC is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 188 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.02 |
| HSL | 316.49º | 0.95% | 0.54% | - |
| HSV(B) | 316.49º | 0.89% | 0.98% | - |
| XYZ | 48.54 | 24.55 | 49.76 | - |
| YUV | 111.73 | 171.05 | 225.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 188 | 0 | 0.89 | 0.24 | 0.02 | 316.49 | 0.95 | 0.54 |
| Hex | F9 | 1B | BC | 0 | 59 | 18 | 2 | 13C | 5F | 36 |
| Octal | 371 | 33 | 274 | 0 | 131 | 30 | 2 | 474 | 137 | 66 |
| Binary | 11111001 | 11011 | 10111100 | 0 | 1011001 | 11000 | 10 | 100111100 | 1011111 | 110110 |
Color Harmonies of #F91BBC
Complementary color
Monochromatic Colors of #F91BBC
Black with #F91BBC
Text Example
Text Example
White with #F91BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BBC; }
p { color: rgb(249,27,188); }
H1.HeaderClassName
{
color: #F91BBC;
}
.AnyTagClassName
{
color: #F91BBC;
}
</style>
background-color css
<style>
a { background-color: #F91BBC; }
a { background-color: rgb(249,27,188); }
div.DivClassName
{
background-color: #F91BBC;
}
.BgClassName
{
background-color: #F91BBC;
}
</style>
border-color css
<style>
span { border-color: #F91BBC; }
span { border-color: rgb(249,27,188); }
td.TdClassName
{
border-color: #F91BBC;
}
.TagClassName
{
border-color: #F91BBC;
}
</style>