Shades of Mauvelous #F690A2
Tints of Mauvelous #F690A2
RGB
CMYK
RGB Variations
Color information
#F690A2 (or 0xF690A2) is known color: Mauvelous. HEX triplet: F6, 90 and A2. RGB value is (246,144,162). Sum of RGB (Red+Green+Blue) = 246+144+162=552 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.57% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 162 (63.67% from 255 or 29.35% from 552); Max value from RGB is 246 - color contains mainly: red. Hex color #F690A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690A2 is #096F5D. Grayscale: #B0B0B0. Windows color (decimal): -618334 or 10653942. OLE color: 10653942.
HSL color Cylindrical-coordinate representation of color #F690A2: hue angle of 349.41º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F690A2 is Cyan = 0, Magento = 0.41, Yellow = 0.34 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 162 | - |
| CMYK | 0 | 0.41 | 0.34 | 0.04 |
| HSL | 349.41º | 0.85% | 0.76% | - |
| HSV(B) | 349.41º | 0.41% | 0.96% | - |
| XYZ | 54.5 | 42.15 | 39.45 | - |
| YUV | 176.55 | 119.79 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 162 | 0 | 0.41 | 0.34 | 0.04 | 349.41 | 0.85 | 0.76 |
| Hex | F6 | 90 | A2 | 0 | 29 | 22 | 4 | 15D | 55 | 4C |
| Octal | 366 | 220 | 242 | 0 | 51 | 42 | 4 | 535 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10100010 | 0 | 101001 | 100010 | 100 | 101011101 | 1010101 | 1001100 |
Color Harmonies of #F690A2
Complementary color
Monochromatic Colors of #F690A2
Black with #F690A2
Text Example
Text Example
White with #F690A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690A2; }
p { color: rgb(246,144,162); }
H1.HeaderClassName
{
color: #F690A2;
}
.AnyTagClassName
{
color: #F690A2;
}
</style>
background-color css
<style>
a { background-color: #F690A2; }
a { background-color: rgb(246,144,162); }
div.DivClassName
{
background-color: #F690A2;
}
.BgClassName
{
background-color: #F690A2;
}
</style>
border-color css
<style>
span { border-color: #F690A2; }
span { border-color: rgb(246,144,162); }
td.TdClassName
{
border-color: #F690A2;
}
.TagClassName
{
border-color: #F690A2;
}
</style>