Shades of Mauve #F6B0F9
Tints of Mauve #F6B0F9
RGB
CMYK
RGB Variations
Color information
#F6B0F9 (or 0xF6B0F9) is known color: Mauve. HEX triplet: F6, B0 and F9. RGB value is (246,176,249). Sum of RGB (Red+Green+Blue) = 246+176+249=671 (88% of max value = 765). Red value is 246 (96.48% from 255 or 36.66% from 671); Green value is 176 (69.14% from 255 or 26.23% from 671); Blue value is 249 (97.66% from 255 or 37.11% from 671); Max value from RGB is 249 - color contains mainly: blue. Hex color #F6B0F9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F6B0F9 is #094F06. Grayscale: #CDCDCD. Windows color (decimal): -610055 or 16363766. OLE color: 16363766.
HSL color Cylindrical-coordinate representation of color #F6B0F9: hue angle of 297.53º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F6B0F9 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 246 | 176 | 249 | - |
| CMYK | 0.01 | 0.29 | 0 | 0.02 |
| HSL | 297.53º | 0.86% | 0.83% | - |
| HSV(B) | 297.53º | 0.29% | 0.98% | - |
| XYZ | 70.63 | 57.48 | 97 | - |
| YUV | 205.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 176 | 249 | 0.01 | 0.29 | 0 | 0.02 | 297.53 | 0.86 | 0.83 |
| Hex | F6 | B0 | F9 | 1 | 1D | 0 | 2 | 12A | 56 | 53 |
| Octal | 366 | 260 | 371 | 1 | 35 | 0 | 2 | 452 | 126 | 123 |
| Binary | 11110110 | 10110000 | 11111001 | 1 | 11101 | 0 | 10 | 100101010 | 1010110 | 1010011 |
Color Harmonies of #F6B0F9
Complementary color
Monochromatic Colors of #F6B0F9
Black with #F6B0F9
Text Example
Text Example
White with #F6B0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6B0F9; }
p { color: rgb(246,176,249); }
H1.HeaderClassName
{
color: #F6B0F9;
}
.AnyTagClassName
{
color: #F6B0F9;
}
</style>
background-color css
<style>
a { background-color: #F6B0F9; }
a { background-color: rgb(246,176,249); }
div.DivClassName
{
background-color: #F6B0F9;
}
.BgClassName
{
background-color: #F6B0F9;
}
</style>
border-color css
<style>
span { border-color: #F6B0F9; }
span { border-color: rgb(246,176,249); }
td.TdClassName
{
border-color: #F6B0F9;
}
.TagClassName
{
border-color: #F6B0F9;
}
</style>