Shades of Mauvelous #F18EAA
Tints of Mauvelous #F18EAA
RGB
CMYK
RGB Variations
Color information
#F18EAA (or 0xF18EAA) is known color: Mauvelous. HEX triplet: F1, 8E and AA. RGB value is (241,142,170). Sum of RGB (Red+Green+Blue) = 241+142+170=553 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.58% from 553); Green value is 142 (55.86% from 255 or 25.68% from 553); Blue value is 170 (66.80% from 255 or 30.74% from 553); Max value from RGB is 241 - color contains mainly: red. Hex color #F18EAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18EAA is #0E7155. Grayscale: #AEAEAE. Windows color (decimal): -946518 or 11177713. OLE color: 11177713.
HSL color Cylindrical-coordinate representation of color #F18EAA: hue angle of 343.03º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #F18EAA is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 142 | 170 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.05 |
| HSL | 343.03º | 0.78% | 0.75% | - |
| HSV(B) | 343.03º | 0.41% | 0.95% | - |
| XYZ | 53.2 | 40.95 | 43.13 | - |
| YUV | 174.79 | 125.3 | 175.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 142 | 170 | 0 | 0.41 | 0.29 | 0.05 | 343.03 | 0.78 | 0.75 |
| Hex | F1 | 8E | AA | 0 | 29 | 1D | 5 | 157 | 4E | 4B |
| Octal | 361 | 216 | 252 | 0 | 51 | 35 | 5 | 527 | 116 | 113 |
| Binary | 11110001 | 10001110 | 10101010 | 0 | 101001 | 11101 | 101 | 101010111 | 1001110 | 1001011 |
Color Harmonies of #F18EAA
Complementary color
Monochromatic Colors of #F18EAA
Black with #F18EAA
Text Example
Text Example
White with #F18EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18EAA; }
p { color: rgb(241,142,170); }
H1.HeaderClassName
{
color: #F18EAA;
}
.AnyTagClassName
{
color: #F18EAA;
}
</style>
background-color css
<style>
a { background-color: #F18EAA; }
a { background-color: rgb(241,142,170); }
div.DivClassName
{
background-color: #F18EAA;
}
.BgClassName
{
background-color: #F18EAA;
}
</style>
border-color css
<style>
span { border-color: #F18EAA; }
span { border-color: rgb(241,142,170); }
td.TdClassName
{
border-color: #F18EAA;
}
.TagClassName
{
border-color: #F18EAA;
}
</style>