Shades of Mauve #F4A0FF
Tints of Mauve #F4A0FF
RGB
CMYK
RGB Variations
Color information
#F4A0FF (or 0xF4A0FF) is known color: Mauve. HEX triplet: F4, A0 and FF. RGB value is (244,160,255). Sum of RGB (Red+Green+Blue) = 244+160+255=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 160 (62.89% from 255 or 24.28% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4A0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A0FF is #0B5F00. Grayscale: #C3C3C3. Windows color (decimal): -745217 or 16752884. OLE color: 16752884.
HSL color Cylindrical-coordinate representation of color #F4A0FF: hue angle of 293.05º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F4A0FF is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 160 | 255 | - |
| CMYK | 0.04 | 0.37 | 0 | 0 |
| HSL | 293.05º | 1% | 0.81% | - |
| HSV(B) | 293.05º | 0.37% | 1% | - |
| XYZ | 67.93 | 51.59 | 100.99 | - |
| YUV | 195.95 | 161.33 | 162.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 160 | 255 | 0.04 | 0.37 | 0 | 0 | 293.05 | 1 | 0.81 |
| Hex | F4 | A0 | FF | 4 | 25 | 0 | 0 | 125 | 64 | 51 |
| Octal | 364 | 240 | 377 | 4 | 45 | 0 | 0 | 445 | 144 | 121 |
| Binary | 11110100 | 10100000 | 11111111 | 100 | 100101 | 0 | 0 | 100100101 | 1100100 | 1010001 |
Color Harmonies of #F4A0FF
Complementary color
Monochromatic Colors of #F4A0FF
Black with #F4A0FF
Text Example
Text Example
White with #F4A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A0FF; }
p { color: rgb(244,160,255); }
H1.HeaderClassName
{
color: #F4A0FF;
}
.AnyTagClassName
{
color: #F4A0FF;
}
</style>
background-color css
<style>
a { background-color: #F4A0FF; }
a { background-color: rgb(244,160,255); }
div.DivClassName
{
background-color: #F4A0FF;
}
.BgClassName
{
background-color: #F4A0FF;
}
</style>
border-color css
<style>
span { border-color: #F4A0FF; }
span { border-color: rgb(244,160,255); }
td.TdClassName
{
border-color: #F4A0FF;
}
.TagClassName
{
border-color: #F4A0FF;
}
</style>