Shades of Mauvelous #F293AC
Tints of Mauvelous #F293AC
RGB
CMYK
RGB Variations
Color information
#F293AC (or 0xF293AC) is known color: Mauvelous. HEX triplet: F2, 93 and AC. RGB value is (242,147,172). Sum of RGB (Red+Green+Blue) = 242+147+172=561 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.14% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 242 - color contains mainly: red. Hex color #F293AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F293AC is #0D6C53. Grayscale: #B2B2B2. Windows color (decimal): -879700 or 11310066. OLE color: 11310066.
HSL color Cylindrical-coordinate representation of color #F293AC: hue angle of 344.21º 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 #F293AC is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 147 | 172 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.05 |
| HSL | 344.21º | 0.79% | 0.76% | - |
| HSV(B) | 344.21º | 0.39% | 0.95% | - |
| XYZ | 54.5 | 42.72 | 44.4 | - |
| YUV | 178.26 | 124.47 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 147 | 172 | 0 | 0.39 | 0.29 | 0.05 | 344.21 | 0.79 | 0.76 |
| Hex | F2 | 93 | AC | 0 | 27 | 1D | 5 | 158 | 4F | 4C |
| Octal | 362 | 223 | 254 | 0 | 47 | 35 | 5 | 530 | 117 | 114 |
| Binary | 11110010 | 10010011 | 10101100 | 0 | 100111 | 11101 | 101 | 101011000 | 1001111 | 1001100 |
Color Harmonies of #F293AC
Complementary color
Monochromatic Colors of #F293AC
Black with #F293AC
Text Example
Text Example
White with #F293AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F293AC; }
p { color: rgb(242,147,172); }
H1.HeaderClassName
{
color: #F293AC;
}
.AnyTagClassName
{
color: #F293AC;
}
</style>
background-color css
<style>
a { background-color: #F293AC; }
a { background-color: rgb(242,147,172); }
div.DivClassName
{
background-color: #F293AC;
}
.BgClassName
{
background-color: #F293AC;
}
</style>
border-color css
<style>
span { border-color: #F293AC; }
span { border-color: rgb(242,147,172); }
td.TdClassName
{
border-color: #F293AC;
}
.TagClassName
{
border-color: #F293AC;
}
</style>