Shades of Mauvelous #F086B0
Tints of Mauvelous #F086B0
RGB
CMYK
RGB Variations
Color information
#F086B0 (or 0xF086B0) is known color: Mauvelous. HEX triplet: F0, 86 and B0. RGB value is (240,134,176). Sum of RGB (Red+Green+Blue) = 240+134+176=550 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.64% from 550); Green value is 134 (52.73% from 255 or 24.36% from 550); Blue value is 176 (69.14% from 255 or 32% from 550); Max value from RGB is 240 - color contains mainly: red. Hex color #F086B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F086B0 is #0F794F. Grayscale: #AAAAAA. Windows color (decimal): -1014096 or 11568880. OLE color: 11568880.
HSL color Cylindrical-coordinate representation of color #F086B0: hue angle of 336.23º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F086B0 is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 134 | 176 | - |
| CMYK | 0 | 0.44 | 0.27 | 0.06 |
| HSL | 336.23º | 0.78% | 0.73% | - |
| HSV(B) | 336.23º | 0.44% | 0.94% | - |
| XYZ | 52.3 | 38.71 | 45.79 | - |
| YUV | 170.48 | 131.12 | 177.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 134 | 176 | 0 | 0.44 | 0.27 | 0.06 | 336.23 | 0.78 | 0.73 |
| Hex | F0 | 86 | B0 | 0 | 2C | 1B | 6 | 150 | 4E | 49 |
| Octal | 360 | 206 | 260 | 0 | 54 | 33 | 6 | 520 | 116 | 111 |
| Binary | 11110000 | 10000110 | 10110000 | 0 | 101100 | 11011 | 110 | 101010000 | 1001110 | 1001001 |
Color Harmonies of #F086B0
Complementary color
Monochromatic Colors of #F086B0
Black with #F086B0
Text Example
Text Example
White with #F086B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F086B0; }
p { color: rgb(240,134,176); }
H1.HeaderClassName
{
color: #F086B0;
}
.AnyTagClassName
{
color: #F086B0;
}
</style>
background-color css
<style>
a { background-color: #F086B0; }
a { background-color: rgb(240,134,176); }
div.DivClassName
{
background-color: #F086B0;
}
.BgClassName
{
background-color: #F086B0;
}
</style>
border-color css
<style>
span { border-color: #F086B0; }
span { border-color: rgb(240,134,176); }
td.TdClassName
{
border-color: #F086B0;
}
.TagClassName
{
border-color: #F086B0;
}
</style>