Shades of Mauvelous #F18BAF
Tints of Mauvelous #F18BAF
RGB
CMYK
RGB Variations
Color information
#F18BAF (or 0xF18BAF) is known color: Mauvelous. HEX triplet: F1, 8B and AF. RGB value is (241,139,175). Sum of RGB (Red+Green+Blue) = 241+139+175=555 (73% of max value = 765). Red value is 241 (94.53% from 255 or 43.42% from 555); Green value is 139 (54.69% from 255 or 25.05% from 555); Blue value is 175 (68.75% from 255 or 31.53% from 555); Max value from RGB is 241 - color contains mainly: red. Hex color #F18BAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F18BAF is #0E7450. Grayscale: #ADADAD. Windows color (decimal): -947281 or 11504625. OLE color: 11504625.
HSL color Cylindrical-coordinate representation of color #F18BAF: hue angle of 338.82º 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 #F18BAF is Cyan = 0, Magento = 0.42, Yellow = 0.27 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 139 | 175 | - |
| CMYK | 0 | 0.42 | 0.27 | 0.05 |
| HSL | 338.82º | 0.78% | 0.75% | - |
| HSV(B) | 338.82º | 0.42% | 0.95% | - |
| XYZ | 53.25 | 40.26 | 45.52 | - |
| YUV | 173.6 | 128.79 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 139 | 175 | 0 | 0.42 | 0.27 | 0.05 | 338.82 | 0.78 | 0.75 |
| Hex | F1 | 8B | AF | 0 | 2A | 1B | 5 | 153 | 4E | 4B |
| Octal | 361 | 213 | 257 | 0 | 52 | 33 | 5 | 523 | 116 | 113 |
| Binary | 11110001 | 10001011 | 10101111 | 0 | 101010 | 11011 | 101 | 101010011 | 1001110 | 1001011 |
Color Harmonies of #F18BAF
Complementary color
Monochromatic Colors of #F18BAF
Black with #F18BAF
Text Example
Text Example
White with #F18BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18BAF; }
p { color: rgb(241,139,175); }
H1.HeaderClassName
{
color: #F18BAF;
}
.AnyTagClassName
{
color: #F18BAF;
}
</style>
background-color css
<style>
a { background-color: #F18BAF; }
a { background-color: rgb(241,139,175); }
div.DivClassName
{
background-color: #F18BAF;
}
.BgClassName
{
background-color: #F18BAF;
}
</style>
border-color css
<style>
span { border-color: #F18BAF; }
span { border-color: rgb(241,139,175); }
td.TdClassName
{
border-color: #F18BAF;
}
.TagClassName
{
border-color: #F18BAF;
}
</style>