Shades of Mauvelous #F291AA
Tints of Mauvelous #F291AA
RGB
CMYK
RGB Variations
Color information
#F291AA (or 0xF291AA) is known color: Mauvelous. HEX triplet: F2, 91 and AA. RGB value is (242,145,170). Sum of RGB (Red+Green+Blue) = 242+145+170=557 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.45% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 242 - color contains mainly: red. Hex color #F291AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F291AA is #0D6E55. Grayscale: #B0B0B0. Windows color (decimal): -880214 or 11178482. OLE color: 11178482.
HSL color Cylindrical-coordinate representation of color #F291AA: hue angle of 344.54º 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 #F291AA is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 145 | 170 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.05 |
| HSL | 344.54º | 0.79% | 0.76% | - |
| HSV(B) | 344.54º | 0.4% | 0.95% | - |
| XYZ | 54 | 42.03 | 43.3 | - |
| YUV | 176.85 | 124.14 | 174.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 145 | 170 | 0 | 0.40 | 0.30 | 0.05 | 344.54 | 0.79 | 0.76 |
| Hex | F2 | 91 | AA | 0 | 28 | 1E | 5 | 159 | 4F | 4C |
| Octal | 362 | 221 | 252 | 0 | 50 | 36 | 5 | 531 | 117 | 114 |
| Binary | 11110010 | 10010001 | 10101010 | 0 | 101000 | 11110 | 101 | 101011001 | 1001111 | 1001100 |
Color Harmonies of #F291AA
Complementary color
Monochromatic Colors of #F291AA
Black with #F291AA
Text Example
Text Example
White with #F291AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F291AA; }
p { color: rgb(242,145,170); }
H1.HeaderClassName
{
color: #F291AA;
}
.AnyTagClassName
{
color: #F291AA;
}
</style>
background-color css
<style>
a { background-color: #F291AA; }
a { background-color: rgb(242,145,170); }
div.DivClassName
{
background-color: #F291AA;
}
.BgClassName
{
background-color: #F291AA;
}
</style>
border-color css
<style>
span { border-color: #F291AA; }
span { border-color: rgb(242,145,170); }
td.TdClassName
{
border-color: #F291AA;
}
.TagClassName
{
border-color: #F291AA;
}
</style>