Shades of Spicy Pink #F91AAF
Tints of Spicy Pink #F91AAF
RGB
CMYK
RGB Variations
Color information
#F91AAF (or 0xF91AAF) is known color: Spicy Pink. HEX triplet: F9, 1A and AF. RGB value is (249,26,175). Sum of RGB (Red+Green+Blue) = 249+26+175=450 (59% of max value = 765). Red value is 249 (97.66% from 255 or 55.33% from 450); Green value is 26 (10.55% from 255 or 5.78% from 450); Blue value is 175 (68.75% from 255 or 38.89% from 450); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91AAF is #06E550. Grayscale: #6D6D6D. Windows color (decimal): -451921 or 11475705. OLE color: 11475705.
HSL color Cylindrical-coordinate representation of color #F91AAF: hue angle of 319.91º 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 #F91AAF is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 175 | - |
| CMYK | 0 | 0.90 | 0.30 | 0.02 |
| HSL | 319.91º | 0.95% | 0.54% | - |
| HSV(B) | 319.91º | 0.9% | 0.98% | - |
| XYZ | 47.17 | 23.97 | 42.7 | - |
| YUV | 109.66 | 164.88 | 227.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 175 | 0 | 0.90 | 0.30 | 0.02 | 319.91 | 0.95 | 0.54 |
| Hex | F9 | 1A | AF | 0 | 5A | 1E | 2 | 140 | 5F | 36 |
| Octal | 371 | 32 | 257 | 0 | 132 | 36 | 2 | 500 | 137 | 66 |
| Binary | 11111001 | 11010 | 10101111 | 0 | 1011010 | 11110 | 10 | 101000000 | 1011111 | 110110 |
Color Harmonies of #F91AAF
Complementary color
Monochromatic Colors of #F91AAF
Black with #F91AAF
Text Example
Text Example
White with #F91AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AAF; }
p { color: rgb(249,26,175); }
H1.HeaderClassName
{
color: #F91AAF;
}
.AnyTagClassName
{
color: #F91AAF;
}
</style>
background-color css
<style>
a { background-color: #F91AAF; }
a { background-color: rgb(249,26,175); }
div.DivClassName
{
background-color: #F91AAF;
}
.BgClassName
{
background-color: #F91AAF;
}
</style>
border-color css
<style>
span { border-color: #F91AAF; }
span { border-color: rgb(249,26,175); }
td.TdClassName
{
border-color: #F91AAF;
}
.TagClassName
{
border-color: #F91AAF;
}
</style>