Shades of Mauvelous #F58DAE
Tints of Mauvelous #F58DAE
RGB
CMYK
RGB Variations
Color information
#F58DAE (or 0xF58DAE) is known color: Mauvelous. HEX triplet: F5, 8D and AE. RGB value is (245,141,174). Sum of RGB (Red+Green+Blue) = 245+141+174=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 174 (68.36% from 255 or 31.07% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58DAE is #0A7251. Grayscale: #AFAFAF. Windows color (decimal): -684626 or 11439605. OLE color: 11439605.
HSL color Cylindrical-coordinate representation of color #F58DAE: hue angle of 340.96º 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 #F58DAE is Cyan = 0, Magento = 0.42, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 174 | - |
| CMYK | 0 | 0.42 | 0.29 | 0.04 |
| HSL | 340.96º | 0.84% | 0.76% | - |
| HSV(B) | 340.96º | 0.42% | 0.96% | - |
| XYZ | 54.82 | 41.52 | 45.17 | - |
| YUV | 175.86 | 126.96 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 174 | 0 | 0.42 | 0.29 | 0.04 | 340.96 | 0.84 | 0.76 |
| Hex | F5 | 8D | AE | 0 | 2A | 1D | 4 | 155 | 54 | 4C |
| Octal | 365 | 215 | 256 | 0 | 52 | 35 | 4 | 525 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10101110 | 0 | 101010 | 11101 | 100 | 101010101 | 1010100 | 1001100 |
Color Harmonies of #F58DAE
Complementary color
Monochromatic Colors of #F58DAE
Black with #F58DAE
Text Example
Text Example
White with #F58DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DAE; }
p { color: rgb(245,141,174); }
H1.HeaderClassName
{
color: #F58DAE;
}
.AnyTagClassName
{
color: #F58DAE;
}
</style>
background-color css
<style>
a { background-color: #F58DAE; }
a { background-color: rgb(245,141,174); }
div.DivClassName
{
background-color: #F58DAE;
}
.BgClassName
{
background-color: #F58DAE;
}
</style>
border-color css
<style>
span { border-color: #F58DAE; }
span { border-color: rgb(245,141,174); }
td.TdClassName
{
border-color: #F58DAE;
}
.TagClassName
{
border-color: #F58DAE;
}
</style>