Shades of Mauvelous #F991AA
Tints of Mauvelous #F991AA
RGB
CMYK
RGB Variations
Color information
#F991AA (or 0xF991AA) is known color: Mauvelous. HEX triplet: F9, 91 and AA. RGB value is (249,145,170). Sum of RGB (Red+Green+Blue) = 249+145+170=564 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.15% from 564); Green value is 145 (57.03% from 255 or 25.71% from 564); Blue value is 170 (66.80% from 255 or 30.14% from 564); Max value from RGB is 249 - color contains mainly: red. Hex color #F991AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991AA is #066E55. Grayscale: #B2B2B2. Windows color (decimal): -421462 or 11178489. OLE color: 11178489.
HSL color Cylindrical-coordinate representation of color #F991AA: hue angle of 345.58º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F991AA is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 170 | - |
| CMYK | 0 | 0.42 | 0.32 | 0.02 |
| HSL | 345.58º | 0.9% | 0.77% | - |
| HSV(B) | 345.58º | 0.42% | 0.98% | - |
| XYZ | 56.45 | 43.29 | 43.41 | - |
| YUV | 178.95 | 122.96 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 170 | 0 | 0.42 | 0.32 | 0.02 | 345.58 | 0.9 | 0.77 |
| Hex | F9 | 91 | AA | 0 | 2A | 20 | 2 | 15A | 5A | 4D |
| Octal | 371 | 221 | 252 | 0 | 52 | 40 | 2 | 532 | 132 | 115 |
| Binary | 11111001 | 10010001 | 10101010 | 0 | 101010 | 100000 | 10 | 101011010 | 1011010 | 1001101 |
Color Harmonies of #F991AA
Complementary color
Monochromatic Colors of #F991AA
Black with #F991AA
Text Example
Text Example
White with #F991AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991AA; }
p { color: rgb(249,145,170); }
H1.HeaderClassName
{
color: #F991AA;
}
.AnyTagClassName
{
color: #F991AA;
}
</style>
background-color css
<style>
a { background-color: #F991AA; }
a { background-color: rgb(249,145,170); }
div.DivClassName
{
background-color: #F991AA;
}
.BgClassName
{
background-color: #F991AA;
}
</style>
border-color css
<style>
span { border-color: #F991AA; }
span { border-color: rgb(249,145,170); }
td.TdClassName
{
border-color: #F991AA;
}
.TagClassName
{
border-color: #F991AA;
}
</style>