Shades of Mauve #F0A3FF
Tints of Mauve #F0A3FF
RGB
CMYK
RGB Variations
Color information
#F0A3FF (or 0xF0A3FF) is known color: Mauve. HEX triplet: F0, A3 and FF. RGB value is (240,163,255). Sum of RGB (Red+Green+Blue) = 240+163+255=658 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.47% from 658); Green value is 163 (64.06% from 255 or 24.77% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0A3FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A3FF is #0F5C00. Grayscale: #C4C4C4. Windows color (decimal): -1006593 or 16753648. OLE color: 16753648.
HSL color Cylindrical-coordinate representation of color #F0A3FF: hue angle of 290.22º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F0A3FF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 163 | 255 | - |
| CMYK | 0.06 | 0.36 | 0 | 0 |
| HSL | 290.22º | 1% | 0.82% | - |
| HSV(B) | 290.22º | 0.36% | 1% | - |
| XYZ | 67.08 | 51.94 | 101.1 | - |
| YUV | 196.51 | 161.01 | 159.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 255 | 0.06 | 0.36 | 0 | 0 | 290.22 | 1 | 0.82 |
| Hex | F0 | A3 | FF | 6 | 24 | 0 | 0 | 122 | 64 | 52 |
| Octal | 360 | 243 | 377 | 6 | 44 | 0 | 0 | 442 | 144 | 122 |
| Binary | 11110000 | 10100011 | 11111111 | 110 | 100100 | 0 | 0 | 100100010 | 1100100 | 1010010 |
Color Harmonies of #F0A3FF
Complementary color
Monochromatic Colors of #F0A3FF
Black with #F0A3FF
Text Example
Text Example
White with #F0A3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A3FF; }
p { color: rgb(240,163,255); }
H1.HeaderClassName
{
color: #F0A3FF;
}
.AnyTagClassName
{
color: #F0A3FF;
}
</style>
background-color css
<style>
a { background-color: #F0A3FF; }
a { background-color: rgb(240,163,255); }
div.DivClassName
{
background-color: #F0A3FF;
}
.BgClassName
{
background-color: #F0A3FF;
}
</style>
border-color css
<style>
span { border-color: #F0A3FF; }
span { border-color: rgb(240,163,255); }
td.TdClassName
{
border-color: #F0A3FF;
}
.TagClassName
{
border-color: #F0A3FF;
}
</style>