Shades of Mauve #F1A0FC
Tints of Mauve #F1A0FC
RGB
CMYK
RGB Variations
Color information
#F1A0FC (or 0xF1A0FC) is known color: Mauve. HEX triplet: F1, A0 and FC. RGB value is (241,160,252). Sum of RGB (Red+Green+Blue) = 241+160+252=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 160 (62.89% from 255 or 24.50% from 653); Blue value is 252 (98.83% from 255 or 38.59% from 653); Max value from RGB is 252 - color contains mainly: blue. Hex color #F1A0FC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1A0FC is #0E5F03. Grayscale: #C2C2C2. Windows color (decimal): -941828 or 16556273. OLE color: 16556273.
HSL color Cylindrical-coordinate representation of color #F1A0FC: hue angle of 292.83º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F1A0FC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 160 | 252 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 292.83º | 0.94% | 0.81% | - |
| HSV(B) | 292.83º | 0.37% | 0.99% | - |
| XYZ | 66.42 | 50.87 | 98.41 | - |
| YUV | 194.71 | 160.34 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 252 | 0.04 | 0.37 | 0 | 0.01 | 292.83 | 0.94 | 0.81 |
| Hex | F1 | A0 | FC | 4 | 25 | 0 | 1 | 125 | 5E | 51 |
| Octal | 361 | 240 | 374 | 4 | 45 | 0 | 1 | 445 | 136 | 121 |
| Binary | 11110001 | 10100000 | 11111100 | 100 | 100101 | 0 | 1 | 100100101 | 1011110 | 1010001 |
Color Harmonies of #F1A0FC
Complementary color
Monochromatic Colors of #F1A0FC
Black with #F1A0FC
Text Example
Text Example
White with #F1A0FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A0FC; }
p { color: rgb(241,160,252); }
H1.HeaderClassName
{
color: #F1A0FC;
}
.AnyTagClassName
{
color: #F1A0FC;
}
</style>
background-color css
<style>
a { background-color: #F1A0FC; }
a { background-color: rgb(241,160,252); }
div.DivClassName
{
background-color: #F1A0FC;
}
.BgClassName
{
background-color: #F1A0FC;
}
</style>
border-color css
<style>
span { border-color: #F1A0FC; }
span { border-color: rgb(241,160,252); }
td.TdClassName
{
border-color: #F1A0FC;
}
.TagClassName
{
border-color: #F1A0FC;
}
</style>