Shades of Mauvelous #F692AA
Tints of Mauvelous #F692AA
RGB
CMYK
RGB Variations
Color information
#F692AA (or 0xF692AA) is known color: Mauvelous. HEX triplet: F6, 92 and AA. RGB value is (246,146,170). Sum of RGB (Red+Green+Blue) = 246+146+170=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F692AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F692AA is #096D55. Grayscale: #B2B2B2. Windows color (decimal): -617814 or 11178742. OLE color: 11178742.
HSL color Cylindrical-coordinate representation of color #F692AA: hue angle of 345.6º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F692AA is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 170 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.04 |
| HSL | 345.6º | 0.85% | 0.77% | - |
| HSV(B) | 345.6º | 0.41% | 0.96% | - |
| XYZ | 55.54 | 43.05 | 43.41 | - |
| YUV | 178.64 | 123.13 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 170 | 0 | 0.41 | 0.31 | 0.04 | 345.6 | 0.85 | 0.77 |
| Hex | F6 | 92 | AA | 0 | 29 | 1F | 4 | 15A | 55 | 4D |
| Octal | 366 | 222 | 252 | 0 | 51 | 37 | 4 | 532 | 125 | 115 |
| Binary | 11110110 | 10010010 | 10101010 | 0 | 101001 | 11111 | 100 | 101011010 | 1010101 | 1001101 |
Color Harmonies of #F692AA
Complementary color
Monochromatic Colors of #F692AA
Black with #F692AA
Text Example
Text Example
White with #F692AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692AA; }
p { color: rgb(246,146,170); }
H1.HeaderClassName
{
color: #F692AA;
}
.AnyTagClassName
{
color: #F692AA;
}
</style>
background-color css
<style>
a { background-color: #F692AA; }
a { background-color: rgb(246,146,170); }
div.DivClassName
{
background-color: #F692AA;
}
.BgClassName
{
background-color: #F692AA;
}
</style>
border-color css
<style>
span { border-color: #F692AA; }
span { border-color: rgb(246,146,170); }
td.TdClassName
{
border-color: #F692AA;
}
.TagClassName
{
border-color: #F692AA;
}
</style>