Shades of Mauve #F0A2FE
Tints of Mauve #F0A2FE
RGB
CMYK
RGB Variations
Color information
#F0A2FE (or 0xF0A2FE) is known color: Mauve. HEX triplet: F0, A2 and FE. RGB value is (240,162,254). Sum of RGB (Red+Green+Blue) = 240+162+254=656 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.59% from 656); Green value is 162 (63.67% from 255 or 24.70% from 656); Blue value is 254 (99.61% from 255 or 38.72% from 656); Max value from RGB is 254 - color contains mainly: blue. Hex color #F0A2FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A2FE is #0F5D01. Grayscale: #C3C3C3. Windows color (decimal): -1006850 or 16687856. OLE color: 16687856.
HSL color Cylindrical-coordinate representation of color #F0A2FE: hue angle of 290.87º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A2FE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 162 | 254 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.00 |
| HSL | 290.87º | 0.98% | 0.82% | - |
| HSV(B) | 290.87º | 0.36% | 1% | - |
| XYZ | 66.74 | 51.52 | 100.19 | - |
| YUV | 195.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 254 | 0.06 | 0.36 | 0 | 0.00 | 290.87 | 0.98 | 0.82 |
| Hex | F0 | A2 | FE | 6 | 24 | 0 | 0 | 123 | 62 | 52 |
| Octal | 360 | 242 | 376 | 6 | 44 | 0 | 0 | 443 | 142 | 122 |
| Binary | 11110000 | 10100010 | 11111110 | 110 | 100100 | 0 | 0 | 100100011 | 1100010 | 1010010 |
Color Harmonies of #F0A2FE
Complementary color
Monochromatic Colors of #F0A2FE
Black with #F0A2FE
Text Example
Text Example
White with #F0A2FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A2FE; }
p { color: rgb(240,162,254); }
H1.HeaderClassName
{
color: #F0A2FE;
}
.AnyTagClassName
{
color: #F0A2FE;
}
</style>
background-color css
<style>
a { background-color: #F0A2FE; }
a { background-color: rgb(240,162,254); }
div.DivClassName
{
background-color: #F0A2FE;
}
.BgClassName
{
background-color: #F0A2FE;
}
</style>
border-color css
<style>
span { border-color: #F0A2FE; }
span { border-color: rgb(240,162,254); }
td.TdClassName
{
border-color: #F0A2FE;
}
.TagClassName
{
border-color: #F0A2FE;
}
</style>