Shades of Shocking Pink #F91CBB
Tints of Shocking Pink #F91CBB
RGB
CMYK
RGB Variations
Color information
#F91CBB (or 0xF91CBB) is known color: Shocking Pink. HEX triplet: F9, 1C and BB. RGB value is (249,28,187). Sum of RGB (Red+Green+Blue) = 249+28+187=464 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.66% from 464); Green value is 28 (11.33% from 255 or 6.03% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 249 - color contains mainly: red. Hex color #F91CBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91CBB is #06E344. Grayscale: #6F6F6F. Windows color (decimal): -451397 or 12262649. OLE color: 12262649.
HSL color Cylindrical-coordinate representation of color #F91CBB: hue angle of 316.83º 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 #F91CBB is Cyan = 0, Magento = 0.89, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 28 | 187 | - |
| CMYK | 0 | 0.89 | 0.25 | 0.02 |
| HSL | 316.83º | 0.95% | 0.54% | - |
| HSV(B) | 316.83º | 0.89% | 0.98% | - |
| XYZ | 48.45 | 24.56 | 49.2 | - |
| YUV | 112.21 | 170.22 | 225.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 28 | 187 | 0 | 0.89 | 0.25 | 0.02 | 316.83 | 0.95 | 0.54 |
| Hex | F9 | 1C | BB | 0 | 59 | 19 | 2 | 13D | 5F | 36 |
| Octal | 371 | 34 | 273 | 0 | 131 | 31 | 2 | 475 | 137 | 66 |
| Binary | 11111001 | 11100 | 10111011 | 0 | 1011001 | 11001 | 10 | 100111101 | 1011111 | 110110 |
Color Harmonies of #F91CBB
Complementary color
Monochromatic Colors of #F91CBB
Black with #F91CBB
Text Example
Text Example
White with #F91CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91CBB; }
p { color: rgb(249,28,187); }
H1.HeaderClassName
{
color: #F91CBB;
}
.AnyTagClassName
{
color: #F91CBB;
}
</style>
background-color css
<style>
a { background-color: #F91CBB; }
a { background-color: rgb(249,28,187); }
div.DivClassName
{
background-color: #F91CBB;
}
.BgClassName
{
background-color: #F91CBB;
}
</style>
border-color css
<style>
span { border-color: #F91CBB; }
span { border-color: rgb(249,28,187); }
td.TdClassName
{
border-color: #F91CBB;
}
.TagClassName
{
border-color: #F91CBB;
}
</style>