Shades of Shocking Pink #F91ABB
Tints of Shocking Pink #F91ABB
RGB
CMYK
RGB Variations
Color information
#F91ABB (or 0xF91ABB) is known color: Shocking Pink. HEX triplet: F9, 1A and BB. RGB value is (249,26,187). Sum of RGB (Red+Green+Blue) = 249+26+187=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 26 (10.55% from 255 or 5.63% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F91ABB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #F91ABB is #06E544. Grayscale: #6E6E6E. Windows color (decimal): -451909 or 12262137. OLE color: 12262137.
HSL color Cylindrical-coordinate representation of color #F91ABB: hue angle of 316.68º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F91ABB is Cyan = 0, Magento = 0.90, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 187 | - |
| CMYK | 0 | 0.90 | 0.25 | 0.02 |
| HSL | 316.68º | 0.95% | 0.54% | - |
| HSV(B) | 316.68º | 0.9% | 0.98% | - |
| XYZ | 48.41 | 24.47 | 49.18 | - |
| YUV | 111.03 | 170.88 | 226.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 187 | 0 | 0.90 | 0.25 | 0.02 | 316.68 | 0.95 | 0.54 |
| Hex | F9 | 1A | BB | 0 | 5A | 19 | 2 | 13D | 5F | 36 |
| Octal | 371 | 32 | 273 | 0 | 132 | 31 | 2 | 475 | 137 | 66 |
| Binary | 11111001 | 11010 | 10111011 | 0 | 1011010 | 11001 | 10 | 100111101 | 1011111 | 110110 |
Color Harmonies of #F91ABB
Complementary color
Monochromatic Colors of #F91ABB
Black with #F91ABB
Text Example
Text Example
White with #F91ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91ABB; }
p { color: rgb(249,26,187); }
H1.HeaderClassName
{
color: #F91ABB;
}
.AnyTagClassName
{
color: #F91ABB;
}
</style>
background-color css
<style>
a { background-color: #F91ABB; }
a { background-color: rgb(249,26,187); }
div.DivClassName
{
background-color: #F91ABB;
}
.BgClassName
{
background-color: #F91ABB;
}
</style>
border-color css
<style>
span { border-color: #F91ABB; }
span { border-color: rgb(249,26,187); }
td.TdClassName
{
border-color: #F91ABB;
}
.TagClassName
{
border-color: #F91ABB;
}
</style>