Shades of Mauvelous #F296A8
Tints of Mauvelous #F296A8
RGB
CMYK
RGB Variations
Color information
#F296A8 (or 0xF296A8) is known color: Mauvelous. HEX triplet: F2, 96 and A8. RGB value is (242,150,168). Sum of RGB (Red+Green+Blue) = 242+150+168=560 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.21% from 560); Green value is 150 (58.98% from 255 or 26.79% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 242 - color contains mainly: red. Hex color #F296A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F296A8 is #0D6957. Grayscale: #B3B3B3. Windows color (decimal): -878936 or 11048690. OLE color: 11048690.
HSL color Cylindrical-coordinate representation of color #F296A8: hue angle of 348.26º 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 #F296A8 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 150 | 168 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.05 |
| HSL | 348.26º | 0.78% | 0.77% | - |
| HSV(B) | 348.26º | 0.38% | 0.95% | - |
| XYZ | 54.59 | 43.52 | 42.57 | - |
| YUV | 179.56 | 121.48 | 172.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 150 | 168 | 0 | 0.38 | 0.31 | 0.05 | 348.26 | 0.78 | 0.77 |
| Hex | F2 | 96 | A8 | 0 | 26 | 1F | 5 | 15C | 4E | 4D |
| Octal | 362 | 226 | 250 | 0 | 46 | 37 | 5 | 534 | 116 | 115 |
| Binary | 11110010 | 10010110 | 10101000 | 0 | 100110 | 11111 | 101 | 101011100 | 1001110 | 1001101 |
Color Harmonies of #F296A8
Complementary color
Monochromatic Colors of #F296A8
Black with #F296A8
Text Example
Text Example
White with #F296A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F296A8; }
p { color: rgb(242,150,168); }
H1.HeaderClassName
{
color: #F296A8;
}
.AnyTagClassName
{
color: #F296A8;
}
</style>
background-color css
<style>
a { background-color: #F296A8; }
a { background-color: rgb(242,150,168); }
div.DivClassName
{
background-color: #F296A8;
}
.BgClassName
{
background-color: #F296A8;
}
</style>
border-color css
<style>
span { border-color: #F296A8; }
span { border-color: rgb(242,150,168); }
td.TdClassName
{
border-color: #F296A8;
}
.TagClassName
{
border-color: #F296A8;
}
</style>