Shades of Mauvelous #F087A7
Tints of Mauvelous #F087A7
RGB
CMYK
RGB Variations
Color information
#F087A7 (or 0xF087A7) is known color: Mauvelous. HEX triplet: F0, 87 and A7. RGB value is (240,135,167). Sum of RGB (Red+Green+Blue) = 240+135+167=542 (71% of max value = 765). Red value is 240 (94.14% from 255 or 44.28% from 542); Green value is 135 (53.12% from 255 or 24.91% from 542); Blue value is 167 (65.62% from 255 or 30.81% from 542); Max value from RGB is 240 - color contains mainly: red. Hex color #F087A7 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F087A7 is #0F7858. Grayscale: #AAAAAA. Windows color (decimal): -1013849 or 10979312. OLE color: 10979312.
HSL color Cylindrical-coordinate representation of color #F087A7: hue angle of 341.71º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #F087A7 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 135 | 167 | - |
| CMYK | 0 | 0.44 | 0.30 | 0.06 |
| HSL | 341.71º | 0.78% | 0.74% | - |
| HSV(B) | 341.71º | 0.44% | 0.94% | - |
| XYZ | 51.57 | 38.64 | 41.3 | - |
| YUV | 170.04 | 126.29 | 177.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 135 | 167 | 0 | 0.44 | 0.30 | 0.06 | 341.71 | 0.78 | 0.74 |
| Hex | F0 | 87 | A7 | 0 | 2C | 1E | 6 | 156 | 4E | 4A |
| Octal | 360 | 207 | 247 | 0 | 54 | 36 | 6 | 526 | 116 | 112 |
| Binary | 11110000 | 10000111 | 10100111 | 0 | 101100 | 11110 | 110 | 101010110 | 1001110 | 1001010 |
Color Harmonies of #F087A7
Complementary color
Monochromatic Colors of #F087A7
Black with #F087A7
Text Example
Text Example
White with #F087A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F087A7; }
p { color: rgb(240,135,167); }
H1.HeaderClassName
{
color: #F087A7;
}
.AnyTagClassName
{
color: #F087A7;
}
</style>
background-color css
<style>
a { background-color: #F087A7; }
a { background-color: rgb(240,135,167); }
div.DivClassName
{
background-color: #F087A7;
}
.BgClassName
{
background-color: #F087A7;
}
</style>
border-color css
<style>
span { border-color: #F087A7; }
span { border-color: rgb(240,135,167); }
td.TdClassName
{
border-color: #F087A7;
}
.TagClassName
{
border-color: #F087A7;
}
</style>