Shades of Mauvelous #F58BA4
Tints of Mauvelous #F58BA4
RGB
CMYK
RGB Variations
Color information
#F58BA4 (or 0xF58BA4) is known color: Mauvelous. HEX triplet: F5, 8B and A4. RGB value is (245,139,164). Sum of RGB (Red+Green+Blue) = 245+139+164=548 (72% of max value = 765). Red value is 245 (96.09% from 255 or 44.71% from 548); Green value is 139 (54.69% from 255 or 25.36% from 548); Blue value is 164 (64.45% from 255 or 29.93% from 548); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BA4 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58BA4 is #0A745B. Grayscale: #ADADAD. Windows color (decimal): -685148 or 10783733. OLE color: 10783733.
HSL color Cylindrical-coordinate representation of color #F58BA4: hue angle of 345.85º 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 #F58BA4 is Cyan = 0, Magento = 0.43, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 164 | - |
| CMYK | 0 | 0.43 | 0.33 | 0.04 |
| HSL | 345.85º | 0.84% | 0.75% | - |
| HSV(B) | 345.85º | 0.43% | 0.96% | - |
| XYZ | 53.59 | 40.56 | 40.13 | - |
| YUV | 173.54 | 122.62 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 164 | 0 | 0.43 | 0.33 | 0.04 | 345.85 | 0.84 | 0.75 |
| Hex | F5 | 8B | A4 | 0 | 2B | 21 | 4 | 15A | 54 | 4B |
| Octal | 365 | 213 | 244 | 0 | 53 | 41 | 4 | 532 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10100100 | 0 | 101011 | 100001 | 100 | 101011010 | 1010100 | 1001011 |
Color Harmonies of #F58BA4
Complementary color
Monochromatic Colors of #F58BA4
Black with #F58BA4
Text Example
Text Example
White with #F58BA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BA4; }
p { color: rgb(245,139,164); }
H1.HeaderClassName
{
color: #F58BA4;
}
.AnyTagClassName
{
color: #F58BA4;
}
</style>
background-color css
<style>
a { background-color: #F58BA4; }
a { background-color: rgb(245,139,164); }
div.DivClassName
{
background-color: #F58BA4;
}
.BgClassName
{
background-color: #F58BA4;
}
</style>
border-color css
<style>
span { border-color: #F58BA4; }
span { border-color: rgb(245,139,164); }
td.TdClassName
{
border-color: #F58BA4;
}
.TagClassName
{
border-color: #F58BA4;
}
</style>