Shades of Mauve #F0A7FC
Tints of Mauve #F0A7FC
RGB
CMYK
RGB Variations
Color information
#F0A7FC (or 0xF0A7FC) is known color: Mauve. HEX triplet: F0, A7 and FC. RGB value is (240,167,252). Sum of RGB (Red+Green+Blue) = 240+167+252=659 (87% of max value = 765). Red value is 240 (94.14% from 255 or 36.42% from 659); Green value is 167 (65.62% from 255 or 25.34% from 659); Blue value is 252 (98.83% from 255 or 38.24% from 659); Max value from RGB is 252 - color contains mainly: blue. Hex color #F0A7FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A7FC is #0F5803. Grayscale: #C6C6C6. Windows color (decimal): -1005572 or 16558064. OLE color: 16558064.
HSL color Cylindrical-coordinate representation of color #F0A7FC: hue angle of 291.53º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F0A7FC is Cyan = 0.05, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 240 | 167 | 252 | - |
| CMYK | 0.05 | 0.34 | 0 | 0.01 |
| HSL | 291.53º | 0.93% | 0.82% | - |
| HSV(B) | 291.53º | 0.34% | 0.99% | - |
| XYZ | 67.32 | 53.19 | 98.81 | - |
| YUV | 198.52 | 158.18 | 157.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 167 | 252 | 0.05 | 0.34 | 0 | 0.01 | 291.53 | 0.93 | 0.82 |
| Hex | F0 | A7 | FC | 5 | 22 | 0 | 1 | 124 | 5D | 52 |
| Octal | 360 | 247 | 374 | 5 | 42 | 0 | 1 | 444 | 135 | 122 |
| Binary | 11110000 | 10100111 | 11111100 | 101 | 100010 | 0 | 1 | 100100100 | 1011101 | 1010010 |
Color Harmonies of #F0A7FC
Complementary color
Monochromatic Colors of #F0A7FC
Black with #F0A7FC
Text Example
Text Example
White with #F0A7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A7FC; }
p { color: rgb(240,167,252); }
H1.HeaderClassName
{
color: #F0A7FC;
}
.AnyTagClassName
{
color: #F0A7FC;
}
</style>
background-color css
<style>
a { background-color: #F0A7FC; }
a { background-color: rgb(240,167,252); }
div.DivClassName
{
background-color: #F0A7FC;
}
.BgClassName
{
background-color: #F0A7FC;
}
</style>
border-color css
<style>
span { border-color: #F0A7FC; }
span { border-color: rgb(240,167,252); }
td.TdClassName
{
border-color: #F0A7FC;
}
.TagClassName
{
border-color: #F0A7FC;
}
</style>