Shades of Mauvelous #F18DAE
Tints of Mauvelous #F18DAE
RGB
CMYK
RGB Variations
Color information
#F18DAE (or 0xF18DAE) is known color: Mauvelous. HEX triplet: F1, 8D and AE. RGB value is (241,141,174). Sum of RGB (Red+Green+Blue) = 241+141+174=556 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.35% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 174 (68.36% from 255 or 31.29% from 556); Max value from RGB is 241 - color contains mainly: red. Hex color #F18DAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18DAE is #0E7251. Grayscale: #AEAEAE. Windows color (decimal): -946770 or 11439601. OLE color: 11439601.
HSL color Cylindrical-coordinate representation of color #F18DAE: hue angle of 340.2º 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 #F18DAE is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 174 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.05 |
| HSL | 340.2º | 0.78% | 0.75% | - |
| HSV(B) | 340.2º | 0.41% | 0.95% | - |
| XYZ | 53.44 | 40.81 | 45.1 | - |
| YUV | 174.66 | 127.63 | 175.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 174 | 0 | 0.41 | 0.28 | 0.05 | 340.2 | 0.78 | 0.75 |
| Hex | F1 | 8D | AE | 0 | 29 | 1C | 5 | 154 | 4E | 4B |
| Octal | 361 | 215 | 256 | 0 | 51 | 34 | 5 | 524 | 116 | 113 |
| Binary | 11110001 | 10001101 | 10101110 | 0 | 101001 | 11100 | 101 | 101010100 | 1001110 | 1001011 |
Color Harmonies of #F18DAE
Complementary color
Monochromatic Colors of #F18DAE
Black with #F18DAE
Text Example
Text Example
White with #F18DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18DAE; }
p { color: rgb(241,141,174); }
H1.HeaderClassName
{
color: #F18DAE;
}
.AnyTagClassName
{
color: #F18DAE;
}
</style>
background-color css
<style>
a { background-color: #F18DAE; }
a { background-color: rgb(241,141,174); }
div.DivClassName
{
background-color: #F18DAE;
}
.BgClassName
{
background-color: #F18DAE;
}
</style>
border-color css
<style>
span { border-color: #F18DAE; }
span { border-color: rgb(241,141,174); }
td.TdClassName
{
border-color: #F18DAE;
}
.TagClassName
{
border-color: #F18DAE;
}
</style>