Shades of Mauvelous #F58DAC
Tints of Mauvelous #F58DAC
RGB
CMYK
RGB Variations
Color information
#F58DAC (or 0xF58DAC) is known color: Mauvelous. HEX triplet: F5, 8D and AC. RGB value is (245,141,172). Sum of RGB (Red+Green+Blue) = 245+141+172=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58DAC is #0A7253. Grayscale: #AFAFAF. Windows color (decimal): -684628 or 11308533. OLE color: 11308533.
HSL color Cylindrical-coordinate representation of color #F58DAC: hue angle of 342.12º 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 #F58DAC is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 172 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.04 |
| HSL | 342.12º | 0.84% | 0.76% | - |
| HSV(B) | 342.12º | 0.42% | 0.96% | - |
| XYZ | 54.63 | 41.44 | 44.15 | - |
| YUV | 175.63 | 125.96 | 177.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 172 | 0 | 0.42 | 0.30 | 0.04 | 342.12 | 0.84 | 0.76 |
| Hex | F5 | 8D | AC | 0 | 2A | 1E | 4 | 156 | 54 | 4C |
| Octal | 365 | 215 | 254 | 0 | 52 | 36 | 4 | 526 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10101100 | 0 | 101010 | 11110 | 100 | 101010110 | 1010100 | 1001100 |
Color Harmonies of #F58DAC
Complementary color
Monochromatic Colors of #F58DAC
Black with #F58DAC
Text Example
Text Example
White with #F58DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DAC; }
p { color: rgb(245,141,172); }
H1.HeaderClassName
{
color: #F58DAC;
}
.AnyTagClassName
{
color: #F58DAC;
}
</style>
background-color css
<style>
a { background-color: #F58DAC; }
a { background-color: rgb(245,141,172); }
div.DivClassName
{
background-color: #F58DAC;
}
.BgClassName
{
background-color: #F58DAC;
}
</style>
border-color css
<style>
span { border-color: #F58DAC; }
span { border-color: rgb(245,141,172); }
td.TdClassName
{
border-color: #F58DAC;
}
.TagClassName
{
border-color: #F58DAC;
}
</style>