Shades of Mauvelous #F68AAA
Tints of Mauvelous #F68AAA
RGB
CMYK
RGB Variations
Color information
#F68AAA (or 0xF68AAA) is known color: Mauvelous. HEX triplet: F6, 8A and AA. RGB value is (246,138,170). Sum of RGB (Red+Green+Blue) = 246+138+170=554 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.40% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 170 (66.80% from 255 or 30.69% from 554); Max value from RGB is 246 - color contains mainly: red. Hex color #F68AAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F68AAA is #097555. Grayscale: #ADADAD. Windows color (decimal): -619862 or 11176694. OLE color: 11176694.
HSL color Cylindrical-coordinate representation of color #F68AAA: hue angle of 342.22º 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 #F68AAA is Cyan = 0, Magento = 0.44, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 138 | 170 | - |
| CMYK | 0 | 0.44 | 0.31 | 0.04 |
| HSL | 342.22º | 0.86% | 0.75% | - |
| HSV(B) | 342.22º | 0.44% | 0.96% | - |
| XYZ | 54.35 | 40.67 | 43.02 | - |
| YUV | 173.94 | 125.78 | 179.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 138 | 170 | 0 | 0.44 | 0.31 | 0.04 | 342.22 | 0.86 | 0.75 |
| Hex | F6 | 8A | AA | 0 | 2C | 1F | 4 | 156 | 56 | 4B |
| Octal | 366 | 212 | 252 | 0 | 54 | 37 | 4 | 526 | 126 | 113 |
| Binary | 11110110 | 10001010 | 10101010 | 0 | 101100 | 11111 | 100 | 101010110 | 1010110 | 1001011 |
Color Harmonies of #F68AAA
Complementary color
Monochromatic Colors of #F68AAA
Black with #F68AAA
Text Example
Text Example
White with #F68AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68AAA; }
p { color: rgb(246,138,170); }
H1.HeaderClassName
{
color: #F68AAA;
}
.AnyTagClassName
{
color: #F68AAA;
}
</style>
background-color css
<style>
a { background-color: #F68AAA; }
a { background-color: rgb(246,138,170); }
div.DivClassName
{
background-color: #F68AAA;
}
.BgClassName
{
background-color: #F68AAA;
}
</style>
border-color css
<style>
span { border-color: #F68AAA; }
span { border-color: rgb(246,138,170); }
td.TdClassName
{
border-color: #F68AAA;
}
.TagClassName
{
border-color: #F68AAA;
}
</style>