Shades of Mauvelous #F58DAB
Tints of Mauvelous #F58DAB
RGB
CMYK
RGB Variations
Color information
#F58DAB (or 0xF58DAB) is known color: Mauvelous. HEX triplet: F5, 8D and AB. RGB value is (245,141,171). Sum of RGB (Red+Green+Blue) = 245+141+171=557 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.99% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 171 (67.19% from 255 or 30.70% from 557); Max value from RGB is 245 - color contains mainly: red. Hex color #F58DAB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58DAB is #0A7254. Grayscale: #AFAFAF. Windows color (decimal): -684629 or 11242997. OLE color: 11242997.
HSL color Cylindrical-coordinate representation of color #F58DAB: hue angle of 342.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 #F58DAB is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 141 | 171 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.04 |
| HSL | 342.69º | 0.84% | 0.76% | - |
| HSV(B) | 342.69º | 0.42% | 0.96% | - |
| XYZ | 54.53 | 41.4 | 43.65 | - |
| YUV | 175.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 141 | 171 | 0 | 0.42 | 0.30 | 0.04 | 342.69 | 0.84 | 0.76 |
| Hex | F5 | 8D | AB | 0 | 2A | 1E | 4 | 157 | 54 | 4C |
| Octal | 365 | 215 | 253 | 0 | 52 | 36 | 4 | 527 | 124 | 114 |
| Binary | 11110101 | 10001101 | 10101011 | 0 | 101010 | 11110 | 100 | 101010111 | 1010100 | 1001100 |
Color Harmonies of #F58DAB
Complementary color
Monochromatic Colors of #F58DAB
Black with #F58DAB
Text Example
Text Example
White with #F58DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58DAB; }
p { color: rgb(245,141,171); }
H1.HeaderClassName
{
color: #F58DAB;
}
.AnyTagClassName
{
color: #F58DAB;
}
</style>
background-color css
<style>
a { background-color: #F58DAB; }
a { background-color: rgb(245,141,171); }
div.DivClassName
{
background-color: #F58DAB;
}
.BgClassName
{
background-color: #F58DAB;
}
</style>
border-color css
<style>
span { border-color: #F58DAB; }
span { border-color: rgb(245,141,171); }
td.TdClassName
{
border-color: #F58DAB;
}
.TagClassName
{
border-color: #F58DAB;
}
</style>