Shades of Mauvelous #F690AB
Tints of Mauvelous #F690AB
RGB
CMYK
RGB Variations
Color information
#F690AB (or 0xF690AB) is known color: Mauvelous. HEX triplet: F6, 90 and AB. RGB value is (246,144,171). Sum of RGB (Red+Green+Blue) = 246+144+171=561 (74% of max value = 765). Red value is 246 (96.48% from 255 or 43.85% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 171 (67.19% from 255 or 30.48% from 561); Max value from RGB is 246 - color contains mainly: red. Hex color #F690AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F690AB is #096F54. Grayscale: #B1B1B1. Windows color (decimal): -618325 or 11243766. OLE color: 11243766.
HSL color Cylindrical-coordinate representation of color #F690AB: hue angle of 344.12º 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 #F690AB is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 171 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.04 |
| HSL | 344.12º | 0.85% | 0.76% | - |
| HSV(B) | 344.12º | 0.41% | 0.96% | - |
| XYZ | 55.33 | 42.48 | 43.81 | - |
| YUV | 177.58 | 124.29 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 171 | 0 | 0.41 | 0.30 | 0.04 | 344.12 | 0.85 | 0.76 |
| Hex | F6 | 90 | AB | 0 | 29 | 1E | 4 | 158 | 55 | 4C |
| Octal | 366 | 220 | 253 | 0 | 51 | 36 | 4 | 530 | 125 | 114 |
| Binary | 11110110 | 10010000 | 10101011 | 0 | 101001 | 11110 | 100 | 101011000 | 1010101 | 1001100 |
Color Harmonies of #F690AB
Complementary color
Monochromatic Colors of #F690AB
Black with #F690AB
Text Example
Text Example
White with #F690AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F690AB; }
p { color: rgb(246,144,171); }
H1.HeaderClassName
{
color: #F690AB;
}
.AnyTagClassName
{
color: #F690AB;
}
</style>
background-color css
<style>
a { background-color: #F690AB; }
a { background-color: rgb(246,144,171); }
div.DivClassName
{
background-color: #F690AB;
}
.BgClassName
{
background-color: #F690AB;
}
</style>
border-color css
<style>
span { border-color: #F690AB; }
span { border-color: rgb(246,144,171); }
td.TdClassName
{
border-color: #F690AB;
}
.TagClassName
{
border-color: #F690AB;
}
</style>