Shades of Mauvelous #F490AB
Tints of Mauvelous #F490AB
RGB
CMYK
RGB Variations
Color information
#F490AB (or 0xF490AB) is known color: Mauvelous. HEX triplet: F4, 90 and AB. RGB value is (244,144,171). Sum of RGB (Red+Green+Blue) = 244+144+171=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 171 (67.19% from 255 or 30.59% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F490AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490AB is #0B6F54. Grayscale: #B0B0B0. Windows color (decimal): -749397 or 11243764. OLE color: 11243764.
HSL color Cylindrical-coordinate representation of color #F490AB: hue angle of 343.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 #F490AB is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 171 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.04 |
| HSL | 343.8º | 0.82% | 0.76% | - |
| HSV(B) | 343.8º | 0.41% | 0.96% | - |
| XYZ | 54.63 | 42.12 | 43.78 | - |
| YUV | 176.98 | 124.63 | 175.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 171 | 0 | 0.41 | 0.30 | 0.04 | 343.8 | 0.82 | 0.76 |
| Hex | F4 | 90 | AB | 0 | 29 | 1E | 4 | 158 | 52 | 4C |
| Octal | 364 | 220 | 253 | 0 | 51 | 36 | 4 | 530 | 122 | 114 |
| Binary | 11110100 | 10010000 | 10101011 | 0 | 101001 | 11110 | 100 | 101011000 | 1010010 | 1001100 |
Color Harmonies of #F490AB
Complementary color
Monochromatic Colors of #F490AB
Black with #F490AB
Text Example
Text Example
White with #F490AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490AB; }
p { color: rgb(244,144,171); }
H1.HeaderClassName
{
color: #F490AB;
}
.AnyTagClassName
{
color: #F490AB;
}
</style>
background-color css
<style>
a { background-color: #F490AB; }
a { background-color: rgb(244,144,171); }
div.DivClassName
{
background-color: #F490AB;
}
.BgClassName
{
background-color: #F490AB;
}
</style>
border-color css
<style>
span { border-color: #F490AB; }
span { border-color: rgb(244,144,171); }
td.TdClassName
{
border-color: #F490AB;
}
.TagClassName
{
border-color: #F490AB;
}
</style>