Shades of Mauvelous #F18FA8
Tints of Mauvelous #F18FA8
RGB
CMYK
RGB Variations
Color information
#F18FA8 (or 0xF18FA8) is known color: Mauvelous. HEX triplet: F1, 8F and A8. RGB value is (241,143,168). Sum of RGB (Red+Green+Blue) = 241+143+168=552 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.66% from 552); Green value is 143 (56.25% from 255 or 25.91% from 552); Blue value is 168 (66.02% from 255 or 30.43% from 552); Max value from RGB is 241 - color contains mainly: red. Hex color #F18FA8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18FA8 is #0E7057. Grayscale: #AFAFAF. Windows color (decimal): -946264 or 11046897. OLE color: 11046897.
HSL color Cylindrical-coordinate representation of color #F18FA8: hue angle of 344.69º 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 #F18FA8 is Cyan = 0, Magento = 0.41, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 168 | - |
| CMYK | 0 | 0.41 | 0.30 | 0.05 |
| HSL | 344.69º | 0.78% | 0.75% | - |
| HSV(B) | 344.69º | 0.41% | 0.95% | - |
| XYZ | 53.17 | 41.17 | 42.19 | - |
| YUV | 175.15 | 123.97 | 174.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 168 | 0 | 0.41 | 0.30 | 0.05 | 344.69 | 0.78 | 0.75 |
| Hex | F1 | 8F | A8 | 0 | 29 | 1E | 5 | 159 | 4E | 4B |
| Octal | 361 | 217 | 250 | 0 | 51 | 36 | 5 | 531 | 116 | 113 |
| Binary | 11110001 | 10001111 | 10101000 | 0 | 101001 | 11110 | 101 | 101011001 | 1001110 | 1001011 |
Color Harmonies of #F18FA8
Complementary color
Monochromatic Colors of #F18FA8
Black with #F18FA8
Text Example
Text Example
White with #F18FA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18FA8; }
p { color: rgb(241,143,168); }
H1.HeaderClassName
{
color: #F18FA8;
}
.AnyTagClassName
{
color: #F18FA8;
}
</style>
background-color css
<style>
a { background-color: #F18FA8; }
a { background-color: rgb(241,143,168); }
div.DivClassName
{
background-color: #F18FA8;
}
.BgClassName
{
background-color: #F18FA8;
}
</style>
border-color css
<style>
span { border-color: #F18FA8; }
span { border-color: rgb(241,143,168); }
td.TdClassName
{
border-color: #F18FA8;
}
.TagClassName
{
border-color: #F18FA8;
}
</style>