Shades of Mauve #F0A0FD
Tints of Mauve #F0A0FD
RGB
CMYK
RGB Variations
Color information
#F0A0FD (or 0xF0A0FD) is known color: Mauve. HEX triplet: F0, A0 and FD. RGB value is (240,160,253). Sum of RGB (Red+Green+Blue) = 240+160+253=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 253 (99.22% from 255 or 38.74% from 653); Max value from RGB is 253 - color contains mainly: blue. Hex color #F0A0FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A0FD is #0F5F02. Grayscale: #C2C2C2. Windows color (decimal): -1007363 or 16621808. OLE color: 16621808.
HSL color Cylindrical-coordinate representation of color #F0A0FD: hue angle of 291.61º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F0A0FD is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 160 | 253 | - |
| CMYK | 0.05 | 0.37 | 0 | 0.01 |
| HSL | 291.61º | 0.96% | 0.81% | - |
| HSV(B) | 291.61º | 0.37% | 0.99% | - |
| XYZ | 66.24 | 50.76 | 99.23 | - |
| YUV | 194.52 | 161 | 160.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 253 | 0.05 | 0.37 | 0 | 0.01 | 291.61 | 0.96 | 0.81 |
| Hex | F0 | A0 | FD | 5 | 25 | 0 | 1 | 124 | 60 | 51 |
| Octal | 360 | 240 | 375 | 5 | 45 | 0 | 1 | 444 | 140 | 121 |
| Binary | 11110000 | 10100000 | 11111101 | 101 | 100101 | 0 | 1 | 100100100 | 1100000 | 1010001 |
Color Harmonies of #F0A0FD
Complementary color
Monochromatic Colors of #F0A0FD
Black with #F0A0FD
Text Example
Text Example
White with #F0A0FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A0FD; }
p { color: rgb(240,160,253); }
H1.HeaderClassName
{
color: #F0A0FD;
}
.AnyTagClassName
{
color: #F0A0FD;
}
</style>
background-color css
<style>
a { background-color: #F0A0FD; }
a { background-color: rgb(240,160,253); }
div.DivClassName
{
background-color: #F0A0FD;
}
.BgClassName
{
background-color: #F0A0FD;
}
</style>
border-color css
<style>
span { border-color: #F0A0FD; }
span { border-color: rgb(240,160,253); }
td.TdClassName
{
border-color: #F0A0FD;
}
.TagClassName
{
border-color: #F0A0FD;
}
</style>