Shades of Mauve #F0A6FA
Tints of Mauve #F0A6FA
RGB
CMYK
RGB Variations
Color information
#F0A6FA (or 0xF0A6FA) is known color: Mauve. HEX triplet: F0, A6 and FA. RGB value is (240,166,250). Sum of RGB (Red+Green+Blue) = 240+166+250=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 166 (65.23% from 255 or 25.30% from 656); Blue value is 250 (98.05% from 255 or 38.11% from 656); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0A6FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A6FA is #0F5905. Grayscale: #C5C5C5. Windows color (decimal): -1005830 or 16426736. OLE color: 16426736.
HSL color Cylindrical-coordinate representation of color #F0A6FA: hue angle of 292.86º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A6FA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 166 | 250 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.02 |
| HSL | 292.86º | 0.89% | 0.82% | - |
| HSV(B) | 292.86º | 0.34% | 0.98% | - |
| XYZ | 66.83 | 52.7 | 97.09 | - |
| YUV | 197.7 | 157.52 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 166 | 250 | 0.04 | 0.34 | 0 | 0.02 | 292.86 | 0.89 | 0.82 |
| Hex | F0 | A6 | FA | 4 | 22 | 0 | 2 | 125 | 59 | 52 |
| Octal | 360 | 246 | 372 | 4 | 42 | 0 | 2 | 445 | 131 | 122 |
| Binary | 11110000 | 10100110 | 11111010 | 100 | 100010 | 0 | 10 | 100100101 | 1011001 | 1010010 |
Color Harmonies of #F0A6FA
Complementary color
Monochromatic Colors of #F0A6FA
Black with #F0A6FA
Text Example
Text Example
White with #F0A6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A6FA; }
p { color: rgb(240,166,250); }
H1.HeaderClassName
{
color: #F0A6FA;
}
.AnyTagClassName
{
color: #F0A6FA;
}
</style>
background-color css
<style>
a { background-color: #F0A6FA; }
a { background-color: rgb(240,166,250); }
div.DivClassName
{
background-color: #F0A6FA;
}
.BgClassName
{
background-color: #F0A6FA;
}
</style>
border-color css
<style>
span { border-color: #F0A6FA; }
span { border-color: rgb(240,166,250); }
td.TdClassName
{
border-color: #F0A6FA;
}
.TagClassName
{
border-color: #F0A6FA;
}
</style>