Shades of Mauvelous #F58BA5
Tints of Mauvelous #F58BA5
RGB
CMYK
RGB Variations
Color information
#F58BA5 (or 0xF58BA5) is known color: Mauvelous. HEX triplet: F5, 8B and A5. RGB value is (245,139,165). Sum of RGB (Red+Green+Blue) = 245+139+165=549 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.63% from 549); Green value is 139 (54.69% from 255 or 25.32% from 549); Blue value is 165 (64.84% from 255 or 30.05% from 549); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BA5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58BA5 is #0A745A. Grayscale: #ADADAD. Windows color (decimal): -685147 or 10849269. OLE color: 10849269.
HSL color Cylindrical-coordinate representation of color #F58BA5: hue angle of 345.28º 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 #F58BA5 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 165 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.04 |
| HSL | 345.28º | 0.84% | 0.75% | - |
| HSV(B) | 345.28º | 0.43% | 0.96% | - |
| XYZ | 53.68 | 40.59 | 40.6 | - |
| YUV | 173.66 | 123.12 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 165 | 0 | 0.43 | 0.33 | 0.04 | 345.28 | 0.84 | 0.75 |
| Hex | F5 | 8B | A5 | 0 | 2B | 21 | 4 | 159 | 54 | 4B |
| Octal | 365 | 213 | 245 | 0 | 53 | 41 | 4 | 531 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10100101 | 0 | 101011 | 100001 | 100 | 101011001 | 1010100 | 1001011 |
Color Harmonies of #F58BA5
Complementary color
Monochromatic Colors of #F58BA5
Black with #F58BA5
Text Example
Text Example
White with #F58BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BA5; }
p { color: rgb(245,139,165); }
H1.HeaderClassName
{
color: #F58BA5;
}
.AnyTagClassName
{
color: #F58BA5;
}
</style>
background-color css
<style>
a { background-color: #F58BA5; }
a { background-color: rgb(245,139,165); }
div.DivClassName
{
background-color: #F58BA5;
}
.BgClassName
{
background-color: #F58BA5;
}
</style>
border-color css
<style>
span { border-color: #F58BA5; }
span { border-color: rgb(245,139,165); }
td.TdClassName
{
border-color: #F58BA5;
}
.TagClassName
{
border-color: #F58BA5;
}
</style>