Shades of Mauvelous #F290AC
Tints of Mauvelous #F290AC
RGB
CMYK
RGB Variations
Color information
#F290AC (or 0xF290AC) is known color: Mauvelous. HEX triplet: F2, 90 and AC. RGB value is (242,144,172). Sum of RGB (Red+Green+Blue) = 242+144+172=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 172 (67.58% from 255 or 30.82% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F290AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F290AC is #0D6F53. Grayscale: #B0B0B0. Windows color (decimal): -880468 or 11309298. OLE color: 11309298.
HSL color Cylindrical-coordinate representation of color #F290AC: hue angle of 342.86º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F290AC is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 144 | 172 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.05 |
| HSL | 342.86º | 0.79% | 0.76% | - |
| HSV(B) | 342.86º | 0.4% | 0.95% | - |
| XYZ | 54.04 | 41.8 | 44.25 | - |
| YUV | 176.49 | 125.47 | 174.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 144 | 172 | 0 | 0.40 | 0.29 | 0.05 | 342.86 | 0.79 | 0.76 |
| Hex | F2 | 90 | AC | 0 | 28 | 1D | 5 | 157 | 4F | 4C |
| Octal | 362 | 220 | 254 | 0 | 50 | 35 | 5 | 527 | 117 | 114 |
| Binary | 11110010 | 10010000 | 10101100 | 0 | 101000 | 11101 | 101 | 101010111 | 1001111 | 1001100 |
Color Harmonies of #F290AC
Complementary color
Monochromatic Colors of #F290AC
Black with #F290AC
Text Example
Text Example
White with #F290AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F290AC; }
p { color: rgb(242,144,172); }
H1.HeaderClassName
{
color: #F290AC;
}
.AnyTagClassName
{
color: #F290AC;
}
</style>
background-color css
<style>
a { background-color: #F290AC; }
a { background-color: rgb(242,144,172); }
div.DivClassName
{
background-color: #F290AC;
}
.BgClassName
{
background-color: #F290AC;
}
</style>
border-color css
<style>
span { border-color: #F290AC; }
span { border-color: rgb(242,144,172); }
td.TdClassName
{
border-color: #F290AC;
}
.TagClassName
{
border-color: #F290AC;
}
</style>