Shades of Mauvelous #F58AAD
Tints of Mauvelous #F58AAD
RGB
CMYK
RGB Variations
Color information
#F58AAD (or 0xF58AAD) is known color: Mauvelous. HEX triplet: F5, 8A and AD. RGB value is (245,138,173). Sum of RGB (Red+Green+Blue) = 245+138+173=556 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.06% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 173 (67.97% from 255 or 31.12% from 556); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AAD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58AAD is #0A7552. Grayscale: #ADADAD. Windows color (decimal): -685395 or 11373301. OLE color: 11373301.
HSL color Cylindrical-coordinate representation of color #F58AAD: hue angle of 340.37º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F58AAD is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 173 | - |
| CMYK | 0 | 0.44 | 0.29 | 0.04 |
| HSL | 340.37º | 0.84% | 0.75% | - |
| HSV(B) | 340.37º | 0.44% | 0.96% | - |
| XYZ | 54.29 | 40.61 | 44.51 | - |
| YUV | 173.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 173 | 0 | 0.44 | 0.29 | 0.04 | 340.37 | 0.84 | 0.75 |
| Hex | F5 | 8A | AD | 0 | 2C | 1D | 4 | 154 | 54 | 4B |
| Octal | 365 | 212 | 255 | 0 | 54 | 35 | 4 | 524 | 124 | 113 |
| Binary | 11110101 | 10001010 | 10101101 | 0 | 101100 | 11101 | 100 | 101010100 | 1010100 | 1001011 |
Color Harmonies of #F58AAD
Complementary color
Monochromatic Colors of #F58AAD
Black with #F58AAD
Text Example
Text Example
White with #F58AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58AAD; }
p { color: rgb(245,138,173); }
H1.HeaderClassName
{
color: #F58AAD;
}
.AnyTagClassName
{
color: #F58AAD;
}
</style>
background-color css
<style>
a { background-color: #F58AAD; }
a { background-color: rgb(245,138,173); }
div.DivClassName
{
background-color: #F58AAD;
}
.BgClassName
{
background-color: #F58AAD;
}
</style>
border-color css
<style>
span { border-color: #F58AAD; }
span { border-color: rgb(245,138,173); }
td.TdClassName
{
border-color: #F58AAD;
}
.TagClassName
{
border-color: #F58AAD;
}
</style>