Shades of Mauvelous #F690AC
Tints of Mauvelous #F690AC
RGB
CMYK
RGB Variations
Color information
#F690AC (or 0xF690AC) is known color: Mauvelous. HEX triplet: F6, 90 and AC. RGB value is (246,144,172). Sum of RGB (Red+Green+Blue) = 246+144+172=562 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.77% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 172 (67.58% from 255 or 30.60% from 562); Max value from RGB is 246 - color contains mainly: red. Hex color #F690AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690AC is #096F53. Grayscale: #B1B1B1. Windows color (decimal): -618324 or 11309302. OLE color: 11309302.
HSL color Cylindrical-coordinate representation of color #F690AC: hue angle of 343.53º 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 #F690AC is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 172 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.04 |
| HSL | 343.53º | 0.85% | 0.76% | - |
| HSV(B) | 343.53º | 0.41% | 0.96% | - |
| XYZ | 55.43 | 42.52 | 44.32 | - |
| YUV | 177.69 | 124.79 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 172 | 0 | 0.41 | 0.30 | 0.04 | 343.53 | 0.85 | 0.76 |
| Hex | F6 | 90 | AC | 0 | 29 | 1E | 4 | 158 | 55 | 4C |
| Octal | 366 | 220 | 254 | 0 | 51 | 36 | 4 | 530 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10101100 | 0 | 101001 | 11110 | 100 | 101011000 | 1010101 | 1001100 |
Color Harmonies of #F690AC
Complementary color
Monochromatic Colors of #F690AC
Black with #F690AC
Text Example
Text Example
White with #F690AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690AC; }
p { color: rgb(246,144,172); }
H1.HeaderClassName
{
color: #F690AC;
}
.AnyTagClassName
{
color: #F690AC;
}
</style>
background-color css
<style>
a { background-color: #F690AC; }
a { background-color: rgb(246,144,172); }
div.DivClassName
{
background-color: #F690AC;
}
.BgClassName
{
background-color: #F690AC;
}
</style>
border-color css
<style>
span { border-color: #F690AC; }
span { border-color: rgb(246,144,172); }
td.TdClassName
{
border-color: #F690AC;
}
.TagClassName
{
border-color: #F690AC;
}
</style>