Shades of Mauvelous #F590A6
Tints of Mauvelous #F590A6
RGB
CMYK
RGB Variations
Color information
#F590A6 (or 0xF590A6) is known color: Mauvelous. HEX triplet: F5, 90 and A6. RGB value is (245,144,166). Sum of RGB (Red+Green+Blue) = 245+144+166=555 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.14% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 166 (65.23% from 255 or 29.91% from 555); Max value from RGB is 245 - color contains mainly: red. Hex color #F590A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F590A6 is #0A6F59. Grayscale: #B0B0B0. Windows color (decimal): -683866 or 10916085. OLE color: 10916085.
HSL color Cylindrical-coordinate representation of color #F590A6: hue angle of 346.93º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F590A6 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 144 | 166 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.04 |
| HSL | 346.93º | 0.83% | 0.76% | - |
| HSV(B) | 346.93º | 0.41% | 0.96% | - |
| XYZ | 54.51 | 42.11 | 41.33 | - |
| YUV | 176.71 | 121.96 | 176.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 144 | 166 | 0 | 0.41 | 0.32 | 0.04 | 346.93 | 0.83 | 0.76 |
| Hex | F5 | 90 | A6 | 0 | 29 | 20 | 4 | 15B | 53 | 4C |
| Octal | 365 | 220 | 246 | 0 | 51 | 40 | 4 | 533 | 123 | 114 |
| Binary | 11110101 | 10010000 | 10100110 | 0 | 101001 | 100000 | 100 | 101011011 | 1010011 | 1001100 |
Color Harmonies of #F590A6
Complementary color
Monochromatic Colors of #F590A6
Black with #F590A6
Text Example
Text Example
White with #F590A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F590A6; }
p { color: rgb(245,144,166); }
H1.HeaderClassName
{
color: #F590A6;
}
.AnyTagClassName
{
color: #F590A6;
}
</style>
background-color css
<style>
a { background-color: #F590A6; }
a { background-color: rgb(245,144,166); }
div.DivClassName
{
background-color: #F590A6;
}
.BgClassName
{
background-color: #F590A6;
}
</style>
border-color css
<style>
span { border-color: #F590A6; }
span { border-color: rgb(245,144,166); }
td.TdClassName
{
border-color: #F590A6;
}
.TagClassName
{
border-color: #F590A6;
}
</style>