Shades of Mauve #F4A5FA
Tints of Mauve #F4A5FA
RGB
CMYK
RGB Variations
Color information
#F4A5FA (or 0xF4A5FA) is known color: Mauve. HEX triplet: F4, A5 and FA. RGB value is (244,165,250). Sum of RGB (Red+Green+Blue) = 244+165+250=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 165 (64.84% from 255 or 25.04% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 250 - color contains mainly: blue. Hex color #F4A5FA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A5FA is #0B5A05. Grayscale: #C6C6C6. Windows color (decimal): -743942 or 16426484. OLE color: 16426484.
HSL color Cylindrical-coordinate representation of color #F4A5FA: hue angle of 295.76º 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 #F4A5FA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 244 | 165 | 250 | - |
| CMYK | 0.02 | 0.34 | 0 | 0.02 |
| HSL | 295.76º | 0.89% | 0.81% | - |
| HSV(B) | 295.76º | 0.34% | 0.98% | - |
| XYZ | 68.02 | 53.05 | 97.1 | - |
| YUV | 198.31 | 157.17 | 160.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 165 | 250 | 0.02 | 0.34 | 0 | 0.02 | 295.76 | 0.89 | 0.81 |
| Hex | F4 | A5 | FA | 2 | 22 | 0 | 2 | 128 | 59 | 51 |
| Octal | 364 | 245 | 372 | 2 | 42 | 0 | 2 | 450 | 131 | 121 |
| Binary | 11110100 | 10100101 | 11111010 | 10 | 100010 | 0 | 10 | 100101000 | 1011001 | 1010001 |
Color Harmonies of #F4A5FA
Complementary color
Monochromatic Colors of #F4A5FA
Black with #F4A5FA
Text Example
Text Example
White with #F4A5FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A5FA; }
p { color: rgb(244,165,250); }
H1.HeaderClassName
{
color: #F4A5FA;
}
.AnyTagClassName
{
color: #F4A5FA;
}
</style>
background-color css
<style>
a { background-color: #F4A5FA; }
a { background-color: rgb(244,165,250); }
div.DivClassName
{
background-color: #F4A5FA;
}
.BgClassName
{
background-color: #F4A5FA;
}
</style>
border-color css
<style>
span { border-color: #F4A5FA; }
span { border-color: rgb(244,165,250); }
td.TdClassName
{
border-color: #F4A5FA;
}
.TagClassName
{
border-color: #F4A5FA;
}
</style>