Shades of Mauve #F0AFFF
Tints of Mauve #F0AFFF
RGB
CMYK
RGB Variations
Color information
#F0AFFF (or 0xF0AFFF) is known color: Mauve. HEX triplet: F0, AF and FF. RGB value is (240,175,255). Sum of RGB (Red+Green+Blue) = 240+175+255=670 (88% of max value = 765). Red value is 240 (94.14% from 255 or 35.82% from 670); Green value is 175 (68.75% from 255 or 26.12% from 670); Blue value is 255 (100% from 255 or 38.06% from 670); Max value from RGB is 255 - color contains mainly: blue. Hex color #F0AFFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AFFF is #0F5000. Grayscale: #CBCBCB. Windows color (decimal): -1003521 or 16756720. OLE color: 16756720.
HSL color Cylindrical-coordinate representation of color #F0AFFF: hue angle of 288.75º 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 #F0AFFF is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 240 | 175 | 255 | - |
| CMYK | 0.06 | 0.31 | 0 | 0 |
| HSL | 288.75º | 1% | 0.84% | - |
| HSV(B) | 288.75º | 0.31% | 1% | - |
| XYZ | 69.32 | 56.41 | 101.84 | - |
| YUV | 203.56 | 157.03 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 175 | 255 | 0.06 | 0.31 | 0 | 0 | 288.75 | 1 | 0.84 |
| Hex | F0 | AF | FF | 6 | 1F | 0 | 0 | 121 | 64 | 54 |
| Octal | 360 | 257 | 377 | 6 | 37 | 0 | 0 | 441 | 144 | 124 |
| Binary | 11110000 | 10101111 | 11111111 | 110 | 11111 | 0 | 0 | 100100001 | 1100100 | 1010100 |
Color Harmonies of #F0AFFF
Complementary color
Monochromatic Colors of #F0AFFF
Black with #F0AFFF
Text Example
Text Example
White with #F0AFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AFFF; }
p { color: rgb(240,175,255); }
H1.HeaderClassName
{
color: #F0AFFF;
}
.AnyTagClassName
{
color: #F0AFFF;
}
</style>
background-color css
<style>
a { background-color: #F0AFFF; }
a { background-color: rgb(240,175,255); }
div.DivClassName
{
background-color: #F0AFFF;
}
.BgClassName
{
background-color: #F0AFFF;
}
</style>
border-color css
<style>
span { border-color: #F0AFFF; }
span { border-color: rgb(240,175,255); }
td.TdClassName
{
border-color: #F0AFFF;
}
.TagClassName
{
border-color: #F0AFFF;
}
</style>