Shades of Mauvelous #F490AC
Tints of Mauvelous #F490AC
RGB
CMYK
RGB Variations
Color information
#F490AC (or 0xF490AC) is known color: Mauvelous. HEX triplet: F4, 90 and AC. RGB value is (244,144,172). Sum of RGB (Red+Green+Blue) = 244+144+172=560 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.57% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 244 - color contains mainly: red. Hex color #F490AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F490AC is #0B6F53. Grayscale: #B1B1B1. Windows color (decimal): -749396 or 11309300. OLE color: 11309300.
HSL color Cylindrical-coordinate representation of color #F490AC: hue angle of 343.2º 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 #F490AC is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 144 | 172 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.04 |
| HSL | 343.2º | 0.82% | 0.76% | - |
| HSV(B) | 343.2º | 0.41% | 0.96% | - |
| XYZ | 54.73 | 42.16 | 44.28 | - |
| YUV | 177.09 | 125.13 | 175.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 144 | 172 | 0 | 0.41 | 0.30 | 0.04 | 343.2 | 0.82 | 0.76 |
| Hex | F4 | 90 | AC | 0 | 29 | 1E | 4 | 157 | 52 | 4C |
| Octal | 364 | 220 | 254 | 0 | 51 | 36 | 4 | 527 | 122 | 114 |
| Binary | 11110100 | 10010000 | 10101100 | 0 | 101001 | 11110 | 100 | 101010111 | 1010010 | 1001100 |
Color Harmonies of #F490AC
Complementary color
Monochromatic Colors of #F490AC
Black with #F490AC
Text Example
Text Example
White with #F490AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F490AC; }
p { color: rgb(244,144,172); }
H1.HeaderClassName
{
color: #F490AC;
}
.AnyTagClassName
{
color: #F490AC;
}
</style>
background-color css
<style>
a { background-color: #F490AC; }
a { background-color: rgb(244,144,172); }
div.DivClassName
{
background-color: #F490AC;
}
.BgClassName
{
background-color: #F490AC;
}
</style>
border-color css
<style>
span { border-color: #F490AC; }
span { border-color: rgb(244,144,172); }
td.TdClassName
{
border-color: #F490AC;
}
.TagClassName
{
border-color: #F490AC;
}
</style>