Shades of Mauvelous #F391A2
Tints of Mauvelous #F391A2
RGB
CMYK
RGB Variations
Color information
#F391A2 (or 0xF391A2) is known color: Mauvelous. HEX triplet: F3, 91 and A2. RGB value is (243,145,162). Sum of RGB (Red+Green+Blue) = 243+145+162=550 (72% of max value = 765). Red value is 243 (95.31% from 255 or 44.18% from 550); Green value is 145 (57.03% from 255 or 26.36% from 550); Blue value is 162 (63.67% from 255 or 29.45% from 550); Max value from RGB is 243 - color contains mainly: red. Hex color #F391A2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F391A2 is #0C6E5D. Grayscale: #B0B0B0. Windows color (decimal): -814686 or 10654195. OLE color: 10654195.
HSL color Cylindrical-coordinate representation of color #F391A2: hue angle of 349.59º degrees, saturation: 0.8, 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 #F391A2 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 145 | 162 | - |
| CMYK | 0 | 0.40 | 0.33 | 0.05 |
| HSL | 349.59º | 0.8% | 0.76% | - |
| HSV(B) | 349.59º | 0.4% | 0.95% | - |
| XYZ | 53.61 | 41.91 | 39.45 | - |
| YUV | 176.24 | 119.97 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 145 | 162 | 0 | 0.40 | 0.33 | 0.05 | 349.59 | 0.8 | 0.76 |
| Hex | F3 | 91 | A2 | 0 | 28 | 21 | 5 | 15E | 50 | 4C |
| Octal | 363 | 221 | 242 | 0 | 50 | 41 | 5 | 536 | 120 | 114 |
| Binary | 11110011 | 10010001 | 10100010 | 0 | 101000 | 100001 | 101 | 101011110 | 1010000 | 1001100 |
Color Harmonies of #F391A2
Complementary color
Monochromatic Colors of #F391A2
Black with #F391A2
Text Example
Text Example
White with #F391A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F391A2; }
p { color: rgb(243,145,162); }
H1.HeaderClassName
{
color: #F391A2;
}
.AnyTagClassName
{
color: #F391A2;
}
</style>
background-color css
<style>
a { background-color: #F391A2; }
a { background-color: rgb(243,145,162); }
div.DivClassName
{
background-color: #F391A2;
}
.BgClassName
{
background-color: #F391A2;
}
</style>
border-color css
<style>
span { border-color: #F391A2; }
span { border-color: rgb(243,145,162); }
td.TdClassName
{
border-color: #F391A2;
}
.TagClassName
{
border-color: #F391A2;
}
</style>