Shades of Mauvelous #F493AB
Tints of Mauvelous #F493AB
RGB
CMYK
RGB Variations
Color information
#F493AB (or 0xF493AB) is known color: Mauvelous. HEX triplet: F4, 93 and AB. RGB value is (244,147,171). Sum of RGB (Red+Green+Blue) = 244+147+171=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F493AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F493AB is #0B6C54. Grayscale: #B2B2B2. Windows color (decimal): -748629 or 11244532. OLE color: 11244532.
HSL color Cylindrical-coordinate representation of color #F493AB: hue angle of 345.15º 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 #F493AB is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 147 | 171 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.04 |
| HSL | 345.15º | 0.82% | 0.77% | - |
| HSV(B) | 345.15º | 0.4% | 0.96% | - |
| XYZ | 55.09 | 43.04 | 43.93 | - |
| YUV | 178.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 147 | 171 | 0 | 0.40 | 0.30 | 0.04 | 345.15 | 0.82 | 0.77 |
| Hex | F4 | 93 | AB | 0 | 28 | 1E | 4 | 159 | 52 | 4D |
| Octal | 364 | 223 | 253 | 0 | 50 | 36 | 4 | 531 | 122 | 115 |
| Binary | 11110100 | 10010011 | 10101011 | 0 | 101000 | 11110 | 100 | 101011001 | 1010010 | 1001101 |
Color Harmonies of #F493AB
Complementary color
Monochromatic Colors of #F493AB
Black with #F493AB
Text Example
Text Example
White with #F493AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F493AB; }
p { color: rgb(244,147,171); }
H1.HeaderClassName
{
color: #F493AB;
}
.AnyTagClassName
{
color: #F493AB;
}
</style>
background-color css
<style>
a { background-color: #F493AB; }
a { background-color: rgb(244,147,171); }
div.DivClassName
{
background-color: #F493AB;
}
.BgClassName
{
background-color: #F493AB;
}
</style>
border-color css
<style>
span { border-color: #F493AB; }
span { border-color: rgb(244,147,171); }
td.TdClassName
{
border-color: #F493AB;
}
.TagClassName
{
border-color: #F493AB;
}
</style>