Shades of Mauve #F1BFF9
Tints of Mauve #F1BFF9
RGB
CMYK
RGB Variations
Color information
#F1BFF9 (or 0xF1BFF9) is known color: Mauve. HEX triplet: F1, BF and F9. RGB value is (241,191,249). Sum of RGB (Red+Green+Blue) = 241+191+249=681 (90% of max value = 765). Red value is 241 (94.53% from 255 or 35.39% from 681); Green value is 191 (75% from 255 or 28.05% from 681); Blue value is 249 (97.66% from 255 or 36.56% from 681); Max value from RGB is 249 - color contains mainly: blue. Hex color #F1BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #F1BFF9 is #0E4006. Grayscale: #D4D4D4. Windows color (decimal): -933895 or 16367601. OLE color: 16367601.
HSL color Cylindrical-coordinate representation of color #F1BFF9: hue angle of 291.72º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #F1BFF9 is Cyan = 0.03, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 241 | 191 | 249 | - |
| CMYK | 0.03 | 0.23 | 0 | 0.02 |
| HSL | 291.72º | 0.83% | 0.86% | - |
| HSV(B) | 291.72º | 0.23% | 0.98% | - |
| XYZ | 72.01 | 62.8 | 97.95 | - |
| YUV | 212.56 | 148.57 | 148.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 191 | 249 | 0.03 | 0.23 | 0 | 0.02 | 291.72 | 0.83 | 0.86 |
| Hex | F1 | BF | F9 | 3 | 17 | 0 | 2 | 124 | 53 | 56 |
| Octal | 361 | 277 | 371 | 3 | 27 | 0 | 2 | 444 | 123 | 126 |
| Binary | 11110001 | 10111111 | 11111001 | 11 | 10111 | 0 | 10 | 100100100 | 1010011 | 1010110 |
Color Harmonies of #F1BFF9
Complementary color
Monochromatic Colors of #F1BFF9
Black with #F1BFF9
Text Example
Text Example
White with #F1BFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1BFF9; }
p { color: rgb(241,191,249); }
H1.HeaderClassName
{
color: #F1BFF9;
}
.AnyTagClassName
{
color: #F1BFF9;
}
</style>
background-color css
<style>
a { background-color: #F1BFF9; }
a { background-color: rgb(241,191,249); }
div.DivClassName
{
background-color: #F1BFF9;
}
.BgClassName
{
background-color: #F1BFF9;
}
</style>
border-color css
<style>
span { border-color: #F1BFF9; }
span { border-color: rgb(241,191,249); }
td.TdClassName
{
border-color: #F1BFF9;
}
.TagClassName
{
border-color: #F1BFF9;
}
</style>