Shades of Mauvelous #F692A5
Tints of Mauvelous #F692A5
RGB
CMYK
RGB Variations
Color information
#F692A5 (or 0xF692A5) is known color: Mauvelous. HEX triplet: F6, 92 and A5. RGB value is (246,146,165). Sum of RGB (Red+Green+Blue) = 246+146+165=557 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.17% from 557); Green value is 146 (57.42% from 255 or 26.21% from 557); Blue value is 165 (64.84% from 255 or 29.62% from 557); Max value from RGB is 246 - color contains mainly: red. Hex color #F692A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F692A5 is #096D5A. Grayscale: #B2B2B2. Windows color (decimal): -617819 or 10851062. OLE color: 10851062.
HSL color Cylindrical-coordinate representation of color #F692A5: hue angle of 348.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 #F692A5 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 165 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.04 |
| HSL | 348.6º | 0.85% | 0.77% | - |
| HSV(B) | 348.6º | 0.41% | 0.96% | - |
| XYZ | 55.08 | 42.87 | 40.97 | - |
| YUV | 178.07 | 120.63 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 165 | 0 | 0.41 | 0.33 | 0.04 | 348.6 | 0.85 | 0.77 |
| Hex | F6 | 92 | A5 | 0 | 29 | 21 | 4 | 15D | 55 | 4D |
| Octal | 366 | 222 | 245 | 0 | 51 | 41 | 4 | 535 | 125 | 115 |
| Binary | 11110110 | 10010010 | 10100101 | 0 | 101001 | 100001 | 100 | 101011101 | 1010101 | 1001101 |
Color Harmonies of #F692A5
Complementary color
Monochromatic Colors of #F692A5
Black with #F692A5
Text Example
Text Example
White with #F692A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F692A5; }
p { color: rgb(246,146,165); }
H1.HeaderClassName
{
color: #F692A5;
}
.AnyTagClassName
{
color: #F692A5;
}
</style>
background-color css
<style>
a { background-color: #F692A5; }
a { background-color: rgb(246,146,165); }
div.DivClassName
{
background-color: #F692A5;
}
.BgClassName
{
background-color: #F692A5;
}
</style>
border-color css
<style>
span { border-color: #F692A5; }
span { border-color: rgb(246,146,165); }
td.TdClassName
{
border-color: #F692A5;
}
.TagClassName
{
border-color: #F692A5;
}
</style>