Shades of Mauvelous #F093A8
Tints of Mauvelous #F093A8
RGB
CMYK
RGB Variations
Color information
#F093A8 (or 0xF093A8) is known color: Mauvelous. HEX triplet: F0, 93 and A8. RGB value is (240,147,168). Sum of RGB (Red+Green+Blue) = 240+147+168=555 (73% of max value = 765). Red value is 240 (94.14% from 255 or 43.24% from 555); Green value is 147 (57.81% from 255 or 26.49% from 555); Blue value is 168 (66.02% from 255 or 30.27% from 555); Max value from RGB is 240 - color contains mainly: red. Hex color #F093A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F093A8 is #0F6C57. Grayscale: #B1B1B1. Windows color (decimal): -1010776 or 11047920. OLE color: 11047920.
HSL color Cylindrical-coordinate representation of color #F093A8: hue angle of 346.45º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F093A8 is Cyan = 0, Magento = 0.39, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 168 | - |
| CMYK | 0 | 0.39 | 0.3 | 0.06 |
| HSL | 346.45º | 0.76% | 0.76% | - |
| HSV(B) | 346.45º | 0.39% | 0.94% | - |
| XYZ | 53.44 | 42.22 | 42.38 | - |
| YUV | 177.2 | 122.81 | 172.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 168 | 0 | 0.39 | 0.3 | 0.06 | 346.45 | 0.76 | 0.76 |
| Hex | F0 | 93 | A8 | 0 | 27 | 1E | 6 | 15A | 4C | 4C |
| Octal | 360 | 223 | 250 | 0 | 47 | 36 | 6 | 532 | 114 | 114 |
| Binary | 11110000 | 10010011 | 10101000 | 0 | 100111 | 11110 | 110 | 101011010 | 1001100 | 1001100 |
Color Harmonies of #F093A8
Complementary color
Monochromatic Colors of #F093A8
Black with #F093A8
Text Example
Text Example
White with #F093A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F093A8; }
p { color: rgb(240,147,168); }
H1.HeaderClassName
{
color: #F093A8;
}
.AnyTagClassName
{
color: #F093A8;
}
</style>
background-color css
<style>
a { background-color: #F093A8; }
a { background-color: rgb(240,147,168); }
div.DivClassName
{
background-color: #F093A8;
}
.BgClassName
{
background-color: #F093A8;
}
</style>
border-color css
<style>
span { border-color: #F093A8; }
span { border-color: rgb(240,147,168); }
td.TdClassName
{
border-color: #F093A8;
}
.TagClassName
{
border-color: #F093A8;
}
</style>