Shades of Mauvelous #F291A6
Tints of Mauvelous #F291A6
RGB
CMYK
RGB Variations
Color information
#F291A6 (or 0xF291A6) is known color: Mauvelous. HEX triplet: F2, 91 and A6. RGB value is (242,145,166). Sum of RGB (Red+Green+Blue) = 242+145+166=553 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.76% from 553); Green value is 145 (57.03% from 255 or 26.22% from 553); Blue value is 166 (65.23% from 255 or 30.02% from 553); Max value from RGB is 242 - color contains mainly: red. Hex color #F291A6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291A6 is #0D6E59. Grayscale: #B0B0B0. Windows color (decimal): -880218 or 10916338. OLE color: 10916338.
HSL color Cylindrical-coordinate representation of color #F291A6: hue angle of 347.01º 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 #F291A6 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 166 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.05 |
| HSL | 347.01º | 0.79% | 0.76% | - |
| HSV(B) | 347.01º | 0.4% | 0.95% | - |
| XYZ | 53.63 | 41.88 | 41.33 | - |
| YUV | 176.4 | 122.14 | 174.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 166 | 0 | 0.40 | 0.31 | 0.05 | 347.01 | 0.79 | 0.76 |
| Hex | F2 | 91 | A6 | 0 | 28 | 1F | 5 | 15B | 4F | 4C |
| Octal | 362 | 221 | 246 | 0 | 50 | 37 | 5 | 533 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10100110 | 0 | 101000 | 11111 | 101 | 101011011 | 1001111 | 1001100 |
Color Harmonies of #F291A6
Complementary color
Monochromatic Colors of #F291A6
Black with #F291A6
Text Example
Text Example
White with #F291A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291A6; }
p { color: rgb(242,145,166); }
H1.HeaderClassName
{
color: #F291A6;
}
.AnyTagClassName
{
color: #F291A6;
}
</style>
background-color css
<style>
a { background-color: #F291A6; }
a { background-color: rgb(242,145,166); }
div.DivClassName
{
background-color: #F291A6;
}
.BgClassName
{
background-color: #F291A6;
}
</style>
border-color css
<style>
span { border-color: #F291A6; }
span { border-color: rgb(242,145,166); }
td.TdClassName
{
border-color: #F291A6;
}
.TagClassName
{
border-color: #F291A6;
}
</style>