Shades of Mauve #F0A5FA
Tints of Mauve #F0A5FA
RGB
CMYK
RGB Variations
Color information
#F0A5FA (or 0xF0A5FA) is known color: Mauve. HEX triplet: F0, A5 and FA. RGB value is (240,165,250). Sum of RGB (Red+Green+Blue) = 240+165+250=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 165 (64.84% from 255 or 25.19% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: blue. Hex color #F0A5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A5FA is #0F5A05. Grayscale: #C4C4C4. Windows color (decimal): -1006086 or 16426480. OLE color: 16426480.
HSL color Cylindrical-coordinate representation of color #F0A5FA: hue angle of 292.94º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A5FA is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 240 | 165 | 250 | - |
| CMYK | 0.04 | 0.34 | 0 | 0.02 |
| HSL | 292.94º | 0.89% | 0.81% | - |
| HSV(B) | 292.94º | 0.34% | 0.98% | - |
| XYZ | 66.65 | 52.34 | 97.03 | - |
| YUV | 197.12 | 157.85 | 158.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 250 | 0.04 | 0.34 | 0 | 0.02 | 292.94 | 0.89 | 0.81 |
| Hex | F0 | A5 | FA | 4 | 22 | 0 | 2 | 125 | 59 | 51 |
| Octal | 360 | 245 | 372 | 4 | 42 | 0 | 2 | 445 | 131 | 121 |
| Binary | 11110000 | 10100101 | 11111010 | 100 | 100010 | 0 | 10 | 100100101 | 1011001 | 1010001 |
Color Harmonies of #F0A5FA
Complementary color
Monochromatic Colors of #F0A5FA
Black with #F0A5FA
Text Example
Text Example
White with #F0A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A5FA; }
p { color: rgb(240,165,250); }
H1.HeaderClassName
{
color: #F0A5FA;
}
.AnyTagClassName
{
color: #F0A5FA;
}
</style>
background-color css
<style>
a { background-color: #F0A5FA; }
a { background-color: rgb(240,165,250); }
div.DivClassName
{
background-color: #F0A5FA;
}
.BgClassName
{
background-color: #F0A5FA;
}
</style>
border-color css
<style>
span { border-color: #F0A5FA; }
span { border-color: rgb(240,165,250); }
td.TdClassName
{
border-color: #F0A5FA;
}
.TagClassName
{
border-color: #F0A5FA;
}
</style>