Shades of Spicy Pink #F91BA4
Tints of Spicy Pink #F91BA4
RGB
CMYK
RGB Variations
Color information
#F91BA4 (or 0xF91BA4) is known color: Spicy Pink. HEX triplet: F9, 1B and A4. RGB value is (249,27,164). Sum of RGB (Red+Green+Blue) = 249+27+164=440 (58% of max value = 765). Red value is 249 (97.66% from 255 or 56.59% from 440); Green value is 27 (10.94% from 255 or 6.14% from 440); Blue value is 164 (64.45% from 255 or 37.27% from 440); Max value from RGB is 249 - color contains mainly: red. Hex color #F91BA4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91BA4 is #06E45B. Grayscale: #6C6C6C. Windows color (decimal): -451676 or 10755065. OLE color: 10755065.
HSL color Cylindrical-coordinate representation of color #F91BA4: hue angle of 322.97º 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 #F91BA4 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 27 | 164 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.02 |
| HSL | 322.97º | 0.95% | 0.54% | - |
| HSV(B) | 322.97º | 0.89% | 0.98% | - |
| XYZ | 46.16 | 23.6 | 37.25 | - |
| YUV | 109 | 159.05 | 227.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 27 | 164 | 0 | 0.89 | 0.34 | 0.02 | 322.97 | 0.95 | 0.54 |
| Hex | F9 | 1B | A4 | 0 | 59 | 22 | 2 | 143 | 5F | 36 |
| Octal | 371 | 33 | 244 | 0 | 131 | 42 | 2 | 503 | 137 | 66 |
| Binary | 11111001 | 11011 | 10100100 | 0 | 1011001 | 100010 | 10 | 101000011 | 1011111 | 110110 |
Color Harmonies of #F91BA4
Complementary color
Monochromatic Colors of #F91BA4
Black with #F91BA4
Text Example
Text Example
White with #F91BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91BA4; }
p { color: rgb(249,27,164); }
H1.HeaderClassName
{
color: #F91BA4;
}
.AnyTagClassName
{
color: #F91BA4;
}
</style>
background-color css
<style>
a { background-color: #F91BA4; }
a { background-color: rgb(249,27,164); }
div.DivClassName
{
background-color: #F91BA4;
}
.BgClassName
{
background-color: #F91BA4;
}
</style>
border-color css
<style>
span { border-color: #F91BA4; }
span { border-color: rgb(249,27,164); }
td.TdClassName
{
border-color: #F91BA4;
}
.TagClassName
{
border-color: #F91BA4;
}
</style>