Shades of Mauvelous #F2899F
Tints of Mauvelous #F2899F
RGB
CMYK
RGB Variations
Color information
#F2899F (or 0xF2899F) is known color: Mauvelous. HEX triplet: F2, 89 and 9F. RGB value is (242,137,159). Sum of RGB (Red+Green+Blue) = 242+137+159=538 (71% of max value = 765). Red value is 242 (94.92% from 255 or 44.98% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 159 (62.5% from 255 or 29.55% from 538); Max value from RGB is 242 - color contains mainly: red. Hex color #F2899F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2899F is #0D7660. Grayscale: #AAAAAA. Windows color (decimal): -882273 or 10455538. OLE color: 10455538.
HSL color Cylindrical-coordinate representation of color #F2899F: hue angle of 347.43º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #F2899F is Cyan = 0, Magento = 0.43, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 137 | 159 | - |
| CMYK | 0 | 0.43 | 0.34 | 0.05 |
| HSL | 347.43º | 0.8% | 0.74% | - |
| HSV(B) | 347.43º | 0.43% | 0.95% | - |
| XYZ | 51.82 | 39.27 | 37.65 | - |
| YUV | 170.9 | 121.29 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 137 | 159 | 0 | 0.43 | 0.34 | 0.05 | 347.43 | 0.8 | 0.74 |
| Hex | F2 | 89 | 9F | 0 | 2B | 22 | 5 | 15B | 50 | 4A |
| Octal | 362 | 211 | 237 | 0 | 53 | 42 | 5 | 533 | 120 | 112 |
| Binary | 11110010 | 10001001 | 10011111 | 0 | 101011 | 100010 | 101 | 101011011 | 1010000 | 1001010 |
Color Harmonies of #F2899F
Complementary color
Monochromatic Colors of #F2899F
Black with #F2899F
Text Example
Text Example
White with #F2899F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2899F; }
p { color: rgb(242,137,159); }
H1.HeaderClassName
{
color: #F2899F;
}
.AnyTagClassName
{
color: #F2899F;
}
</style>
background-color css
<style>
a { background-color: #F2899F; }
a { background-color: rgb(242,137,159); }
div.DivClassName
{
background-color: #F2899F;
}
.BgClassName
{
background-color: #F2899F;
}
</style>
border-color css
<style>
span { border-color: #F2899F; }
span { border-color: rgb(242,137,159); }
td.TdClassName
{
border-color: #F2899F;
}
.TagClassName
{
border-color: #F2899F;
}
</style>