Shades of Mauvelous #F58EAA
Tints of Mauvelous #F58EAA
RGB
CMYK
RGB Variations
Color information
#F58EAA (or 0xF58EAA) is known color: Mauvelous. HEX triplet: F5, 8E and AA. RGB value is (245,142,170). Sum of RGB (Red+Green+Blue) = 245+142+170=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58EAA is #0A7155. Grayscale: #AFAFAF. Windows color (decimal): -684374 or 11177717. OLE color: 11177717.
HSL color Cylindrical-coordinate representation of color #F58EAA: hue angle of 343.69º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58EAA is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 170 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.04 |
| HSL | 343.69º | 0.84% | 0.76% | - |
| HSV(B) | 343.69º | 0.42% | 0.96% | - |
| XYZ | 54.58 | 41.66 | 43.19 | - |
| YUV | 175.99 | 124.62 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 170 | 0 | 0.42 | 0.31 | 0.04 | 343.69 | 0.84 | 0.76 |
| Hex | F5 | 8E | AA | 0 | 2A | 1F | 4 | 158 | 54 | 4C |
| Octal | 365 | 216 | 252 | 0 | 52 | 37 | 4 | 530 | 124 | 114 |
| Binary | 11110101 | 10001110 | 10101010 | 0 | 101010 | 11111 | 100 | 101011000 | 1010100 | 1001100 |
Color Harmonies of #F58EAA
Complementary color
Monochromatic Colors of #F58EAA
Black with #F58EAA
Text Example
Text Example
White with #F58EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EAA; }
p { color: rgb(245,142,170); }
H1.HeaderClassName
{
color: #F58EAA;
}
.AnyTagClassName
{
color: #F58EAA;
}
</style>
background-color css
<style>
a { background-color: #F58EAA; }
a { background-color: rgb(245,142,170); }
div.DivClassName
{
background-color: #F58EAA;
}
.BgClassName
{
background-color: #F58EAA;
}
</style>
border-color css
<style>
span { border-color: #F58EAA; }
span { border-color: rgb(245,142,170); }
td.TdClassName
{
border-color: #F58EAA;
}
.TagClassName
{
border-color: #F58EAA;
}
</style>