Shades of Mauvelous #F68AAC
Tints of Mauvelous #F68AAC
RGB
CMYK
RGB Variations
Color information
#F68AAC (or 0xF68AAC) is known color: Mauvelous. HEX triplet: F6, 8A and AC. RGB value is (246,138,172). Sum of RGB (Red+Green+Blue) = 246+138+172=556 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.24% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 172 (67.58% from 255 or 30.94% from 556); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68AAC is #097553. Grayscale: #AEAEAE. Windows color (decimal): -619860 or 11307766. OLE color: 11307766.
HSL color Cylindrical-coordinate representation of color #F68AAC: hue angle of 341.11º degrees, saturation: 0.86, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F68AAC is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 172 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.04 |
| HSL | 341.11º | 0.86% | 0.75% | - |
| HSV(B) | 341.11º | 0.44% | 0.96% | - |
| XYZ | 54.54 | 40.75 | 44.02 | - |
| YUV | 174.17 | 126.78 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 172 | 0 | 0.44 | 0.30 | 0.04 | 341.11 | 0.86 | 0.75 |
| Hex | F6 | 8A | AC | 0 | 2C | 1E | 4 | 155 | 56 | 4B |
| Octal | 366 | 212 | 254 | 0 | 54 | 36 | 4 | 525 | 126 | 113 |
| Binary | 11110110 | 10001010 | 10101100 | 0 | 101100 | 11110 | 100 | 101010101 | 1010110 | 1001011 |
Color Harmonies of #F68AAC
Complementary color
Monochromatic Colors of #F68AAC
Black with #F68AAC
Text Example
Text Example
White with #F68AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AAC; }
p { color: rgb(246,138,172); }
H1.HeaderClassName
{
color: #F68AAC;
}
.AnyTagClassName
{
color: #F68AAC;
}
</style>
background-color css
<style>
a { background-color: #F68AAC; }
a { background-color: rgb(246,138,172); }
div.DivClassName
{
background-color: #F68AAC;
}
.BgClassName
{
background-color: #F68AAC;
}
</style>
border-color css
<style>
span { border-color: #F68AAC; }
span { border-color: rgb(246,138,172); }
td.TdClassName
{
border-color: #F68AAC;
}
.TagClassName
{
border-color: #F68AAC;
}
</style>