Shades of Mauvelous #F293A9
Tints of Mauvelous #F293A9
RGB
CMYK
RGB Variations
Color information
#F293A9 (or 0xF293A9) is known color: Mauvelous. HEX triplet: F2, 93 and A9. RGB value is (242,147,169). Sum of RGB (Red+Green+Blue) = 242+147+169=558 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.37% from 558); Green value is 147 (57.81% from 255 or 26.34% from 558); Blue value is 169 (66.41% from 255 or 30.29% from 558); Max value from RGB is 242 - color contains mainly: red. Hex color #F293A9 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293A9 is #0D6C56. Grayscale: #B1B1B1. Windows color (decimal): -879703 or 11113458. OLE color: 11113458.
HSL color Cylindrical-coordinate representation of color #F293A9: hue angle of 346.11º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F293A9 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 169 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.05 |
| HSL | 346.11º | 0.79% | 0.76% | - |
| HSV(B) | 346.11º | 0.39% | 0.95% | - |
| XYZ | 54.21 | 42.61 | 42.9 | - |
| YUV | 177.91 | 122.97 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 169 | 0 | 0.39 | 0.30 | 0.05 | 346.11 | 0.79 | 0.76 |
| Hex | F2 | 93 | A9 | 0 | 27 | 1E | 5 | 15A | 4F | 4C |
| Octal | 362 | 223 | 251 | 0 | 47 | 36 | 5 | 532 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10101001 | 0 | 100111 | 11110 | 101 | 101011010 | 1001111 | 1001100 |
Color Harmonies of #F293A9
Complementary color
Monochromatic Colors of #F293A9
Black with #F293A9
Text Example
Text Example
White with #F293A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293A9; }
p { color: rgb(242,147,169); }
H1.HeaderClassName
{
color: #F293A9;
}
.AnyTagClassName
{
color: #F293A9;
}
</style>
background-color css
<style>
a { background-color: #F293A9; }
a { background-color: rgb(242,147,169); }
div.DivClassName
{
background-color: #F293A9;
}
.BgClassName
{
background-color: #F293A9;
}
</style>
border-color css
<style>
span { border-color: #F293A9; }
span { border-color: rgb(242,147,169); }
td.TdClassName
{
border-color: #F293A9;
}
.TagClassName
{
border-color: #F293A9;
}
</style>