Shades of Mauvelous #F085AD
Tints of Mauvelous #F085AD
RGB
CMYK
RGB Variations
Color information
#F085AD (or 0xF085AD) is known color: Mauvelous. HEX triplet: F0, 85 and AD. RGB value is (240,133,173). Sum of RGB (Red+Green+Blue) = 240+133+173=546 (72% of max value = 765). Red value is 240 (94.14% from 255 or 43.96% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 173 (67.97% from 255 or 31.68% from 546); Max value from RGB is 240 - color contains mainly: red. Hex color #F085AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F085AD is #0F7A52. Grayscale: #A9A9A9. Windows color (decimal): -1014355 or 11372016. OLE color: 11372016.
HSL color Cylindrical-coordinate representation of color #F085AD: hue angle of 337.57º 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 #F085AD is Cyan = 0, Magento = 0.45, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 173 | - |
| CMYK | 0 | 0.45 | 0.28 | 0.06 |
| HSL | 337.57º | 0.78% | 0.73% | - |
| HSV(B) | 337.57º | 0.45% | 0.94% | - |
| XYZ | 51.87 | 38.32 | 44.2 | - |
| YUV | 169.55 | 129.95 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 173 | 0 | 0.45 | 0.28 | 0.06 | 337.57 | 0.78 | 0.73 |
| Hex | F0 | 85 | AD | 0 | 2D | 1C | 6 | 152 | 4E | 49 |
| Octal | 360 | 205 | 255 | 0 | 55 | 34 | 6 | 522 | 116 | 111 |
| Binary | 11110000 | 10000101 | 10101101 | 0 | 101101 | 11100 | 110 | 101010010 | 1001110 | 1001001 |
Color Harmonies of #F085AD
Complementary color
Monochromatic Colors of #F085AD
Black with #F085AD
Text Example
Text Example
White with #F085AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085AD; }
p { color: rgb(240,133,173); }
H1.HeaderClassName
{
color: #F085AD;
}
.AnyTagClassName
{
color: #F085AD;
}
</style>
background-color css
<style>
a { background-color: #F085AD; }
a { background-color: rgb(240,133,173); }
div.DivClassName
{
background-color: #F085AD;
}
.BgClassName
{
background-color: #F085AD;
}
</style>
border-color css
<style>
span { border-color: #F085AD; }
span { border-color: rgb(240,133,173); }
td.TdClassName
{
border-color: #F085AD;
}
.TagClassName
{
border-color: #F085AD;
}
</style>