Shades of Mauvelous #F58AAA
Tints of Mauvelous #F58AAA
RGB
CMYK
RGB Variations
Color information
#F58AAA (or 0xF58AAA) is known color: Mauvelous. HEX triplet: F5, 8A and AA. RGB value is (245,138,170). Sum of RGB (Red+Green+Blue) = 245+138+170=553 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.30% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 245 - color contains mainly: red. Hex color #F58AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58AAA is #0A7555. Grayscale: #ADADAD. Windows color (decimal): -685398 or 11176693. OLE color: 11176693.
HSL color Cylindrical-coordinate representation of color #F58AAA: hue angle of 342.06º 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 #F58AAA is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 138 | 170 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.04 |
| HSL | 342.06º | 0.84% | 0.75% | - |
| HSV(B) | 342.06º | 0.44% | 0.96% | - |
| XYZ | 54 | 40.49 | 43 | - |
| YUV | 173.64 | 125.95 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 138 | 170 | 0 | 0.44 | 0.31 | 0.04 | 342.06 | 0.84 | 0.75 |
| Hex | F5 | 8A | AA | 0 | 2C | 1F | 4 | 156 | 54 | 4B |
| Octal | 365 | 212 | 252 | 0 | 54 | 37 | 4 | 526 | 124 | 113 |
| Binary | 11110101 | 10001010 | 10101010 | 0 | 101100 | 11111 | 100 | 101010110 | 1010100 | 1001011 |
Color Harmonies of #F58AAA
Complementary color
Monochromatic Colors of #F58AAA
Black with #F58AAA
Text Example
Text Example
White with #F58AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58AAA; }
p { color: rgb(245,138,170); }
H1.HeaderClassName
{
color: #F58AAA;
}
.AnyTagClassName
{
color: #F58AAA;
}
</style>
background-color css
<style>
a { background-color: #F58AAA; }
a { background-color: rgb(245,138,170); }
div.DivClassName
{
background-color: #F58AAA;
}
.BgClassName
{
background-color: #F58AAA;
}
</style>
border-color css
<style>
span { border-color: #F58AAA; }
span { border-color: rgb(245,138,170); }
td.TdClassName
{
border-color: #F58AAA;
}
.TagClassName
{
border-color: #F58AAA;
}
</style>