Shades of Mauve #F3AFFF
Tints of Mauve #F3AFFF
RGB
CMYK
RGB Variations
Color information
#F3AFFF (or 0xF3AFFF) is known color: Mauve. HEX triplet: F3, AF and FF. RGB value is (243,175,255). Sum of RGB (Red+Green+Blue) = 243+175+255=673 (89% of max value = 765). Red value is 243 (95.31% from 255 or 36.11% from 673); Green value is 175 (68.75% from 255 or 26.00% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #F3AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F3AFFF is #0C5000. Grayscale: #CCCCCC. Windows color (decimal): -806913 or 16756723. OLE color: 16756723.
HSL color Cylindrical-coordinate representation of color #F3AFFF: hue angle of 291º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F3AFFF is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 175 | 255 | - |
| CMYK | 0.05 | 0.31 | 0 | 0 |
| HSL | 291º | 1% | 0.84% | - |
| HSV(B) | 291º | 0.31% | 1% | - |
| XYZ | 70.34 | 56.93 | 101.89 | - |
| YUV | 204.45 | 156.53 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 175 | 255 | 0.05 | 0.31 | 0 | 0 | 291 | 1 | 0.84 |
| Hex | F3 | AF | FF | 5 | 1F | 0 | 0 | 123 | 64 | 54 |
| Octal | 363 | 257 | 377 | 5 | 37 | 0 | 0 | 443 | 144 | 124 |
| Binary | 11110011 | 10101111 | 11111111 | 101 | 11111 | 0 | 0 | 100100011 | 1100100 | 1010100 |
Color Harmonies of #F3AFFF
Complementary color
Monochromatic Colors of #F3AFFF
Black with #F3AFFF
Text Example
Text Example
White with #F3AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3AFFF; }
p { color: rgb(243,175,255); }
H1.HeaderClassName
{
color: #F3AFFF;
}
.AnyTagClassName
{
color: #F3AFFF;
}
</style>
background-color css
<style>
a { background-color: #F3AFFF; }
a { background-color: rgb(243,175,255); }
div.DivClassName
{
background-color: #F3AFFF;
}
.BgClassName
{
background-color: #F3AFFF;
}
</style>
border-color css
<style>
span { border-color: #F3AFFF; }
span { border-color: rgb(243,175,255); }
td.TdClassName
{
border-color: #F3AFFF;
}
.TagClassName
{
border-color: #F3AFFF;
}
</style>