Shades of Mauvelous #F490A6
Tints of Mauvelous #F490A6
RGB
CMYK
RGB Variations
Color information
#F490A6 (or 0xF490A6) is known color: Mauvelous. HEX triplet: F4, 90 and A6. RGB value is (244,144,166). Sum of RGB (Red+Green+Blue) = 244+144+166=554 (73% of max value = 765). Red value is 244 (95.70% from 255 or 44.04% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 166 (65.23% from 255 or 29.96% from 554); Max value from RGB is 244 - color contains mainly: red. Hex color #F490A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490A6 is #0B6F59. Grayscale: #B0B0B0. Windows color (decimal): -749402 or 10916084. OLE color: 10916084.
HSL color Cylindrical-coordinate representation of color #F490A6: hue angle of 346.8º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F490A6 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 166 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.04 |
| HSL | 346.8º | 0.82% | 0.76% | - |
| HSV(B) | 346.8º | 0.41% | 0.96% | - |
| XYZ | 54.16 | 41.93 | 41.32 | - |
| YUV | 176.41 | 122.13 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 166 | 0 | 0.41 | 0.32 | 0.04 | 346.8 | 0.82 | 0.76 |
| Hex | F4 | 90 | A6 | 0 | 29 | 20 | 4 | 15B | 52 | 4C |
| Octal | 364 | 220 | 246 | 0 | 51 | 40 | 4 | 533 | 122 | 114 |
| Binary | 11110100 | 10010000 | 10100110 | 0 | 101001 | 100000 | 100 | 101011011 | 1010010 | 1001100 |
Color Harmonies of #F490A6
Complementary color
Monochromatic Colors of #F490A6
Black with #F490A6
Text Example
Text Example
White with #F490A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490A6; }
p { color: rgb(244,144,166); }
H1.HeaderClassName
{
color: #F490A6;
}
.AnyTagClassName
{
color: #F490A6;
}
</style>
background-color css
<style>
a { background-color: #F490A6; }
a { background-color: rgb(244,144,166); }
div.DivClassName
{
background-color: #F490A6;
}
.BgClassName
{
background-color: #F490A6;
}
</style>
border-color css
<style>
span { border-color: #F490A6; }
span { border-color: rgb(244,144,166); }
td.TdClassName
{
border-color: #F490A6;
}
.TagClassName
{
border-color: #F490A6;
}
</style>