Shades of Mauvelous #F695AA
Tints of Mauvelous #F695AA
RGB
CMYK
RGB Variations
Color information
#F695AA (or 0xF695AA) is known color: Mauvelous. HEX triplet: F6, 95 and AA. RGB value is (246,149,170). Sum of RGB (Red+Green+Blue) = 246+149+170=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 149 (58.59% from 255 or 26.37% from 565); Blue value is 170 (66.80% from 255 or 30.09% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F695AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F695AA is #096A55. Grayscale: #B4B4B4. Windows color (decimal): -617046 or 11179510. OLE color: 11179510.
HSL color Cylindrical-coordinate representation of color #F695AA: hue angle of 347.01º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F695AA is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 149 | 170 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.04 |
| HSL | 347.01º | 0.84% | 0.77% | - |
| HSV(B) | 347.01º | 0.39% | 0.96% | - |
| XYZ | 56.01 | 43.99 | 43.57 | - |
| YUV | 180.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 149 | 170 | 0 | 0.39 | 0.31 | 0.04 | 347.01 | 0.84 | 0.77 |
| Hex | F6 | 95 | AA | 0 | 27 | 1F | 4 | 15B | 54 | 4D |
| Octal | 366 | 225 | 252 | 0 | 47 | 37 | 4 | 533 | 124 | 115 |
| Binary | 11110110 | 10010101 | 10101010 | 0 | 100111 | 11111 | 100 | 101011011 | 1010100 | 1001101 |
Color Harmonies of #F695AA
Complementary color
Monochromatic Colors of #F695AA
Black with #F695AA
Text Example
Text Example
White with #F695AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F695AA; }
p { color: rgb(246,149,170); }
H1.HeaderClassName
{
color: #F695AA;
}
.AnyTagClassName
{
color: #F695AA;
}
</style>
background-color css
<style>
a { background-color: #F695AA; }
a { background-color: rgb(246,149,170); }
div.DivClassName
{
background-color: #F695AA;
}
.BgClassName
{
background-color: #F695AA;
}
</style>
border-color css
<style>
span { border-color: #F695AA; }
span { border-color: rgb(246,149,170); }
td.TdClassName
{
border-color: #F695AA;
}
.TagClassName
{
border-color: #F695AA;
}
</style>