Shades of Mauvelous #F593AA
Tints of Mauvelous #F593AA
RGB
CMYK
RGB Variations
Color information
#F593AA (or 0xF593AA) is known color: Mauvelous. HEX triplet: F5, 93 and AA. RGB value is (245,147,170). Sum of RGB (Red+Green+Blue) = 245+147+170=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F593AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F593AA is #0A6C55. Grayscale: #B2B2B2. Windows color (decimal): -683094 or 11178997. OLE color: 11178997.
HSL color Cylindrical-coordinate representation of color #F593AA: hue angle of 345.92º degrees, saturation: 0.83, 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 #F593AA is Cyan = 0, Magento = 0.4, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 147 | 170 | - |
| CMYK | 0 | 0.4 | 0.31 | 0.04 |
| HSL | 345.92º | 0.83% | 0.77% | - |
| HSV(B) | 345.92º | 0.4% | 0.96% | - |
| XYZ | 55.35 | 43.18 | 43.45 | - |
| YUV | 178.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 147 | 170 | 0 | 0.4 | 0.31 | 0.04 | 345.92 | 0.83 | 0.77 |
| Hex | F5 | 93 | AA | 0 | 28 | 1F | 4 | 15A | 53 | 4D |
| Octal | 365 | 223 | 252 | 0 | 50 | 37 | 4 | 532 | 123 | 115 |
| Binary | 11110101 | 10010011 | 10101010 | 0 | 101000 | 11111 | 100 | 101011010 | 1010011 | 1001101 |
Color Harmonies of #F593AA
Complementary color
Monochromatic Colors of #F593AA
Black with #F593AA
Text Example
Text Example
White with #F593AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F593AA; }
p { color: rgb(245,147,170); }
H1.HeaderClassName
{
color: #F593AA;
}
.AnyTagClassName
{
color: #F593AA;
}
</style>
background-color css
<style>
a { background-color: #F593AA; }
a { background-color: rgb(245,147,170); }
div.DivClassName
{
background-color: #F593AA;
}
.BgClassName
{
background-color: #F593AA;
}
</style>
border-color css
<style>
span { border-color: #F593AA; }
span { border-color: rgb(245,147,170); }
td.TdClassName
{
border-color: #F593AA;
}
.TagClassName
{
border-color: #F593AA;
}
</style>