Shades of Mauvelous #F58FAA
Tints of Mauvelous #F58FAA
RGB
CMYK
RGB Variations
Color information
#F58FAA (or 0xF58FAA) is known color: Mauvelous. HEX triplet: F5, 8F and AA. RGB value is (245,143,170). Sum of RGB (Red+Green+Blue) = 245+143+170=558 (73% of max value = 765). Red value is 245 (96.09% from 255 or 43.91% from 558); Green value is 143 (56.25% from 255 or 25.63% from 558); Blue value is 170 (66.80% from 255 or 30.47% from 558); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58FAA is #0A7055. Grayscale: #B0B0B0. Windows color (decimal): -684118 or 11177973. OLE color: 11177973.
HSL color Cylindrical-coordinate representation of color #F58FAA: hue angle of 344.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 #F58FAA is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 170 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.04 |
| HSL | 344.12º | 0.84% | 0.76% | - |
| HSV(B) | 344.12º | 0.42% | 0.96% | - |
| XYZ | 54.73 | 41.96 | 43.24 | - |
| YUV | 176.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 170 | 0 | 0.42 | 0.31 | 0.04 | 344.12 | 0.84 | 0.76 |
| Hex | F5 | 8F | AA | 0 | 2A | 1F | 4 | 158 | 54 | 4C |
| Octal | 365 | 217 | 252 | 0 | 52 | 37 | 4 | 530 | 124 | 114 |
| Binary | 11110101 | 10001111 | 10101010 | 0 | 101010 | 11111 | 100 | 101011000 | 1010100 | 1001100 |
Color Harmonies of #F58FAA
Complementary color
Monochromatic Colors of #F58FAA
Black with #F58FAA
Text Example
Text Example
White with #F58FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FAA; }
p { color: rgb(245,143,170); }
H1.HeaderClassName
{
color: #F58FAA;
}
.AnyTagClassName
{
color: #F58FAA;
}
</style>
background-color css
<style>
a { background-color: #F58FAA; }
a { background-color: rgb(245,143,170); }
div.DivClassName
{
background-color: #F58FAA;
}
.BgClassName
{
background-color: #F58FAA;
}
</style>
border-color css
<style>
span { border-color: #F58FAA; }
span { border-color: rgb(245,143,170); }
td.TdClassName
{
border-color: #F58FAA;
}
.TagClassName
{
border-color: #F58FAA;
}
</style>