Shades of Mauvelous #F199A6
Tints of Mauvelous #F199A6
RGB
CMYK
RGB Variations
Color information
#F199A6 (or 0xF199A6) is known color: Mauvelous. HEX triplet: F1, 99 and A6. RGB value is (241,153,166). Sum of RGB (Red+Green+Blue) = 241+153+166=560 (74% of max value = 765). Red value is 241 (94.53% from 255 or 43.04% from 560); Green value is 153 (60.16% from 255 or 27.32% from 560); Blue value is 166 (65.23% from 255 or 29.64% from 560); Max value from RGB is 241 - color contains mainly: red. Hex color #F199A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199A6 is #0E6659. Grayscale: #B4B4B4. Windows color (decimal): -943706 or 10918385. OLE color: 10918385.
HSL color Cylindrical-coordinate representation of color #F199A6: hue angle of 351.14º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F199A6 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 166 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.05 |
| HSL | 351.14º | 0.76% | 0.77% | - |
| HSV(B) | 351.14º | 0.37% | 0.95% | - |
| XYZ | 54.55 | 44.24 | 41.74 | - |
| YUV | 180.79 | 119.65 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 166 | 0 | 0.37 | 0.31 | 0.05 | 351.14 | 0.76 | 0.77 |
| Hex | F1 | 99 | A6 | 0 | 25 | 1F | 5 | 15F | 4C | 4D |
| Octal | 361 | 231 | 246 | 0 | 45 | 37 | 5 | 537 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10100110 | 0 | 100101 | 11111 | 101 | 101011111 | 1001100 | 1001101 |
Color Harmonies of #F199A6
Complementary color
Monochromatic Colors of #F199A6
Black with #F199A6
Text Example
Text Example
White with #F199A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199A6; }
p { color: rgb(241,153,166); }
H1.HeaderClassName
{
color: #F199A6;
}
.AnyTagClassName
{
color: #F199A6;
}
</style>
background-color css
<style>
a { background-color: #F199A6; }
a { background-color: rgb(241,153,166); }
div.DivClassName
{
background-color: #F199A6;
}
.BgClassName
{
background-color: #F199A6;
}
</style>
border-color css
<style>
span { border-color: #F199A6; }
span { border-color: rgb(241,153,166); }
td.TdClassName
{
border-color: #F199A6;
}
.TagClassName
{
border-color: #F199A6;
}
</style>