Shades of Mauve #F4A1FE
Tints of Mauve #F4A1FE
RGB
CMYK
RGB Variations
Color information
#F4A1FE (or 0xF4A1FE) is known color: Mauve. HEX triplet: F4, A1 and FE. RGB value is (244,161,254). Sum of RGB (Red+Green+Blue) = 244+161+254=659 (87% of max value = 765). Red value is 244 (95.70% from 255 or 37.03% from 659); Green value is 161 (63.28% from 255 or 24.43% from 659); Blue value is 254 (99.61% from 255 or 38.54% from 659); Max value from RGB is 254 - color contains mainly: blue. Hex color #F4A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F4A1FE is #0B5E01. Grayscale: #C4C4C4. Windows color (decimal): -744962 or 16687604. OLE color: 16687604.
HSL color Cylindrical-coordinate representation of color #F4A1FE: hue angle of 293.55º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F4A1FE is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 244 | 161 | 254 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.00 |
| HSL | 293.55º | 0.98% | 0.81% | - |
| HSV(B) | 293.55º | 0.37% | 1% | - |
| XYZ | 67.94 | 51.88 | 100.2 | - |
| YUV | 196.42 | 160.5 | 161.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 161 | 254 | 0.04 | 0.37 | 0 | 0.00 | 293.55 | 0.98 | 0.81 |
| Hex | F4 | A1 | FE | 4 | 25 | 0 | 0 | 126 | 62 | 51 |
| Octal | 364 | 241 | 376 | 4 | 45 | 0 | 0 | 446 | 142 | 121 |
| Binary | 11110100 | 10100001 | 11111110 | 100 | 100101 | 0 | 0 | 100100110 | 1100010 | 1010001 |
Color Harmonies of #F4A1FE
Complementary color
Monochromatic Colors of #F4A1FE
Black with #F4A1FE
Text Example
Text Example
White with #F4A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4A1FE; }
p { color: rgb(244,161,254); }
H1.HeaderClassName
{
color: #F4A1FE;
}
.AnyTagClassName
{
color: #F4A1FE;
}
</style>
background-color css
<style>
a { background-color: #F4A1FE; }
a { background-color: rgb(244,161,254); }
div.DivClassName
{
background-color: #F4A1FE;
}
.BgClassName
{
background-color: #F4A1FE;
}
</style>
border-color css
<style>
span { border-color: #F4A1FE; }
span { border-color: rgb(244,161,254); }
td.TdClassName
{
border-color: #F4A1FE;
}
.TagClassName
{
border-color: #F4A1FE;
}
</style>