Shades of Spicy Pink #F91AAA
Tints of Spicy Pink #F91AAA
RGB
CMYK
RGB Variations
Color information
#F91AAA (or 0xF91AAA) is known color: Spicy Pink. HEX triplet: F9, 1A and AA. RGB value is (249,26,170). Sum of RGB (Red+Green+Blue) = 249+26+170=445 (58% of max value = 765). Red value is 249 (97.66% from 255 or 55.96% from 445); Green value is 26 (10.55% from 255 or 5.84% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 249 - color contains mainly: red. Hex color #F91AAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #F91AAA is #06E555. Grayscale: #6C6C6C. Windows color (decimal): -451926 or 11148025. OLE color: 11148025.
HSL color Cylindrical-coordinate representation of color #F91AAA: hue angle of 321.26º 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 #F91AAA is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 26 | 170 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.02 |
| HSL | 321.26º | 0.95% | 0.54% | - |
| HSV(B) | 321.26º | 0.9% | 0.98% | - |
| XYZ | 46.69 | 23.78 | 40.16 | - |
| YUV | 109.09 | 162.38 | 227.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 26 | 170 | 0 | 0.90 | 0.32 | 0.02 | 321.26 | 0.95 | 0.54 |
| Hex | F9 | 1A | AA | 0 | 5A | 20 | 2 | 141 | 5F | 36 |
| Octal | 371 | 32 | 252 | 0 | 132 | 40 | 2 | 501 | 137 | 66 |
| Binary | 11111001 | 11010 | 10101010 | 0 | 1011010 | 100000 | 10 | 101000001 | 1011111 | 110110 |
Color Harmonies of #F91AAA
Complementary color
Monochromatic Colors of #F91AAA
Black with #F91AAA
Text Example
Text Example
White with #F91AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F91AAA; }
p { color: rgb(249,26,170); }
H1.HeaderClassName
{
color: #F91AAA;
}
.AnyTagClassName
{
color: #F91AAA;
}
</style>
background-color css
<style>
a { background-color: #F91AAA; }
a { background-color: rgb(249,26,170); }
div.DivClassName
{
background-color: #F91AAA;
}
.BgClassName
{
background-color: #F91AAA;
}
</style>
border-color css
<style>
span { border-color: #F91AAA; }
span { border-color: rgb(249,26,170); }
td.TdClassName
{
border-color: #F91AAA;
}
.TagClassName
{
border-color: #F91AAA;
}
</style>