Shades of Mauvelous #F199A7
Tints of Mauvelous #F199A7
RGB
CMYK
RGB Variations
Color information
#F199A7 (or 0xF199A7) is known color: Mauvelous. HEX triplet: F1, 99 and A7. RGB value is (241,153,167). Sum of RGB (Red+Green+Blue) = 241+153+167=561 (74% of max value = 765). Red value is 241 (94.53% from 255 or 42.96% from 561); Green value is 153 (60.16% from 255 or 27.27% from 561); Blue value is 167 (65.62% from 255 or 29.77% from 561); Max value from RGB is 241 - color contains mainly: red. Hex color #F199A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F199A7 is #0E6658. Grayscale: #B4B4B4. Windows color (decimal): -943705 or 10983921. OLE color: 10983921.
HSL color Cylindrical-coordinate representation of color #F199A7: hue angle of 350.45º 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 #F199A7 is Cyan = 0, Magento = 0.37, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 153 | 167 | - |
| CMYK | 0 | 0.37 | 0.31 | 0.05 |
| HSL | 350.45º | 0.76% | 0.77% | - |
| HSV(B) | 350.45º | 0.37% | 0.95% | - |
| XYZ | 54.64 | 44.27 | 42.22 | - |
| YUV | 180.91 | 120.15 | 170.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 153 | 167 | 0 | 0.37 | 0.31 | 0.05 | 350.45 | 0.76 | 0.77 |
| Hex | F1 | 99 | A7 | 0 | 25 | 1F | 5 | 15E | 4C | 4D |
| Octal | 361 | 231 | 247 | 0 | 45 | 37 | 5 | 536 | 114 | 115 |
| Binary | 11110001 | 10011001 | 10100111 | 0 | 100101 | 11111 | 101 | 101011110 | 1001100 | 1001101 |
Color Harmonies of #F199A7
Complementary color
Monochromatic Colors of #F199A7
Black with #F199A7
Text Example
Text Example
White with #F199A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F199A7; }
p { color: rgb(241,153,167); }
H1.HeaderClassName
{
color: #F199A7;
}
.AnyTagClassName
{
color: #F199A7;
}
</style>
background-color css
<style>
a { background-color: #F199A7; }
a { background-color: rgb(241,153,167); }
div.DivClassName
{
background-color: #F199A7;
}
.BgClassName
{
background-color: #F199A7;
}
</style>
border-color css
<style>
span { border-color: #F199A7; }
span { border-color: rgb(241,153,167); }
td.TdClassName
{
border-color: #F199A7;
}
.TagClassName
{
border-color: #F199A7;
}
</style>