Shades of Mauvelous #F293AA
Tints of Mauvelous #F293AA
RGB
CMYK
RGB Variations
Color information
#F293AA (or 0xF293AA) is known color: Mauvelous. HEX triplet: F2, 93 and AA. RGB value is (242,147,170). Sum of RGB (Red+Green+Blue) = 242+147+170=559 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.29% from 559); Green value is 147 (57.81% from 255 or 26.30% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 242 - color contains mainly: red. Hex color #F293AA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293AA is #0D6C55. Grayscale: #B2B2B2. Windows color (decimal): -879702 or 11178994. OLE color: 11178994.
HSL color Cylindrical-coordinate representation of color #F293AA: hue angle of 345.47º 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 #F293AA is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 170 | - |
| CMYK | 0 | 0.39 | 0.30 | 0.05 |
| HSL | 345.47º | 0.79% | 0.76% | - |
| HSV(B) | 345.47º | 0.39% | 0.95% | - |
| XYZ | 54.31 | 42.65 | 43.4 | - |
| YUV | 178.03 | 123.47 | 173.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 170 | 0 | 0.39 | 0.30 | 0.05 | 345.47 | 0.79 | 0.76 |
| Hex | F2 | 93 | AA | 0 | 27 | 1E | 5 | 159 | 4F | 4C |
| Octal | 362 | 223 | 252 | 0 | 47 | 36 | 5 | 531 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10101010 | 0 | 100111 | 11110 | 101 | 101011001 | 1001111 | 1001100 |
Color Harmonies of #F293AA
Complementary color
Monochromatic Colors of #F293AA
Black with #F293AA
Text Example
Text Example
White with #F293AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293AA; }
p { color: rgb(242,147,170); }
H1.HeaderClassName
{
color: #F293AA;
}
.AnyTagClassName
{
color: #F293AA;
}
</style>
background-color css
<style>
a { background-color: #F293AA; }
a { background-color: rgb(242,147,170); }
div.DivClassName
{
background-color: #F293AA;
}
.BgClassName
{
background-color: #F293AA;
}
</style>
border-color css
<style>
span { border-color: #F293AA; }
span { border-color: rgb(242,147,170); }
td.TdClassName
{
border-color: #F293AA;
}
.TagClassName
{
border-color: #F293AA;
}
</style>