Shades of Mauvelous #F58BA8
Tints of Mauvelous #F58BA8
RGB
CMYK
RGB Variations
Color information
#F58BA8 (or 0xF58BA8) is known color: Mauvelous. HEX triplet: F5, 8B and A8. RGB value is (245,139,168). Sum of RGB (Red+Green+Blue) = 245+139+168=552 (73% of max value = 765). Red value is 245 (96.09% from 255 or 44.38% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 245 - color contains mainly: red. Hex color #F58BA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58BA8 is #0A7457. Grayscale: #ADADAD. Windows color (decimal): -685144 or 11045877. OLE color: 11045877.
HSL color Cylindrical-coordinate representation of color #F58BA8: hue angle of 343.58º 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 #F58BA8 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 139 | 168 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.04 |
| HSL | 343.58º | 0.84% | 0.75% | - |
| HSV(B) | 343.58º | 0.43% | 0.96% | - |
| XYZ | 53.96 | 40.7 | 42.06 | - |
| YUV | 174 | 124.62 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 139 | 168 | 0 | 0.43 | 0.31 | 0.04 | 343.58 | 0.84 | 0.75 |
| Hex | F5 | 8B | A8 | 0 | 2B | 1F | 4 | 158 | 54 | 4B |
| Octal | 365 | 213 | 250 | 0 | 53 | 37 | 4 | 530 | 124 | 113 |
| Binary | 11110101 | 10001011 | 10101000 | 0 | 101011 | 11111 | 100 | 101011000 | 1010100 | 1001011 |
Color Harmonies of #F58BA8
Complementary color
Monochromatic Colors of #F58BA8
Black with #F58BA8
Text Example
Text Example
White with #F58BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58BA8; }
p { color: rgb(245,139,168); }
H1.HeaderClassName
{
color: #F58BA8;
}
.AnyTagClassName
{
color: #F58BA8;
}
</style>
background-color css
<style>
a { background-color: #F58BA8; }
a { background-color: rgb(245,139,168); }
div.DivClassName
{
background-color: #F58BA8;
}
.BgClassName
{
background-color: #F58BA8;
}
</style>
border-color css
<style>
span { border-color: #F58BA8; }
span { border-color: rgb(245,139,168); }
td.TdClassName
{
border-color: #F58BA8;
}
.TagClassName
{
border-color: #F58BA8;
}
</style>