Shades of Mauve #F3A1FF
Tints of Mauve #F3A1FF
RGB
CMYK
RGB Variations
Color information
#F3A1FF (or 0xF3A1FF) is known color: Mauve. HEX triplet: F3, A1 and FF. RGB value is (243,161,255). Sum of RGB (Red+Green+Blue) = 243+161+255=659 (87% of max value = 765). Red value is 243 (95.31% from 255 or 36.87% from 659); Green value is 161 (63.28% from 255 or 24.43% from 659); Blue value is 255 (100% from 255 or 38.69% from 659); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3A1FF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3A1FF is #0C5E00. Grayscale: #C3C3C3. Windows color (decimal): -810497 or 16753139. OLE color: 16753139.
HSL color Cylindrical-coordinate representation of color #F3A1FF: hue angle of 292.34º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F3A1FF is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 161 | 255 | - |
| CMYK | 0.05 | 0.37 | 0 | 0 |
| HSL | 292.34º | 1% | 0.82% | - |
| HSV(B) | 292.34º | 0.37% | 1% | - |
| XYZ | 67.76 | 51.76 | 101.03 | - |
| YUV | 196.23 | 161.17 | 161.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 255 | 0.05 | 0.37 | 0 | 0 | 292.34 | 1 | 0.82 |
| Hex | F3 | A1 | FF | 5 | 25 | 0 | 0 | 124 | 64 | 52 |
| Octal | 363 | 241 | 377 | 5 | 45 | 0 | 0 | 444 | 144 | 122 |
| Binary | 11110011 | 10100001 | 11111111 | 101 | 100101 | 0 | 0 | 100100100 | 1100100 | 1010010 |
Color Harmonies of #F3A1FF
Complementary color
Monochromatic Colors of #F3A1FF
Black with #F3A1FF
Text Example
Text Example
White with #F3A1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A1FF; }
p { color: rgb(243,161,255); }
H1.HeaderClassName
{
color: #F3A1FF;
}
.AnyTagClassName
{
color: #F3A1FF;
}
</style>
background-color css
<style>
a { background-color: #F3A1FF; }
a { background-color: rgb(243,161,255); }
div.DivClassName
{
background-color: #F3A1FF;
}
.BgClassName
{
background-color: #F3A1FF;
}
</style>
border-color css
<style>
span { border-color: #F3A1FF; }
span { border-color: rgb(243,161,255); }
td.TdClassName
{
border-color: #F3A1FF;
}
.TagClassName
{
border-color: #F3A1FF;
}
</style>