Shades of Mauvelous #F696AA
Tints of Mauvelous #F696AA
RGB
CMYK
RGB Variations
Color information
#F696AA (or 0xF696AA) is known color: Mauvelous. HEX triplet: F6, 96 and AA. RGB value is (246,150,170). Sum of RGB (Red+Green+Blue) = 246+150+170=566 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.46% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 246 - color contains mainly: red. Hex color #F696AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F696AA is #096955. Grayscale: #B5B5B5. Windows color (decimal): -616790 or 11179766. OLE color: 11179766.
HSL color Cylindrical-coordinate representation of color #F696AA: hue angle of 347.5º 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 #F696AA is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 150 | 170 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.04 |
| HSL | 347.5º | 0.84% | 0.78% | - |
| HSV(B) | 347.5º | 0.39% | 0.96% | - |
| XYZ | 56.17 | 44.31 | 43.62 | - |
| YUV | 180.98 | 121.8 | 174.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 150 | 170 | 0 | 0.39 | 0.31 | 0.04 | 347.5 | 0.84 | 0.78 |
| Hex | F6 | 96 | AA | 0 | 27 | 1F | 4 | 15C | 54 | 4E |
| Octal | 366 | 226 | 252 | 0 | 47 | 37 | 4 | 534 | 124 | 116 |
| Binary | 11110110 | 10010110 | 10101010 | 0 | 100111 | 11111 | 100 | 101011100 | 1010100 | 1001110 |
Color Harmonies of #F696AA
Complementary color
Monochromatic Colors of #F696AA
Black with #F696AA
Text Example
Text Example
White with #F696AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F696AA; }
p { color: rgb(246,150,170); }
H1.HeaderClassName
{
color: #F696AA;
}
.AnyTagClassName
{
color: #F696AA;
}
</style>
background-color css
<style>
a { background-color: #F696AA; }
a { background-color: rgb(246,150,170); }
div.DivClassName
{
background-color: #F696AA;
}
.BgClassName
{
background-color: #F696AA;
}
</style>
border-color css
<style>
span { border-color: #F696AA; }
span { border-color: rgb(246,150,170); }
td.TdClassName
{
border-color: #F696AA;
}
.TagClassName
{
border-color: #F696AA;
}
</style>