Shades of Mauvelous #F493A8
Tints of Mauvelous #F493A8
RGB
CMYK
RGB Variations
Color information
#F493A8 (or 0xF493A8) is known color: Mauvelous. HEX triplet: F4, 93 and A8. RGB value is (244,147,168). Sum of RGB (Red+Green+Blue) = 244+147+168=559 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.65% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 244 - color contains mainly: red. Hex color #F493A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F493A8 is #0B6C57. Grayscale: #B2B2B2. Windows color (decimal): -748632 or 11047924. OLE color: 11047924.
HSL color Cylindrical-coordinate representation of color #F493A8: hue angle of 347.01º 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 #F493A8 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 168 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.04 |
| HSL | 347.01º | 0.82% | 0.77% | - |
| HSV(B) | 347.01º | 0.4% | 0.96% | - |
| XYZ | 54.81 | 42.93 | 42.44 | - |
| YUV | 178.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 168 | 0 | 0.40 | 0.31 | 0.04 | 347.01 | 0.82 | 0.77 |
| Hex | F4 | 93 | A8 | 0 | 28 | 1F | 4 | 15B | 52 | 4D |
| Octal | 364 | 223 | 250 | 0 | 50 | 37 | 4 | 533 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10101000 | 0 | 101000 | 11111 | 100 | 101011011 | 1010010 | 1001101 |
Color Harmonies of #F493A8
Complementary color
Monochromatic Colors of #F493A8
Black with #F493A8
Text Example
Text Example
White with #F493A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493A8; }
p { color: rgb(244,147,168); }
H1.HeaderClassName
{
color: #F493A8;
}
.AnyTagClassName
{
color: #F493A8;
}
</style>
background-color css
<style>
a { background-color: #F493A8; }
a { background-color: rgb(244,147,168); }
div.DivClassName
{
background-color: #F493A8;
}
.BgClassName
{
background-color: #F493A8;
}
</style>
border-color css
<style>
span { border-color: #F493A8; }
span { border-color: rgb(244,147,168); }
td.TdClassName
{
border-color: #F493A8;
}
.TagClassName
{
border-color: #F493A8;
}
</style>