Shades of Mauve #F0A1FE
Tints of Mauve #F0A1FE
RGB
CMYK
RGB Variations
Color information
#F0A1FE (or 0xF0A1FE) is known color: Mauve. HEX triplet: F0, A1 and FE. RGB value is (240,161,254). Sum of RGB (Red+Green+Blue) = 240+161+254=655 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.64% from 655); Green value is 161 (63.28% from 255 or 24.58% from 655); Blue value is 254 (99.61% from 255 or 38.78% from 655); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0A1FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A1FE is #0F5E01. Grayscale: #C2C2C2. Windows color (decimal): -1007106 or 16687600. OLE color: 16687600.
HSL color Cylindrical-coordinate representation of color #F0A1FE: hue angle of 290.97º 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 #F0A1FE is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 161 | 254 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.00 |
| HSL | 290.97º | 0.98% | 0.81% | - |
| HSV(B) | 290.97º | 0.37% | 1% | - |
| XYZ | 66.57 | 51.17 | 100.13 | - |
| YUV | 195.22 | 161.17 | 159.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 254 | 0.06 | 0.37 | 0 | 0.00 | 290.97 | 0.98 | 0.81 |
| Hex | F0 | A1 | FE | 6 | 25 | 0 | 0 | 123 | 62 | 51 |
| Octal | 360 | 241 | 376 | 6 | 45 | 0 | 0 | 443 | 142 | 121 |
| Binary | 11110000 | 10100001 | 11111110 | 110 | 100101 | 0 | 0 | 100100011 | 1100010 | 1010001 |
Color Harmonies of #F0A1FE
Complementary color
Monochromatic Colors of #F0A1FE
Black with #F0A1FE
Text Example
Text Example
White with #F0A1FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A1FE; }
p { color: rgb(240,161,254); }
H1.HeaderClassName
{
color: #F0A1FE;
}
.AnyTagClassName
{
color: #F0A1FE;
}
</style>
background-color css
<style>
a { background-color: #F0A1FE; }
a { background-color: rgb(240,161,254); }
div.DivClassName
{
background-color: #F0A1FE;
}
.BgClassName
{
background-color: #F0A1FE;
}
</style>
border-color css
<style>
span { border-color: #F0A1FE; }
span { border-color: rgb(240,161,254); }
td.TdClassName
{
border-color: #F0A1FE;
}
.TagClassName
{
border-color: #F0A1FE;
}
</style>