Shades of Mauvelous #F991AB
Tints of Mauvelous #F991AB
RGB
CMYK
RGB Variations
Color information
#F991AB (or 0xF991AB) is known color: Mauvelous. HEX triplet: F9, 91 and AB. RGB value is (249,145,171). Sum of RGB (Red+Green+Blue) = 249+145+171=565 (74% of max value = 765). Red value is 249 (97.66% from 255 or 44.07% from 565); Green value is 145 (57.03% from 255 or 25.66% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 249 - color contains mainly: red. Hex color #F991AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F991AB is #066E54. Grayscale: #B3B3B3. Windows color (decimal): -421461 or 11244025. OLE color: 11244025.
HSL color Cylindrical-coordinate representation of color #F991AB: hue angle of 345º 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 #F991AB is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 145 | 171 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.02 |
| HSL | 345º | 0.9% | 0.77% | - |
| HSV(B) | 345º | 0.42% | 0.98% | - |
| XYZ | 56.54 | 43.33 | 43.91 | - |
| YUV | 179.06 | 123.46 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 145 | 171 | 0 | 0.42 | 0.31 | 0.02 | 345 | 0.9 | 0.77 |
| Hex | F9 | 91 | AB | 0 | 2A | 1F | 2 | 159 | 5A | 4D |
| Octal | 371 | 221 | 253 | 0 | 52 | 37 | 2 | 531 | 132 | 115 |
| Binary | 11111001 | 10010001 | 10101011 | 0 | 101010 | 11111 | 10 | 101011001 | 1011010 | 1001101 |
Color Harmonies of #F991AB
Complementary color
Monochromatic Colors of #F991AB
Black with #F991AB
Text Example
Text Example
White with #F991AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F991AB; }
p { color: rgb(249,145,171); }
H1.HeaderClassName
{
color: #F991AB;
}
.AnyTagClassName
{
color: #F991AB;
}
</style>
background-color css
<style>
a { background-color: #F991AB; }
a { background-color: rgb(249,145,171); }
div.DivClassName
{
background-color: #F991AB;
}
.BgClassName
{
background-color: #F991AB;
}
</style>
border-color css
<style>
span { border-color: #F991AB; }
span { border-color: rgb(249,145,171); }
td.TdClassName
{
border-color: #F991AB;
}
.TagClassName
{
border-color: #F991AB;
}
</style>