Shades of Mauvelous #F296AA
Tints of Mauvelous #F296AA
RGB
CMYK
RGB Variations
Color information
#F296AA (or 0xF296AA) is known color: Mauvelous. HEX triplet: F2, 96 and AA. RGB value is (242,150,170). Sum of RGB (Red+Green+Blue) = 242+150+170=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 170 (66.80% from 255 or 30.25% from 562); Max value from RGB is 242 - color contains mainly: red. Hex color #F296AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296AA is #0D6955. Grayscale: #B3B3B3. Windows color (decimal): -878934 or 11179762. OLE color: 11179762.
HSL color Cylindrical-coordinate representation of color #F296AA: hue angle of 346.96º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F296AA is Cyan = 0, Magento = 0.38, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 170 | - |
| CMYK | 0 | 0.38 | 0.30 | 0.05 |
| HSL | 346.96º | 0.78% | 0.77% | - |
| HSV(B) | 346.96º | 0.38% | 0.95% | - |
| XYZ | 54.78 | 43.59 | 43.56 | - |
| YUV | 179.79 | 122.48 | 172.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 170 | 0 | 0.38 | 0.30 | 0.05 | 346.96 | 0.78 | 0.77 |
| Hex | F2 | 96 | AA | 0 | 26 | 1E | 5 | 15B | 4E | 4D |
| Octal | 362 | 226 | 252 | 0 | 46 | 36 | 5 | 533 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10101010 | 0 | 100110 | 11110 | 101 | 101011011 | 1001110 | 1001101 |
Color Harmonies of #F296AA
Complementary color
Monochromatic Colors of #F296AA
Black with #F296AA
Text Example
Text Example
White with #F296AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296AA; }
p { color: rgb(242,150,170); }
H1.HeaderClassName
{
color: #F296AA;
}
.AnyTagClassName
{
color: #F296AA;
}
</style>
background-color css
<style>
a { background-color: #F296AA; }
a { background-color: rgb(242,150,170); }
div.DivClassName
{
background-color: #F296AA;
}
.BgClassName
{
background-color: #F296AA;
}
</style>
border-color css
<style>
span { border-color: #F296AA; }
span { border-color: rgb(242,150,170); }
td.TdClassName
{
border-color: #F296AA;
}
.TagClassName
{
border-color: #F296AA;
}
</style>