Shades of Mauvelous #F49BA7
Tints of Mauvelous #F49BA7
RGB
CMYK
RGB Variations
Color information
#F49BA7 (or 0xF49BA7) is known color: Mauvelous. HEX triplet: F4, 9B and A7. RGB value is (244,155,167). Sum of RGB (Red+Green+Blue) = 244+155+167=566 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.11% from 566); Green value is 155 (60.94% from 255 or 27.39% from 566); Blue value is 167 (65.62% from 255 or 29.51% from 566); Max value from RGB is 244 - color contains mainly: red. Hex color #F49BA7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F49BA7 is #0B6458. Grayscale: #B7B7B7. Windows color (decimal): -746585 or 10984436. OLE color: 10984436.
HSL color Cylindrical-coordinate representation of color #F49BA7: hue angle of 351.91º degrees, saturation: 0.8, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F49BA7 is Cyan = 0, Magento = 0.36, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 155 | 167 | - |
| CMYK | 0 | 0.36 | 0.32 | 0.04 |
| HSL | 351.91º | 0.8% | 0.78% | - |
| HSV(B) | 351.91º | 0.36% | 0.96% | - |
| XYZ | 56 | 45.47 | 42.38 | - |
| YUV | 182.98 | 118.99 | 171.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 155 | 167 | 0 | 0.36 | 0.32 | 0.04 | 351.91 | 0.8 | 0.78 |
| Hex | F4 | 9B | A7 | 0 | 24 | 20 | 4 | 160 | 50 | 4E |
| Octal | 364 | 233 | 247 | 0 | 44 | 40 | 4 | 540 | 120 | 116 |
| Binary | 11110100 | 10011011 | 10100111 | 0 | 100100 | 100000 | 100 | 101100000 | 1010000 | 1001110 |
Color Harmonies of #F49BA7
Complementary color
Monochromatic Colors of #F49BA7
Black with #F49BA7
Text Example
Text Example
White with #F49BA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F49BA7; }
p { color: rgb(244,155,167); }
H1.HeaderClassName
{
color: #F49BA7;
}
.AnyTagClassName
{
color: #F49BA7;
}
</style>
background-color css
<style>
a { background-color: #F49BA7; }
a { background-color: rgb(244,155,167); }
div.DivClassName
{
background-color: #F49BA7;
}
.BgClassName
{
background-color: #F49BA7;
}
</style>
border-color css
<style>
span { border-color: #F49BA7; }
span { border-color: rgb(244,155,167); }
td.TdClassName
{
border-color: #F49BA7;
}
.TagClassName
{
border-color: #F49BA7;
}
</style>