Shades of Mauvelous #F690A5
Tints of Mauvelous #F690A5
RGB
CMYK
RGB Variations
Color information
#F690A5 (or 0xF690A5) is known color: Mauvelous. HEX triplet: F6, 90 and A5. RGB value is (246,144,165). Sum of RGB (Red+Green+Blue) = 246+144+165=555 (73% of max value = 765). Red value is 246 (96.48% from 255 or 44.32% from 555); Green value is 144 (56.64% from 255 or 25.95% from 555); Blue value is 165 (64.84% from 255 or 29.73% from 555); Max value from RGB is 246 - color contains mainly: red. Hex color #F690A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690A5 is #096F5A. Grayscale: #B0B0B0. Windows color (decimal): -618331 or 10850550. OLE color: 10850550.
HSL color Cylindrical-coordinate representation of color #F690A5: hue angle of 347.65º 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 #F690A5 is Cyan = 0, Magento = 0.41, Yellow = 0.33 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 165 | - |
| CMYK | 0 | 0.41 | 0.33 | 0.04 |
| HSL | 347.65º | 0.85% | 0.76% | - |
| HSV(B) | 347.65º | 0.41% | 0.96% | - |
| XYZ | 54.77 | 42.26 | 40.87 | - |
| YUV | 176.89 | 121.29 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 165 | 0 | 0.41 | 0.33 | 0.04 | 347.65 | 0.85 | 0.76 |
| Hex | F6 | 90 | A5 | 0 | 29 | 21 | 4 | 15C | 55 | 4C |
| Octal | 366 | 220 | 245 | 0 | 51 | 41 | 4 | 534 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10100101 | 0 | 101001 | 100001 | 100 | 101011100 | 1010101 | 1001100 |
Color Harmonies of #F690A5
Complementary color
Monochromatic Colors of #F690A5
Black with #F690A5
Text Example
Text Example
White with #F690A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690A5; }
p { color: rgb(246,144,165); }
H1.HeaderClassName
{
color: #F690A5;
}
.AnyTagClassName
{
color: #F690A5;
}
</style>
background-color css
<style>
a { background-color: #F690A5; }
a { background-color: rgb(246,144,165); }
div.DivClassName
{
background-color: #F690A5;
}
.BgClassName
{
background-color: #F690A5;
}
</style>
border-color css
<style>
span { border-color: #F690A5; }
span { border-color: rgb(246,144,165); }
td.TdClassName
{
border-color: #F690A5;
}
.TagClassName
{
border-color: #F690A5;
}
</style>