Shades of Mauve #F4A2FF
Tints of Mauve #F4A2FF
RGB
CMYK
RGB Variations
Color information
#F4A2FF (or 0xF4A2FF) is known color: Mauve. HEX triplet: F4, A2 and FF. RGB value is (244,162,255). Sum of RGB (Red+Green+Blue) = 244+162+255=661 (87% of max value = 765). Red value is 244 (95.70% from 255 or 36.91% from 661); Green value is 162 (63.67% from 255 or 24.51% from 661); Blue value is 255 (100% from 255 or 38.58% from 661); Max value from RGB is 255 - color contains mainly: blue. Hex color #F4A2FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A2FF is #0B5D00. Grayscale: #C4C4C4. Windows color (decimal): -744705 or 16753396. OLE color: 16753396.
HSL color Cylindrical-coordinate representation of color #F4A2FF: hue angle of 292.9º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F4A2FF is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 244 | 162 | 255 | - |
| CMYK | 0.04 | 0.36 | 0 | 0 |
| HSL | 292.9º | 1% | 0.82% | - |
| HSV(B) | 292.9º | 0.36% | 1% | - |
| XYZ | 68.28 | 52.29 | 101.1 | - |
| YUV | 197.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 162 | 255 | 0.04 | 0.36 | 0 | 0 | 292.9 | 1 | 0.82 |
| Hex | F4 | A2 | FF | 4 | 24 | 0 | 0 | 125 | 64 | 52 |
| Octal | 364 | 242 | 377 | 4 | 44 | 0 | 0 | 445 | 144 | 122 |
| Binary | 11110100 | 10100010 | 11111111 | 100 | 100100 | 0 | 0 | 100100101 | 1100100 | 1010010 |
Color Harmonies of #F4A2FF
Complementary color
Monochromatic Colors of #F4A2FF
Black with #F4A2FF
Text Example
Text Example
White with #F4A2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A2FF; }
p { color: rgb(244,162,255); }
H1.HeaderClassName
{
color: #F4A2FF;
}
.AnyTagClassName
{
color: #F4A2FF;
}
</style>
background-color css
<style>
a { background-color: #F4A2FF; }
a { background-color: rgb(244,162,255); }
div.DivClassName
{
background-color: #F4A2FF;
}
.BgClassName
{
background-color: #F4A2FF;
}
</style>
border-color css
<style>
span { border-color: #F4A2FF; }
span { border-color: rgb(244,162,255); }
td.TdClassName
{
border-color: #F4A2FF;
}
.TagClassName
{
border-color: #F4A2FF;
}
</style>