Shades of Mauvelous #F490AA
Tints of Mauvelous #F490AA
RGB
CMYK
RGB Variations
Color information
#F490AA (or 0xF490AA) is known color: Mauvelous. HEX triplet: F4, 90 and AA. RGB value is (244,144,170). Sum of RGB (Red+Green+Blue) = 244+144+170=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F490AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490AA is #0B6F55. Grayscale: #B0B0B0. Windows color (decimal): -749398 or 11178228. OLE color: 11178228.
HSL color Cylindrical-coordinate representation of color #F490AA: hue angle of 344.4º 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 #F490AA is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 170 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.04 |
| HSL | 344.4º | 0.82% | 0.76% | - |
| HSV(B) | 344.4º | 0.41% | 0.96% | - |
| XYZ | 54.54 | 42.08 | 43.28 | - |
| YUV | 176.86 | 124.13 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 170 | 0 | 0.41 | 0.30 | 0.04 | 344.4 | 0.82 | 0.76 |
| Hex | F4 | 90 | AA | 0 | 29 | 1E | 4 | 158 | 52 | 4C |
| Octal | 364 | 220 | 252 | 0 | 51 | 36 | 4 | 530 | 122 | 114 |
| Binary | 11110100 | 10010000 | 10101010 | 0 | 101001 | 11110 | 100 | 101011000 | 1010010 | 1001100 |
Color Harmonies of #F490AA
Complementary color
Monochromatic Colors of #F490AA
Black with #F490AA
Text Example
Text Example
White with #F490AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490AA; }
p { color: rgb(244,144,170); }
H1.HeaderClassName
{
color: #F490AA;
}
.AnyTagClassName
{
color: #F490AA;
}
</style>
background-color css
<style>
a { background-color: #F490AA; }
a { background-color: rgb(244,144,170); }
div.DivClassName
{
background-color: #F490AA;
}
.BgClassName
{
background-color: #F490AA;
}
</style>
border-color css
<style>
span { border-color: #F490AA; }
span { border-color: rgb(244,144,170); }
td.TdClassName
{
border-color: #F490AA;
}
.TagClassName
{
border-color: #F490AA;
}
</style>