Shades of Mauvelous #F493AA
Tints of Mauvelous #F493AA
RGB
CMYK
RGB Variations
Color information
#F493AA (or 0xF493AA) is known color: Mauvelous. HEX triplet: F4, 93 and AA. RGB value is (244,147,170). Sum of RGB (Red+Green+Blue) = 244+147+170=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 170 (66.80% from 255 or 30.30% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F493AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F493AA is #0B6C55. Grayscale: #B2B2B2. Windows color (decimal): -748630 or 11178996. OLE color: 11178996.
HSL color Cylindrical-coordinate representation of color #F493AA: hue angle of 345.77º degrees, saturation: 0.82, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F493AA is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 170 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.04 |
| HSL | 345.77º | 0.82% | 0.77% | - |
| HSV(B) | 345.77º | 0.4% | 0.96% | - |
| XYZ | 55 | 43 | 43.43 | - |
| YUV | 178.63 | 123.14 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 170 | 0 | 0.40 | 0.30 | 0.04 | 345.77 | 0.82 | 0.77 |
| Hex | F4 | 93 | AA | 0 | 28 | 1E | 4 | 15A | 52 | 4D |
| Octal | 364 | 223 | 252 | 0 | 50 | 36 | 4 | 532 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10101010 | 0 | 101000 | 11110 | 100 | 101011010 | 1010010 | 1001101 |
Color Harmonies of #F493AA
Complementary color
Monochromatic Colors of #F493AA
Black with #F493AA
Text Example
Text Example
White with #F493AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493AA; }
p { color: rgb(244,147,170); }
H1.HeaderClassName
{
color: #F493AA;
}
.AnyTagClassName
{
color: #F493AA;
}
</style>
background-color css
<style>
a { background-color: #F493AA; }
a { background-color: rgb(244,147,170); }
div.DivClassName
{
background-color: #F493AA;
}
.BgClassName
{
background-color: #F493AA;
}
</style>
border-color css
<style>
span { border-color: #F493AA; }
span { border-color: rgb(244,147,170); }
td.TdClassName
{
border-color: #F493AA;
}
.TagClassName
{
border-color: #F493AA;
}
</style>