Shades of Mauvelous #F293A3
Tints of Mauvelous #F293A3
RGB
CMYK
RGB Variations
Color information
#F293A3 (or 0xF293A3) is known color: Mauvelous. HEX triplet: F2, 93 and A3. RGB value is (242,147,163). Sum of RGB (Red+Green+Blue) = 242+147+163=552 (73% of max value = 765). Red value is 242 (94.92% from 255 or 43.84% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 163 (64.06% from 255 or 29.53% from 552); Max value from RGB is 242 - color contains mainly: red. Hex color #F293A3 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293A3 is #0D6C5C. Grayscale: #B1B1B1. Windows color (decimal): -879709 or 10720242. OLE color: 10720242.
HSL color Cylindrical-coordinate representation of color #F293A3: hue angle of 349.89º 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 #F293A3 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 163 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.05 |
| HSL | 349.89º | 0.79% | 0.76% | - |
| HSV(B) | 349.89º | 0.39% | 0.95% | - |
| XYZ | 53.66 | 42.39 | 40 | - |
| YUV | 177.23 | 119.97 | 174.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 163 | 0 | 0.39 | 0.33 | 0.05 | 349.89 | 0.79 | 0.76 |
| Hex | F2 | 93 | A3 | 0 | 27 | 21 | 5 | 15E | 4F | 4C |
| Octal | 362 | 223 | 243 | 0 | 47 | 41 | 5 | 536 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10100011 | 0 | 100111 | 100001 | 101 | 101011110 | 1001111 | 1001100 |
Color Harmonies of #F293A3
Complementary color
Monochromatic Colors of #F293A3
Black with #F293A3
Text Example
Text Example
White with #F293A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293A3; }
p { color: rgb(242,147,163); }
H1.HeaderClassName
{
color: #F293A3;
}
.AnyTagClassName
{
color: #F293A3;
}
</style>
background-color css
<style>
a { background-color: #F293A3; }
a { background-color: rgb(242,147,163); }
div.DivClassName
{
background-color: #F293A3;
}
.BgClassName
{
background-color: #F293A3;
}
</style>
border-color css
<style>
span { border-color: #F293A3; }
span { border-color: rgb(242,147,163); }
td.TdClassName
{
border-color: #F293A3;
}
.TagClassName
{
border-color: #F293A3;
}
</style>