Shades of Mauvelous #F594AC
Tints of Mauvelous #F594AC
RGB
CMYK
RGB Variations
Color information
#F594AC (or 0xF594AC) is known color: Mauvelous. HEX triplet: F5, 94 and AC. RGB value is (245,148,172). Sum of RGB (Red+Green+Blue) = 245+148+172=565 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.36% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 245 - color contains mainly: red. Hex color #F594AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F594AC is #0A6B53. Grayscale: #B3B3B3. Windows color (decimal): -682836 or 11310325. OLE color: 11310325.
HSL color Cylindrical-coordinate representation of color #F594AC: hue angle of 345.15º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F594AC is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 148 | 172 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.04 |
| HSL | 345.15º | 0.83% | 0.77% | - |
| HSV(B) | 345.15º | 0.4% | 0.96% | - |
| XYZ | 55.69 | 43.57 | 44.5 | - |
| YUV | 179.74 | 123.64 | 174.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 148 | 172 | 0 | 0.40 | 0.30 | 0.04 | 345.15 | 0.83 | 0.77 |
| Hex | F5 | 94 | AC | 0 | 28 | 1E | 4 | 159 | 53 | 4D |
| Octal | 365 | 224 | 254 | 0 | 50 | 36 | 4 | 531 | 123 | 115 |
| Binary | 11110101 | 10010100 | 10101100 | 0 | 101000 | 11110 | 100 | 101011001 | 1010011 | 1001101 |
Color Harmonies of #F594AC
Complementary color
Monochromatic Colors of #F594AC
Black with #F594AC
Text Example
Text Example
White with #F594AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F594AC; }
p { color: rgb(245,148,172); }
H1.HeaderClassName
{
color: #F594AC;
}
.AnyTagClassName
{
color: #F594AC;
}
</style>
background-color css
<style>
a { background-color: #F594AC; }
a { background-color: rgb(245,148,172); }
div.DivClassName
{
background-color: #F594AC;
}
.BgClassName
{
background-color: #F594AC;
}
</style>
border-color css
<style>
span { border-color: #F594AC; }
span { border-color: rgb(245,148,172); }
td.TdClassName
{
border-color: #F594AC;
}
.TagClassName
{
border-color: #F594AC;
}
</style>