Shades of Spicy Pink #F91BAB
Tints of Spicy Pink #F91BAB
RGB
CMYK
RGB Variations
Color information
#F91BAB (or 0xF91BAB) is known color: Spicy Pink. HEX triplet: F9, 1B and AB. RGB value is (249,27,171). Sum of RGB (Red+Green+Blue) = 249+27+171=447 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.70% from 447); Green value is 27 (10.94% from 255 or 6.04% from 447); Blue value is 171 (67.19% from 255 or 38.26% from 447); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BAB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91BAB is #06E454. Grayscale: #6D6D6D. Windows color (decimal): -451669 or 11213817. OLE color: 11213817.
HSL color Cylindrical-coordinate representation of color #F91BAB: hue angle of 321.08º 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 #F91BAB is Cyan = 0, Magento = 0.89, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 171 | - |
| CMYK | 0 | 0.89 | 0.31 | 0.02 |
| HSL | 321.08º | 0.95% | 0.54% | - |
| HSV(B) | 321.08º | 0.89% | 0.98% | - |
| XYZ | 46.81 | 23.86 | 40.67 | - |
| YUV | 109.79 | 162.55 | 227.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 171 | 0 | 0.89 | 0.31 | 0.02 | 321.08 | 0.95 | 0.54 |
| Hex | F9 | 1B | AB | 0 | 59 | 1F | 2 | 141 | 5F | 36 |
| Octal | 371 | 33 | 253 | 0 | 131 | 37 | 2 | 501 | 137 | 66 |
| Binary | 11111001 | 11011 | 10101011 | 0 | 1011001 | 11111 | 10 | 101000001 | 1011111 | 110110 |
Color Harmonies of #F91BAB
Complementary color
Monochromatic Colors of #F91BAB
Black with #F91BAB
Text Example
Text Example
White with #F91BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BAB; }
p { color: rgb(249,27,171); }
H1.HeaderClassName
{
color: #F91BAB;
}
.AnyTagClassName
{
color: #F91BAB;
}
</style>
background-color css
<style>
a { background-color: #F91BAB; }
a { background-color: rgb(249,27,171); }
div.DivClassName
{
background-color: #F91BAB;
}
.BgClassName
{
background-color: #F91BAB;
}
</style>
border-color css
<style>
span { border-color: #F91BAB; }
span { border-color: rgb(249,27,171); }
td.TdClassName
{
border-color: #F91BAB;
}
.TagClassName
{
border-color: #F91BAB;
}
</style>