Shades of Mauvelous #F891A6
Tints of Mauvelous #F891A6
RGB
CMYK
RGB Variations
Color information
#F891A6 (or 0xF891A6) is known color: Mauvelous. HEX triplet: F8, 91 and A6. RGB value is (248,145,166). Sum of RGB (Red+Green+Blue) = 248+145+166=559 (74% of max value = 765). Red value is 248 (97.27% from 255 or 44.36% from 559); Green value is 145 (57.03% from 255 or 25.94% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 248 - color contains mainly: red. Hex color #F891A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F891A6 is #076E59. Grayscale: #B2B2B2. Windows color (decimal): -487002 or 10916344. OLE color: 10916344.
HSL color Cylindrical-coordinate representation of color #F891A6: hue angle of 347.77º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F891A6 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 145 | 166 | - |
| CMYK | 0 | 0.42 | 0.33 | 0.03 |
| HSL | 347.77º | 0.88% | 0.77% | - |
| HSV(B) | 347.77º | 0.42% | 0.97% | - |
| XYZ | 55.72 | 42.96 | 41.43 | - |
| YUV | 178.19 | 121.12 | 177.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 145 | 166 | 0 | 0.42 | 0.33 | 0.03 | 347.77 | 0.88 | 0.77 |
| Hex | F8 | 91 | A6 | 0 | 2A | 21 | 3 | 15C | 58 | 4D |
| Octal | 370 | 221 | 246 | 0 | 52 | 41 | 3 | 534 | 130 | 115 |
| Binary | 11111000 | 10010001 | 10100110 | 0 | 101010 | 100001 | 11 | 101011100 | 1011000 | 1001101 |
Color Harmonies of #F891A6
Complementary color
Monochromatic Colors of #F891A6
Black with #F891A6
Text Example
Text Example
White with #F891A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F891A6; }
p { color: rgb(248,145,166); }
H1.HeaderClassName
{
color: #F891A6;
}
.AnyTagClassName
{
color: #F891A6;
}
</style>
background-color css
<style>
a { background-color: #F891A6; }
a { background-color: rgb(248,145,166); }
div.DivClassName
{
background-color: #F891A6;
}
.BgClassName
{
background-color: #F891A6;
}
</style>
border-color css
<style>
span { border-color: #F891A6; }
span { border-color: rgb(248,145,166); }
td.TdClassName
{
border-color: #F891A6;
}
.TagClassName
{
border-color: #F891A6;
}
</style>