Shades of Mauvelous #F58FAC
Tints of Mauvelous #F58FAC
RGB
CMYK
RGB Variations
Color information
#F58FAC (or 0xF58FAC) is known color: Mauvelous. HEX triplet: F5, 8F and AC. RGB value is (245,143,172). Sum of RGB (Red+Green+Blue) = 245+143+172=560 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.75% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 245 - color contains mainly: red. Hex color #F58FAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F58FAC is #0A7053. Grayscale: #B0B0B0. Windows color (decimal): -684116 or 11309045. OLE color: 11309045.
HSL color Cylindrical-coordinate representation of color #F58FAC: hue angle of 342.94º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F58FAC is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 143 | 172 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.04 |
| HSL | 342.94º | 0.84% | 0.76% | - |
| HSV(B) | 342.94º | 0.42% | 0.96% | - |
| XYZ | 54.93 | 42.04 | 44.25 | - |
| YUV | 176.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 143 | 172 | 0 | 0.42 | 0.30 | 0.04 | 342.94 | 0.84 | 0.76 |
| Hex | F5 | 8F | AC | 0 | 2A | 1E | 4 | 157 | 54 | 4C |
| Octal | 365 | 217 | 254 | 0 | 52 | 36 | 4 | 527 | 124 | 114 |
| Binary | 11110101 | 10001111 | 10101100 | 0 | 101010 | 11110 | 100 | 101010111 | 1010100 | 1001100 |
Color Harmonies of #F58FAC
Complementary color
Monochromatic Colors of #F58FAC
Black with #F58FAC
Text Example
Text Example
White with #F58FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F58FAC; }
p { color: rgb(245,143,172); }
H1.HeaderClassName
{
color: #F58FAC;
}
.AnyTagClassName
{
color: #F58FAC;
}
</style>
background-color css
<style>
a { background-color: #F58FAC; }
a { background-color: rgb(245,143,172); }
div.DivClassName
{
background-color: #F58FAC;
}
.BgClassName
{
background-color: #F58FAC;
}
</style>
border-color css
<style>
span { border-color: #F58FAC; }
span { border-color: rgb(245,143,172); }
td.TdClassName
{
border-color: #F58FAC;
}
.TagClassName
{
border-color: #F58FAC;
}
</style>