Shades of Mauvelous #F58EAD
Tints of Mauvelous #F58EAD
RGB
CMYK
RGB Variations
Color information
#F58EAD (or 0xF58EAD) is known color: Mauvelous. HEX triplet: F5, 8E and AD. RGB value is (245,142,173). Sum of RGB (Red+Green+Blue) = 245+142+173=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 173 (67.97% from 255 or 30.89% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F58EAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58EAD is #0A7152. Grayscale: #B0B0B0. Windows color (decimal): -684371 or 11374325. OLE color: 11374325.
HSL color Cylindrical-coordinate representation of color #F58EAD: hue angle of 341.94º 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 #F58EAD is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 142 | 173 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.04 |
| HSL | 341.94º | 0.84% | 0.76% | - |
| HSV(B) | 341.94º | 0.42% | 0.96% | - |
| XYZ | 54.87 | 41.78 | 44.71 | - |
| YUV | 176.33 | 126.12 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 142 | 173 | 0 | 0.42 | 0.29 | 0.04 | 341.94 | 0.84 | 0.76 |
| Hex | F5 | 8E | AD | 0 | 2A | 1D | 4 | 156 | 54 | 4C |
| Octal | 365 | 216 | 255 | 0 | 52 | 35 | 4 | 526 | 124 | 114 |
| Binary | 11110101 | 10001110 | 10101101 | 0 | 101010 | 11101 | 100 | 101010110 | 1010100 | 1001100 |
Color Harmonies of #F58EAD
Complementary color
Monochromatic Colors of #F58EAD
Black with #F58EAD
Text Example
Text Example
White with #F58EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58EAD; }
p { color: rgb(245,142,173); }
H1.HeaderClassName
{
color: #F58EAD;
}
.AnyTagClassName
{
color: #F58EAD;
}
</style>
background-color css
<style>
a { background-color: #F58EAD; }
a { background-color: rgb(245,142,173); }
div.DivClassName
{
background-color: #F58EAD;
}
.BgClassName
{
background-color: #F58EAD;
}
</style>
border-color css
<style>
span { border-color: #F58EAD; }
span { border-color: rgb(245,142,173); }
td.TdClassName
{
border-color: #F58EAD;
}
.TagClassName
{
border-color: #F58EAD;
}
</style>