Shades of Mauvelous #F58CA2
Tints of Mauvelous #F58CA2
RGB
CMYK
RGB Variations
Color information
#F58CA2 (or 0xF58CA2) is known color: Mauvelous. HEX triplet: F5, 8C and A2. RGB value is (245,140,162). Sum of RGB (Red+Green+Blue) = 245+140+162=547 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.79% from 547); Green value is 140 (55.08% from 255 or 25.59% from 547); Blue value is 162 (63.67% from 255 or 29.62% from 547); Max value from RGB is 245 - color contains mainly: red. Hex color #F58CA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58CA2 is #0A735D. Grayscale: #ADADAD. Windows color (decimal): -684894 or 10652917. OLE color: 10652917.
HSL color Cylindrical-coordinate representation of color #F58CA2: hue angle of 347.43º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F58CA2 is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 140 | 162 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.04 |
| HSL | 347.43º | 0.84% | 0.75% | - |
| HSV(B) | 347.43º | 0.43% | 0.96% | - |
| XYZ | 53.56 | 40.78 | 39.23 | - |
| YUV | 173.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 140 | 162 | 0 | 0.43 | 0.34 | 0.04 | 347.43 | 0.84 | 0.75 |
| Hex | F5 | 8C | A2 | 0 | 2B | 22 | 4 | 15B | 54 | 4B |
| Octal | 365 | 214 | 242 | 0 | 53 | 42 | 4 | 533 | 124 | 113 |
| Binary | 11110101 | 10001100 | 10100010 | 0 | 101011 | 100010 | 100 | 101011011 | 1010100 | 1001011 |
Color Harmonies of #F58CA2
Complementary color
Monochromatic Colors of #F58CA2
Black with #F58CA2
Text Example
Text Example
White with #F58CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58CA2; }
p { color: rgb(245,140,162); }
H1.HeaderClassName
{
color: #F58CA2;
}
.AnyTagClassName
{
color: #F58CA2;
}
</style>
background-color css
<style>
a { background-color: #F58CA2; }
a { background-color: rgb(245,140,162); }
div.DivClassName
{
background-color: #F58CA2;
}
.BgClassName
{
background-color: #F58CA2;
}
</style>
border-color css
<style>
span { border-color: #F58CA2; }
span { border-color: rgb(245,140,162); }
td.TdClassName
{
border-color: #F58CA2;
}
.TagClassName
{
border-color: #F58CA2;
}
</style>