Shades of Mauve #F3A0FF
Tints of Mauve #F3A0FF
RGB
CMYK
RGB Variations
Color information
#F3A0FF (or 0xF3A0FF) is known color: Mauve. HEX triplet: F3, A0 and FF. RGB value is (243,160,255). Sum of RGB (Red+Green+Blue) = 243+160+255=658 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.93% from 658); Green value is 160 (62.89% from 255 or 24.32% 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 #F3A0FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A0FF is #0C5F00. Grayscale: #C3C3C3. Windows color (decimal): -810753 or 16752883. OLE color: 16752883.
HSL color Cylindrical-coordinate representation of color #F3A0FF: hue angle of 292.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3A0FF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 160 | 255 | - |
| CMYK | 0.05 | 0.37 | 0 | 0 |
| HSL | 292.42º | 1% | 0.81% | - |
| HSV(B) | 292.42º | 0.37% | 1% | - |
| XYZ | 67.58 | 51.42 | 100.97 | - |
| YUV | 195.65 | 161.5 | 161.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 160 | 255 | 0.05 | 0.37 | 0 | 0 | 292.42 | 1 | 0.81 |
| Hex | F3 | A0 | FF | 5 | 25 | 0 | 0 | 124 | 64 | 51 |
| Octal | 363 | 240 | 377 | 5 | 45 | 0 | 0 | 444 | 144 | 121 |
| Binary | 11110011 | 10100000 | 11111111 | 101 | 100101 | 0 | 0 | 100100100 | 1100100 | 1010001 |
Color Harmonies of #F3A0FF
Complementary color
Monochromatic Colors of #F3A0FF
Black with #F3A0FF
Text Example
Text Example
White with #F3A0FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A0FF; }
p { color: rgb(243,160,255); }
H1.HeaderClassName
{
color: #F3A0FF;
}
.AnyTagClassName
{
color: #F3A0FF;
}
</style>
background-color css
<style>
a { background-color: #F3A0FF; }
a { background-color: rgb(243,160,255); }
div.DivClassName
{
background-color: #F3A0FF;
}
.BgClassName
{
background-color: #F3A0FF;
}
</style>
border-color css
<style>
span { border-color: #F3A0FF; }
span { border-color: rgb(243,160,255); }
td.TdClassName
{
border-color: #F3A0FF;
}
.TagClassName
{
border-color: #F3A0FF;
}
</style>