Shades of Mauvelous #F085B0
Tints of Mauvelous #F085B0
RGB
CMYK
RGB Variations
Color information
#F085B0 (or 0xF085B0) is known color: Mauvelous. HEX triplet: F0, 85 and B0. RGB value is (240,133,176). Sum of RGB (Red+Green+Blue) = 240+133+176=549 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.72% from 549); Green value is 133 (52.34% from 255 or 24.23% from 549); Blue value is 176 (69.14% from 255 or 32.06% from 549); Max value from RGB is 240 - color contains mainly: red. Hex color #F085B0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085B0 is #0F7A4F. Grayscale: #A9A9A9. Windows color (decimal): -1014352 or 11568624. OLE color: 11568624.
HSL color Cylindrical-coordinate representation of color #F085B0: hue angle of 335.89º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085B0 is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 176 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.06 |
| HSL | 335.89º | 0.78% | 0.73% | - |
| HSV(B) | 335.89º | 0.45% | 0.94% | - |
| XYZ | 52.16 | 38.43 | 45.74 | - |
| YUV | 169.9 | 131.45 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 176 | 0 | 0.45 | 0.27 | 0.06 | 335.89 | 0.78 | 0.73 |
| Hex | F0 | 85 | B0 | 0 | 2D | 1B | 6 | 150 | 4E | 49 |
| Octal | 360 | 205 | 260 | 0 | 55 | 33 | 6 | 520 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10110000 | 0 | 101101 | 11011 | 110 | 101010000 | 1001110 | 1001001 |
Color Harmonies of #F085B0
Complementary color
Monochromatic Colors of #F085B0
Black with #F085B0
Text Example
Text Example
White with #F085B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085B0; }
p { color: rgb(240,133,176); }
H1.HeaderClassName
{
color: #F085B0;
}
.AnyTagClassName
{
color: #F085B0;
}
</style>
background-color css
<style>
a { background-color: #F085B0; }
a { background-color: rgb(240,133,176); }
div.DivClassName
{
background-color: #F085B0;
}
.BgClassName
{
background-color: #F085B0;
}
</style>
border-color css
<style>
span { border-color: #F085B0; }
span { border-color: rgb(240,133,176); }
td.TdClassName
{
border-color: #F085B0;
}
.TagClassName
{
border-color: #F085B0;
}
</style>