Shades of Mauvelous #F291A3
Tints of Mauvelous #F291A3
RGB
CMYK
RGB Variations
Color information
#F291A3 (or 0xF291A3) is known color: Mauvelous. HEX triplet: F2, 91 and A3. RGB value is (242,145,163). Sum of RGB (Red+Green+Blue) = 242+145+163=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 163 (64.06% from 255 or 29.64% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F291A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291A3 is #0D6E5C. Grayscale: #B0B0B0. Windows color (decimal): -880221 or 10719730. OLE color: 10719730.
HSL color Cylindrical-coordinate representation of color #F291A3: hue angle of 348.87º 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 #F291A3 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 163 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.05 |
| HSL | 348.87º | 0.79% | 0.76% | - |
| HSV(B) | 348.87º | 0.4% | 0.95% | - |
| XYZ | 53.35 | 41.77 | 39.9 | - |
| YUV | 176.06 | 120.64 | 175.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 163 | 0 | 0.40 | 0.33 | 0.05 | 348.87 | 0.79 | 0.76 |
| Hex | F2 | 91 | A3 | 0 | 28 | 21 | 5 | 15D | 4F | 4C |
| Octal | 362 | 221 | 243 | 0 | 50 | 41 | 5 | 535 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10100011 | 0 | 101000 | 100001 | 101 | 101011101 | 1001111 | 1001100 |
Color Harmonies of #F291A3
Complementary color
Monochromatic Colors of #F291A3
Black with #F291A3
Text Example
Text Example
White with #F291A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291A3; }
p { color: rgb(242,145,163); }
H1.HeaderClassName
{
color: #F291A3;
}
.AnyTagClassName
{
color: #F291A3;
}
</style>
background-color css
<style>
a { background-color: #F291A3; }
a { background-color: rgb(242,145,163); }
div.DivClassName
{
background-color: #F291A3;
}
.BgClassName
{
background-color: #F291A3;
}
</style>
border-color css
<style>
span { border-color: #F291A3; }
span { border-color: rgb(242,145,163); }
td.TdClassName
{
border-color: #F291A3;
}
.TagClassName
{
border-color: #F291A3;
}
</style>