Shades of Mauvelous #F68EAC
Tints of Mauvelous #F68EAC
RGB
CMYK
RGB Variations
Color information
#F68EAC (or 0xF68EAC) is known color: Mauvelous. HEX triplet: F6, 8E and AC. RGB value is (246,142,172). Sum of RGB (Red+Green+Blue) = 246+142+172=560 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.93% from 560); Green value is 142 (55.86% from 255 or 25.36% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 246 - color contains mainly: red. Hex color #F68EAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68EAC is #097153. Grayscale: #B0B0B0. Windows color (decimal): -618836 or 11308790. OLE color: 11308790.
HSL color Cylindrical-coordinate representation of color #F68EAC: hue angle of 342.69º degrees, saturation: 0.85, 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 #F68EAC is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 142 | 172 | - |
| CMYK | 0 | 0.42 | 0.30 | 0.04 |
| HSL | 342.69º | 0.85% | 0.76% | - |
| HSV(B) | 342.69º | 0.42% | 0.96% | - |
| XYZ | 55.13 | 41.92 | 44.22 | - |
| YUV | 176.52 | 125.46 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 142 | 172 | 0 | 0.42 | 0.30 | 0.04 | 342.69 | 0.85 | 0.76 |
| Hex | F6 | 8E | AC | 0 | 2A | 1E | 4 | 157 | 55 | 4C |
| Octal | 366 | 216 | 254 | 0 | 52 | 36 | 4 | 527 | 125 | 114 |
| Binary | 11110110 | 10001110 | 10101100 | 0 | 101010 | 11110 | 100 | 101010111 | 1010101 | 1001100 |
Color Harmonies of #F68EAC
Complementary color
Monochromatic Colors of #F68EAC
Black with #F68EAC
Text Example
Text Example
White with #F68EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68EAC; }
p { color: rgb(246,142,172); }
H1.HeaderClassName
{
color: #F68EAC;
}
.AnyTagClassName
{
color: #F68EAC;
}
</style>
background-color css
<style>
a { background-color: #F68EAC; }
a { background-color: rgb(246,142,172); }
div.DivClassName
{
background-color: #F68EAC;
}
.BgClassName
{
background-color: #F68EAC;
}
</style>
border-color css
<style>
span { border-color: #F68EAC; }
span { border-color: rgb(246,142,172); }
td.TdClassName
{
border-color: #F68EAC;
}
.TagClassName
{
border-color: #F68EAC;
}
</style>