Shades of Mauvelous #F2889F
Tints of Mauvelous #F2889F
RGB
CMYK
RGB Variations
Color information
#F2889F (or 0xF2889F) is known color: Mauvelous. HEX triplet: F2, 88 and 9F. RGB value is (242,136,159). Sum of RGB (Red+Green+Blue) = 242+136+159=537 (71% of max value = 765). Red value is 242 (94.92% from 255 or 45.07% from 537); Green value is 136 (53.52% from 255 or 25.33% from 537); Blue value is 159 (62.5% from 255 or 29.61% from 537); Max value from RGB is 242 - color contains mainly: red. Hex color #F2889F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2889F is #0D7760. Grayscale: #AAAAAA. Windows color (decimal): -882529 or 10455282. OLE color: 10455282.
HSL color Cylindrical-coordinate representation of color #F2889F: hue angle of 346.98º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F2889F is Cyan = 0, Magento = 0.44, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 136 | 159 | - |
| CMYK | 0 | 0.44 | 0.34 | 0.05 |
| HSL | 346.98º | 0.8% | 0.74% | - |
| HSV(B) | 346.98º | 0.44% | 0.95% | - |
| XYZ | 51.68 | 38.99 | 37.6 | - |
| YUV | 170.32 | 121.62 | 179.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 136 | 159 | 0 | 0.44 | 0.34 | 0.05 | 346.98 | 0.8 | 0.74 |
| Hex | F2 | 88 | 9F | 0 | 2C | 22 | 5 | 15B | 50 | 4A |
| Octal | 362 | 210 | 237 | 0 | 54 | 42 | 5 | 533 | 120 | 112 |
| Binary | 11110010 | 10001000 | 10011111 | 0 | 101100 | 100010 | 101 | 101011011 | 1010000 | 1001010 |
Color Harmonies of #F2889F
Complementary color
Monochromatic Colors of #F2889F
Black with #F2889F
Text Example
Text Example
White with #F2889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2889F; }
p { color: rgb(242,136,159); }
H1.HeaderClassName
{
color: #F2889F;
}
.AnyTagClassName
{
color: #F2889F;
}
</style>
background-color css
<style>
a { background-color: #F2889F; }
a { background-color: rgb(242,136,159); }
div.DivClassName
{
background-color: #F2889F;
}
.BgClassName
{
background-color: #F2889F;
}
</style>
border-color css
<style>
span { border-color: #F2889F; }
span { border-color: rgb(242,136,159); }
td.TdClassName
{
border-color: #F2889F;
}
.TagClassName
{
border-color: #F2889F;
}
</style>