Shades of Mauvelous #F18FA6
Tints of Mauvelous #F18FA6
RGB
CMYK
RGB Variations
Color information
#F18FA6 (or 0xF18FA6) is known color: Mauvelous. HEX triplet: F1, 8F and A6. RGB value is (241,143,166). Sum of RGB (Red+Green+Blue) = 241+143+166=550 (72% of max value = 765). Red value is 241 (94.53% from 255 or 43.82% from 550); Green value is 143 (56.25% from 255 or 26% from 550); Blue value is 166 (65.23% from 255 or 30.18% from 550); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18FA6 is #0E7059. Grayscale: #AEAEAE. Windows color (decimal): -946266 or 10915825. OLE color: 10915825.
HSL color Cylindrical-coordinate representation of color #F18FA6: hue angle of 345.92º 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 #F18FA6 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 166 | - |
| CMYK | 0 | 0.41 | 0.31 | 0.05 |
| HSL | 345.92º | 0.78% | 0.75% | - |
| HSV(B) | 345.92º | 0.41% | 0.95% | - |
| XYZ | 52.98 | 41.1 | 41.22 | - |
| YUV | 174.92 | 122.97 | 175.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 166 | 0 | 0.41 | 0.31 | 0.05 | 345.92 | 0.78 | 0.75 |
| Hex | F1 | 8F | A6 | 0 | 29 | 1F | 5 | 15A | 4E | 4B |
| Octal | 361 | 217 | 246 | 0 | 51 | 37 | 5 | 532 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10100110 | 0 | 101001 | 11111 | 101 | 101011010 | 1001110 | 1001011 |
Color Harmonies of #F18FA6
Complementary color
Monochromatic Colors of #F18FA6
Black with #F18FA6
Text Example
Text Example
White with #F18FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FA6; }
p { color: rgb(241,143,166); }
H1.HeaderClassName
{
color: #F18FA6;
}
.AnyTagClassName
{
color: #F18FA6;
}
</style>
background-color css
<style>
a { background-color: #F18FA6; }
a { background-color: rgb(241,143,166); }
div.DivClassName
{
background-color: #F18FA6;
}
.BgClassName
{
background-color: #F18FA6;
}
</style>
border-color css
<style>
span { border-color: #F18FA6; }
span { border-color: rgb(241,143,166); }
td.TdClassName
{
border-color: #F18FA6;
}
.TagClassName
{
border-color: #F18FA6;
}
</style>