Shades of Mauvelous #F498A6
Tints of Mauvelous #F498A6
RGB
CMYK
RGB Variations
Color information
#F498A6 (or 0xF498A6) is known color: Mauvelous. HEX triplet: F4, 98 and A6. RGB value is (244,152,166). Sum of RGB (Red+Green+Blue) = 244+152+166=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 152 (59.77% from 255 or 27.05% from 562); Blue value is 166 (65.23% from 255 or 29.54% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F498A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F498A6 is #0B6759. Grayscale: #B5B5B5. Windows color (decimal): -747354 or 10918132. OLE color: 10918132.
HSL color Cylindrical-coordinate representation of color #F498A6: hue angle of 350.87º degrees, saturation: 0.81, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F498A6 is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 152 | 166 | - |
| CMYK | 0 | 0.38 | 0.32 | 0.04 |
| HSL | 350.87º | 0.81% | 0.78% | - |
| HSV(B) | 350.87º | 0.38% | 0.96% | - |
| XYZ | 55.42 | 44.44 | 41.73 | - |
| YUV | 181.1 | 119.48 | 172.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 152 | 166 | 0 | 0.38 | 0.32 | 0.04 | 350.87 | 0.81 | 0.78 |
| Hex | F4 | 98 | A6 | 0 | 26 | 20 | 4 | 15F | 51 | 4E |
| Octal | 364 | 230 | 246 | 0 | 46 | 40 | 4 | 537 | 121 | 116 |
| Binary | 11110100 | 10011000 | 10100110 | 0 | 100110 | 100000 | 100 | 101011111 | 1010001 | 1001110 |
Color Harmonies of #F498A6
Complementary color
Monochromatic Colors of #F498A6
Black with #F498A6
Text Example
Text Example
White with #F498A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F498A6; }
p { color: rgb(244,152,166); }
H1.HeaderClassName
{
color: #F498A6;
}
.AnyTagClassName
{
color: #F498A6;
}
</style>
background-color css
<style>
a { background-color: #F498A6; }
a { background-color: rgb(244,152,166); }
div.DivClassName
{
background-color: #F498A6;
}
.BgClassName
{
background-color: #F498A6;
}
</style>
border-color css
<style>
span { border-color: #F498A6; }
span { border-color: rgb(244,152,166); }
td.TdClassName
{
border-color: #F498A6;
}
.TagClassName
{
border-color: #F498A6;
}
</style>