Shades of Mauvelous #F694AB
Tints of Mauvelous #F694AB
RGB
CMYK
RGB Variations
Color information
#F694AB (or 0xF694AB) is known color: Mauvelous. HEX triplet: F6, 94 and AB. RGB value is (246,148,171). Sum of RGB (Red+Green+Blue) = 246+148+171=565 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.54% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 246 - color contains mainly: red. Hex color #F694AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F694AB is #096B54. Grayscale: #B3B3B3. Windows color (decimal): -617301 or 11244790. OLE color: 11244790.
HSL color Cylindrical-coordinate representation of color #F694AB: hue angle of 345.92º degrees, saturation: 0.84, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F694AB is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 148 | 171 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.04 |
| HSL | 345.92º | 0.84% | 0.77% | - |
| HSV(B) | 345.92º | 0.4% | 0.96% | - |
| XYZ | 55.95 | 43.71 | 44.02 | - |
| YUV | 179.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 148 | 171 | 0 | 0.40 | 0.30 | 0.04 | 345.92 | 0.84 | 0.77 |
| Hex | F6 | 94 | AB | 0 | 28 | 1E | 4 | 15A | 54 | 4D |
| Octal | 366 | 224 | 253 | 0 | 50 | 36 | 4 | 532 | 124 | 115 |
| Binary | 11110110 | 10010100 | 10101011 | 0 | 101000 | 11110 | 100 | 101011010 | 1010100 | 1001101 |
Color Harmonies of #F694AB
Complementary color
Monochromatic Colors of #F694AB
Black with #F694AB
Text Example
Text Example
White with #F694AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F694AB; }
p { color: rgb(246,148,171); }
H1.HeaderClassName
{
color: #F694AB;
}
.AnyTagClassName
{
color: #F694AB;
}
</style>
background-color css
<style>
a { background-color: #F694AB; }
a { background-color: rgb(246,148,171); }
div.DivClassName
{
background-color: #F694AB;
}
.BgClassName
{
background-color: #F694AB;
}
</style>
border-color css
<style>
span { border-color: #F694AB; }
span { border-color: rgb(246,148,171); }
td.TdClassName
{
border-color: #F694AB;
}
.TagClassName
{
border-color: #F694AB;
}
</style>