Shades of Mauvelous #F696A6
Tints of Mauvelous #F696A6
RGB
CMYK
RGB Variations
Color information
#F696A6 (or 0xF696A6) is known color: Mauvelous. HEX triplet: F6, 96 and A6. RGB value is (246,150,166). Sum of RGB (Red+Green+Blue) = 246+150+166=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F696A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696A6 is #096959. Grayscale: #B4B4B4. Windows color (decimal): -616794 or 10917622. OLE color: 10917622.
HSL color Cylindrical-coordinate representation of color #F696A6: hue angle of 350º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F696A6 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 166 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.04 |
| HSL | 350º | 0.84% | 0.78% | - |
| HSV(B) | 350º | 0.39% | 0.96% | - |
| XYZ | 55.8 | 44.16 | 41.66 | - |
| YUV | 180.53 | 119.8 | 174.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 166 | 0 | 0.39 | 0.33 | 0.04 | 350 | 0.84 | 0.78 |
| Hex | F6 | 96 | A6 | 0 | 27 | 21 | 4 | 15E | 54 | 4E |
| Octal | 366 | 226 | 246 | 0 | 47 | 41 | 4 | 536 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10100110 | 0 | 100111 | 100001 | 100 | 101011110 | 1010100 | 1001110 |
Color Harmonies of #F696A6
Complementary color
Monochromatic Colors of #F696A6
Black with #F696A6
Text Example
Text Example
White with #F696A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696A6; }
p { color: rgb(246,150,166); }
H1.HeaderClassName
{
color: #F696A6;
}
.AnyTagClassName
{
color: #F696A6;
}
</style>
background-color css
<style>
a { background-color: #F696A6; }
a { background-color: rgb(246,150,166); }
div.DivClassName
{
background-color: #F696A6;
}
.BgClassName
{
background-color: #F696A6;
}
</style>
border-color css
<style>
span { border-color: #F696A6; }
span { border-color: rgb(246,150,166); }
td.TdClassName
{
border-color: #F696A6;
}
.TagClassName
{
border-color: #F696A6;
}
</style>