Shades of Mauvelous #F492AA
Tints of Mauvelous #F492AA
RGB
CMYK
RGB Variations
Color information
#F492AA (or 0xF492AA) is known color: Mauvelous. HEX triplet: F4, 92 and AA. RGB value is (244,146,170). Sum of RGB (Red+Green+Blue) = 244+146+170=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 146 (57.42% from 255 or 26.07% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F492AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F492AA is #0B6D55. Grayscale: #B2B2B2. Windows color (decimal): -748886 or 11178740. OLE color: 11178740.
HSL color Cylindrical-coordinate representation of color #F492AA: hue angle of 345.31º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492AA is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 170 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.04 |
| HSL | 345.31º | 0.82% | 0.76% | - |
| HSV(B) | 345.31º | 0.4% | 0.96% | - |
| XYZ | 54.84 | 42.69 | 43.38 | - |
| YUV | 178.04 | 123.47 | 175.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 170 | 0 | 0.40 | 0.30 | 0.04 | 345.31 | 0.82 | 0.76 |
| Hex | F4 | 92 | AA | 0 | 28 | 1E | 4 | 159 | 52 | 4C |
| Octal | 364 | 222 | 252 | 0 | 50 | 36 | 4 | 531 | 122 | 114 |
| Binary | 11110100 | 10010010 | 10101010 | 0 | 101000 | 11110 | 100 | 101011001 | 1010010 | 1001100 |
Color Harmonies of #F492AA
Complementary color
Monochromatic Colors of #F492AA
Black with #F492AA
Text Example
Text Example
White with #F492AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492AA; }
p { color: rgb(244,146,170); }
H1.HeaderClassName
{
color: #F492AA;
}
.AnyTagClassName
{
color: #F492AA;
}
</style>
background-color css
<style>
a { background-color: #F492AA; }
a { background-color: rgb(244,146,170); }
div.DivClassName
{
background-color: #F492AA;
}
.BgClassName
{
background-color: #F492AA;
}
</style>
border-color css
<style>
span { border-color: #F492AA; }
span { border-color: rgb(244,146,170); }
td.TdClassName
{
border-color: #F492AA;
}
.TagClassName
{
border-color: #F492AA;
}
</style>