Shades of Mauve #F19FFC
Tints of Mauve #F19FFC
RGB
CMYK
RGB Variations
Color information
#F19FFC (or 0xF19FFC) is known color: Mauve. HEX triplet: F1, 9F and FC. RGB value is (241,159,252). Sum of RGB (Red+Green+Blue) = 241+159+252=652 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.96% from 652); Green value is 159 (62.5% from 255 or 24.39% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #F19FFC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F19FFC is #0E6003. Grayscale: #C1C1C1. Windows color (decimal): -942084 or 16556017. OLE color: 16556017.
HSL color Cylindrical-coordinate representation of color #F19FFC: hue angle of 292.9º 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 #F19FFC is Cyan = 0.04, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 241 | 159 | 252 | - |
| CMYK | 0.04 | 0.37 | 0 | 0.01 |
| HSL | 292.9º | 0.94% | 0.81% | - |
| HSV(B) | 292.9º | 0.37% | 0.99% | - |
| XYZ | 66.24 | 50.53 | 98.36 | - |
| YUV | 194.12 | 160.67 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 159 | 252 | 0.04 | 0.37 | 0 | 0.01 | 292.9 | 0.94 | 0.81 |
| Hex | F1 | 9F | FC | 4 | 25 | 0 | 1 | 125 | 5E | 51 |
| Octal | 361 | 237 | 374 | 4 | 45 | 0 | 1 | 445 | 136 | 121 |
| Binary | 11110001 | 10011111 | 11111100 | 100 | 100101 | 0 | 1 | 100100101 | 1011110 | 1010001 |
Color Harmonies of #F19FFC
Complementary color
Monochromatic Colors of #F19FFC
Black with #F19FFC
Text Example
Text Example
White with #F19FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19FFC; }
p { color: rgb(241,159,252); }
H1.HeaderClassName
{
color: #F19FFC;
}
.AnyTagClassName
{
color: #F19FFC;
}
</style>
background-color css
<style>
a { background-color: #F19FFC; }
a { background-color: rgb(241,159,252); }
div.DivClassName
{
background-color: #F19FFC;
}
.BgClassName
{
background-color: #F19FFC;
}
</style>
border-color css
<style>
span { border-color: #F19FFC; }
span { border-color: rgb(241,159,252); }
td.TdClassName
{
border-color: #F19FFC;
}
.TagClassName
{
border-color: #F19FFC;
}
</style>