Shades of Mauvelous #F091A6
Tints of Mauvelous #F091A6
RGB
CMYK
RGB Variations
Color information
#F091A6 (or 0xF091A6) is known color: Mauvelous. HEX triplet: F0, 91 and A6. RGB value is (240,145,166). Sum of RGB (Red+Green+Blue) = 240+145+166=551 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.56% from 551); Green value is 145 (57.03% from 255 or 26.32% from 551); Blue value is 166 (65.23% from 255 or 30.13% from 551); Max value from RGB is 240 - color contains mainly: red. Hex color #F091A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F091A6 is #0F6E59. Grayscale: #AFAFAF. Windows color (decimal): -1011290 or 10916336. OLE color: 10916336.
HSL color Cylindrical-coordinate representation of color #F091A6: hue angle of 346.74º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F091A6 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 166 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.06 |
| HSL | 346.74º | 0.76% | 0.75% | - |
| HSV(B) | 346.74º | 0.4% | 0.94% | - |
| XYZ | 52.94 | 41.53 | 41.3 | - |
| YUV | 175.8 | 122.47 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 166 | 0 | 0.40 | 0.31 | 0.06 | 346.74 | 0.76 | 0.75 |
| Hex | F0 | 91 | A6 | 0 | 28 | 1F | 6 | 15B | 4C | 4B |
| Octal | 360 | 221 | 246 | 0 | 50 | 37 | 6 | 533 | 114 | 113 |
| Binary | 11110000 | 10010001 | 10100110 | 0 | 101000 | 11111 | 110 | 101011011 | 1001100 | 1001011 |
Color Harmonies of #F091A6
Complementary color
Monochromatic Colors of #F091A6
Black with #F091A6
Text Example
Text Example
White with #F091A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091A6; }
p { color: rgb(240,145,166); }
H1.HeaderClassName
{
color: #F091A6;
}
.AnyTagClassName
{
color: #F091A6;
}
</style>
background-color css
<style>
a { background-color: #F091A6; }
a { background-color: rgb(240,145,166); }
div.DivClassName
{
background-color: #F091A6;
}
.BgClassName
{
background-color: #F091A6;
}
</style>
border-color css
<style>
span { border-color: #F091A6; }
span { border-color: rgb(240,145,166); }
td.TdClassName
{
border-color: #F091A6;
}
.TagClassName
{
border-color: #F091A6;
}
</style>