Shades of Mauvelous #F18BAE
Tints of Mauvelous #F18BAE
RGB
CMYK
RGB Variations
Color information
#F18BAE (or 0xF18BAE) is known color: Mauvelous. HEX triplet: F1, 8B and AE. RGB value is (241,139,174). Sum of RGB (Red+Green+Blue) = 241+139+174=554 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.50% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 174 (68.36% from 255 or 31.41% from 554); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BAE is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BAE is #0E7451. Grayscale: #ADADAD. Windows color (decimal): -947282 or 11439089. OLE color: 11439089.
HSL color Cylindrical-coordinate representation of color #F18BAE: hue angle of 339.41º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #F18BAE is Cyan = 0, Magento = 0.42, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 174 | - |
| CMYK | 0 | 0.42 | 0.28 | 0.05 |
| HSL | 339.41º | 0.78% | 0.75% | - |
| HSV(B) | 339.41º | 0.42% | 0.95% | - |
| XYZ | 53.15 | 40.22 | 45.01 | - |
| YUV | 173.49 | 128.29 | 176.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 174 | 0 | 0.42 | 0.28 | 0.05 | 339.41 | 0.78 | 0.75 |
| Hex | F1 | 8B | AE | 0 | 2A | 1C | 5 | 153 | 4E | 4B |
| Octal | 361 | 213 | 256 | 0 | 52 | 34 | 5 | 523 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10101110 | 0 | 101010 | 11100 | 101 | 101010011 | 1001110 | 1001011 |
Color Harmonies of #F18BAE
Complementary color
Monochromatic Colors of #F18BAE
Black with #F18BAE
Text Example
Text Example
White with #F18BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BAE; }
p { color: rgb(241,139,174); }
H1.HeaderClassName
{
color: #F18BAE;
}
.AnyTagClassName
{
color: #F18BAE;
}
</style>
background-color css
<style>
a { background-color: #F18BAE; }
a { background-color: rgb(241,139,174); }
div.DivClassName
{
background-color: #F18BAE;
}
.BgClassName
{
background-color: #F18BAE;
}
</style>
border-color css
<style>
span { border-color: #F18BAE; }
span { border-color: rgb(241,139,174); }
td.TdClassName
{
border-color: #F18BAE;
}
.TagClassName
{
border-color: #F18BAE;
}
</style>