Shades of Mauvelous #F390AC
Tints of Mauvelous #F390AC
RGB
CMYK
RGB Variations
Color information
#F390AC (or 0xF390AC) is known color: Mauvelous. HEX triplet: F3, 90 and AC. RGB value is (243,144,172). Sum of RGB (Red+Green+Blue) = 243+144+172=559 (74% of max value = 765). Red value is 243 (95.31% from 255 or 43.47% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 172 (67.58% from 255 or 30.77% from 559); Max value from RGB is 243 - color contains mainly: red. Hex color #F390AC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F390AC is #0C6F53. Grayscale: #B0B0B0. Windows color (decimal): -814932 or 11309299. OLE color: 11309299.
HSL color Cylindrical-coordinate representation of color #F390AC: hue angle of 343.03º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F390AC is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 144 | 172 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.05 |
| HSL | 343.03º | 0.8% | 0.76% | - |
| HSV(B) | 343.03º | 0.41% | 0.95% | - |
| XYZ | 54.38 | 41.98 | 44.27 | - |
| YUV | 176.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 144 | 172 | 0 | 0.41 | 0.29 | 0.05 | 343.03 | 0.8 | 0.76 |
| Hex | F3 | 90 | AC | 0 | 29 | 1D | 5 | 157 | 50 | 4C |
| Octal | 363 | 220 | 254 | 0 | 51 | 35 | 5 | 527 | 120 | 114 |
| Binary | 11110011 | 10010000 | 10101100 | 0 | 101001 | 11101 | 101 | 101010111 | 1010000 | 1001100 |
Color Harmonies of #F390AC
Complementary color
Monochromatic Colors of #F390AC
Black with #F390AC
Text Example
Text Example
White with #F390AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F390AC; }
p { color: rgb(243,144,172); }
H1.HeaderClassName
{
color: #F390AC;
}
.AnyTagClassName
{
color: #F390AC;
}
</style>
background-color css
<style>
a { background-color: #F390AC; }
a { background-color: rgb(243,144,172); }
div.DivClassName
{
background-color: #F390AC;
}
.BgClassName
{
background-color: #F390AC;
}
</style>
border-color css
<style>
span { border-color: #F390AC; }
span { border-color: rgb(243,144,172); }
td.TdClassName
{
border-color: #F390AC;
}
.TagClassName
{
border-color: #F390AC;
}
</style>