Shades of Mauvelous #F491AD
Tints of Mauvelous #F491AD
RGB
CMYK
RGB Variations
Color information
#F491AD (or 0xF491AD) is known color: Mauvelous. HEX triplet: F4, 91 and AD. RGB value is (244,145,173). Sum of RGB (Red+Green+Blue) = 244+145+173=562 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.42% from 562); Green value is 145 (57.03% from 255 or 25.80% from 562); Blue value is 173 (67.97% from 255 or 30.78% from 562); Max value from RGB is 244 - color contains mainly: red. Hex color #F491AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F491AD is #0B6E52. Grayscale: #B1B1B1. Windows color (decimal): -749139 or 11375092. OLE color: 11375092.
HSL color Cylindrical-coordinate representation of color #F491AD: hue angle of 343.03º degrees, saturation: 0.82, 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 #F491AD is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 145 | 173 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.04 |
| HSL | 343.03º | 0.82% | 0.76% | - |
| HSV(B) | 343.03º | 0.41% | 0.96% | - |
| XYZ | 54.98 | 42.5 | 44.84 | - |
| YUV | 177.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 145 | 173 | 0 | 0.41 | 0.29 | 0.04 | 343.03 | 0.82 | 0.76 |
| Hex | F4 | 91 | AD | 0 | 29 | 1D | 4 | 157 | 52 | 4C |
| Octal | 364 | 221 | 255 | 0 | 51 | 35 | 4 | 527 | 122 | 114 |
| Binary | 11110100 | 10010001 | 10101101 | 0 | 101001 | 11101 | 100 | 101010111 | 1010010 | 1001100 |
Color Harmonies of #F491AD
Complementary color
Monochromatic Colors of #F491AD
Black with #F491AD
Text Example
Text Example
White with #F491AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F491AD; }
p { color: rgb(244,145,173); }
H1.HeaderClassName
{
color: #F491AD;
}
.AnyTagClassName
{
color: #F491AD;
}
</style>
background-color css
<style>
a { background-color: #F491AD; }
a { background-color: rgb(244,145,173); }
div.DivClassName
{
background-color: #F491AD;
}
.BgClassName
{
background-color: #F491AD;
}
</style>
border-color css
<style>
span { border-color: #F491AD; }
span { border-color: rgb(244,145,173); }
td.TdClassName
{
border-color: #F491AD;
}
.TagClassName
{
border-color: #F491AD;
}
</style>