Shades of Mauve #F0A5FE
Tints of Mauve #F0A5FE
RGB
CMYK
RGB Variations
Color information
#F0A5FE (or 0xF0A5FE) is known color: Mauve. HEX triplet: F0, A5 and FE. RGB value is (240,165,254). Sum of RGB (Red+Green+Blue) = 240+165+254=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 165 (64.84% from 255 or 25.04% 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 #F0A5FE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A5FE is #0F5A01. Grayscale: #C5C5C5. Windows color (decimal): -1006082 or 16688624. OLE color: 16688624.
HSL color Cylindrical-coordinate representation of color #F0A5FE: hue angle of 290.56º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F0A5FE is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 240 | 165 | 254 | - |
| CMYK | 0.06 | 0.35 | 0 | 0.00 |
| HSL | 290.56º | 0.98% | 0.82% | - |
| HSV(B) | 290.56º | 0.35% | 1% | - |
| XYZ | 67.28 | 52.59 | 100.37 | - |
| YUV | 197.57 | 159.85 | 158.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 165 | 254 | 0.06 | 0.35 | 0 | 0.00 | 290.56 | 0.98 | 0.82 |
| Hex | F0 | A5 | FE | 6 | 23 | 0 | 0 | 123 | 62 | 52 |
| Octal | 360 | 245 | 376 | 6 | 43 | 0 | 0 | 443 | 142 | 122 |
| Binary | 11110000 | 10100101 | 11111110 | 110 | 100011 | 0 | 0 | 100100011 | 1100010 | 1010010 |
Color Harmonies of #F0A5FE
Complementary color
Monochromatic Colors of #F0A5FE
Black with #F0A5FE
Text Example
Text Example
White with #F0A5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A5FE; }
p { color: rgb(240,165,254); }
H1.HeaderClassName
{
color: #F0A5FE;
}
.AnyTagClassName
{
color: #F0A5FE;
}
</style>
background-color css
<style>
a { background-color: #F0A5FE; }
a { background-color: rgb(240,165,254); }
div.DivClassName
{
background-color: #F0A5FE;
}
.BgClassName
{
background-color: #F0A5FE;
}
</style>
border-color css
<style>
span { border-color: #F0A5FE; }
span { border-color: rgb(240,165,254); }
td.TdClassName
{
border-color: #F0A5FE;
}
.TagClassName
{
border-color: #F0A5FE;
}
</style>