Shades of Spicy Pink #F91BA8
Tints of Spicy Pink #F91BA8
RGB
CMYK
RGB Variations
Color information
#F91BA8 (or 0xF91BA8) is known color: Spicy Pink. HEX triplet: F9, 1B and A8. RGB value is (249,27,168). Sum of RGB (Red+Green+Blue) = 249+27+168=444 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.08% from 444); Green value is 27 (10.94% from 255 or 6.08% from 444); Blue value is 168 (66.02% from 255 or 37.84% from 444); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BA8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91BA8 is #06E457. Grayscale: #6D6D6D. Windows color (decimal): -451672 or 11017209. OLE color: 11017209.
HSL color Cylindrical-coordinate representation of color #F91BA8: hue angle of 321.89º 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 #F91BA8 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 168 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.02 |
| HSL | 321.89º | 0.95% | 0.54% | - |
| HSV(B) | 321.89º | 0.89% | 0.98% | - |
| XYZ | 46.53 | 23.75 | 39.18 | - |
| YUV | 109.45 | 161.05 | 227.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 168 | 0 | 0.89 | 0.33 | 0.02 | 321.89 | 0.95 | 0.54 |
| Hex | F9 | 1B | A8 | 0 | 59 | 21 | 2 | 142 | 5F | 36 |
| Octal | 371 | 33 | 250 | 0 | 131 | 41 | 2 | 502 | 137 | 66 |
| Binary | 11111001 | 11011 | 10101000 | 0 | 1011001 | 100001 | 10 | 101000010 | 1011111 | 110110 |
Color Harmonies of #F91BA8
Complementary color
Monochromatic Colors of #F91BA8
Black with #F91BA8
Text Example
Text Example
White with #F91BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BA8; }
p { color: rgb(249,27,168); }
H1.HeaderClassName
{
color: #F91BA8;
}
.AnyTagClassName
{
color: #F91BA8;
}
</style>
background-color css
<style>
a { background-color: #F91BA8; }
a { background-color: rgb(249,27,168); }
div.DivClassName
{
background-color: #F91BA8;
}
.BgClassName
{
background-color: #F91BA8;
}
</style>
border-color css
<style>
span { border-color: #F91BA8; }
span { border-color: rgb(249,27,168); }
td.TdClassName
{
border-color: #F91BA8;
}
.TagClassName
{
border-color: #F91BA8;
}
</style>