Shades of Mauvelous #F086A6
Tints of Mauvelous #F086A6
RGB
CMYK
RGB Variations
Color information
#F086A6 (or 0xF086A6) is known color: Mauvelous. HEX triplet: F0, 86 and A6. RGB value is (240,134,166). Sum of RGB (Red+Green+Blue) = 240+134+166=540 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.44% from 540); Green value is 134 (52.73% from 255 or 24.81% from 540); Blue value is 166 (65.23% from 255 or 30.74% from 540); Max value from RGB is 240 - color contains mainly: red. Hex color #F086A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F086A6 is #0F7959. Grayscale: #A9A9A9. Windows color (decimal): -1014106 or 10913520. OLE color: 10913520.
HSL color Cylindrical-coordinate representation of color #F086A6: hue angle of 341.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086A6 is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 166 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.06 |
| HSL | 341.89º | 0.78% | 0.73% | - |
| HSV(B) | 341.89º | 0.44% | 0.94% | - |
| XYZ | 51.34 | 38.33 | 40.77 | - |
| YUV | 169.34 | 126.12 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 166 | 0 | 0.44 | 0.31 | 0.06 | 341.89 | 0.78 | 0.73 |
| Hex | F0 | 86 | A6 | 0 | 2C | 1F | 6 | 156 | 4E | 49 |
| Octal | 360 | 206 | 246 | 0 | 54 | 37 | 6 | 526 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10100110 | 0 | 101100 | 11111 | 110 | 101010110 | 1001110 | 1001001 |
Color Harmonies of #F086A6
Complementary color
Monochromatic Colors of #F086A6
Black with #F086A6
Text Example
Text Example
White with #F086A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086A6; }
p { color: rgb(240,134,166); }
H1.HeaderClassName
{
color: #F086A6;
}
.AnyTagClassName
{
color: #F086A6;
}
</style>
background-color css
<style>
a { background-color: #F086A6; }
a { background-color: rgb(240,134,166); }
div.DivClassName
{
background-color: #F086A6;
}
.BgClassName
{
background-color: #F086A6;
}
</style>
border-color css
<style>
span { border-color: #F086A6; }
span { border-color: rgb(240,134,166); }
td.TdClassName
{
border-color: #F086A6;
}
.TagClassName
{
border-color: #F086A6;
}
</style>