Shades of Mauvelous #F493A6
Tints of Mauvelous #F493A6
RGB
CMYK
RGB Variations
Color information
#F493A6 (or 0xF493A6) is known color: Mauvelous. HEX triplet: F4, 93 and A6. RGB value is (244,147,166). Sum of RGB (Red+Green+Blue) = 244+147+166=557 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.81% from 557); Green value is 147 (57.81% from 255 or 26.39% from 557); Blue value is 166 (65.23% from 255 or 29.80% from 557); Max value from RGB is 244 - color contains mainly: red. Hex color #F493A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F493A6 is #0B6C59. Grayscale: #B2B2B2. Windows color (decimal): -748634 or 10916852. OLE color: 10916852.
HSL color Cylindrical-coordinate representation of color #F493A6: hue angle of 348.25º 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 #F493A6 is Cyan = 0, Magento = 0.40, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 166 | - |
| CMYK | 0 | 0.40 | 0.32 | 0.04 |
| HSL | 348.25º | 0.82% | 0.77% | - |
| HSV(B) | 348.25º | 0.4% | 0.96% | - |
| XYZ | 54.62 | 42.85 | 41.47 | - |
| YUV | 178.17 | 121.14 | 174.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 166 | 0 | 0.40 | 0.32 | 0.04 | 348.25 | 0.82 | 0.77 |
| Hex | F4 | 93 | A6 | 0 | 28 | 20 | 4 | 15C | 52 | 4D |
| Octal | 364 | 223 | 246 | 0 | 50 | 40 | 4 | 534 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10100110 | 0 | 101000 | 100000 | 100 | 101011100 | 1010010 | 1001101 |
Color Harmonies of #F493A6
Complementary color
Monochromatic Colors of #F493A6
Black with #F493A6
Text Example
Text Example
White with #F493A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493A6; }
p { color: rgb(244,147,166); }
H1.HeaderClassName
{
color: #F493A6;
}
.AnyTagClassName
{
color: #F493A6;
}
</style>
background-color css
<style>
a { background-color: #F493A6; }
a { background-color: rgb(244,147,166); }
div.DivClassName
{
background-color: #F493A6;
}
.BgClassName
{
background-color: #F493A6;
}
</style>
border-color css
<style>
span { border-color: #F493A6; }
span { border-color: rgb(244,147,166); }
td.TdClassName
{
border-color: #F493A6;
}
.TagClassName
{
border-color: #F493A6;
}
</style>