Shades of Mauvelous #F098A8
Tints of Mauvelous #F098A8
RGB
CMYK
RGB Variations
Color information
#F098A8 (or 0xF098A8) is known color: Mauvelous. HEX triplet: F0, 98 and A8. RGB value is (240,152,168). Sum of RGB (Red+Green+Blue) = 240+152+168=560 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.86% from 560); Green value is 152 (59.77% from 255 or 27.14% from 560); Blue value is 168 (66.02% from 255 or 30% from 560); Max value from RGB is 240 - color contains mainly: red. Hex color #F098A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F098A8 is #0F6757. Grayscale: #B4B4B4. Windows color (decimal): -1009496 or 11049200. OLE color: 11049200.
HSL color Cylindrical-coordinate representation of color #F098A8: hue angle of 349.09º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #F098A8 is Cyan = 0, Magento = 0.37, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 152 | 168 | - |
| CMYK | 0 | 0.37 | 0.3 | 0.06 |
| HSL | 349.09º | 0.75% | 0.77% | - |
| HSV(B) | 349.09º | 0.37% | 0.94% | - |
| XYZ | 54.23 | 43.81 | 42.64 | - |
| YUV | 180.14 | 121.15 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 152 | 168 | 0 | 0.37 | 0.3 | 0.06 | 349.09 | 0.75 | 0.77 |
| Hex | F0 | 98 | A8 | 0 | 25 | 1E | 6 | 15D | 4B | 4D |
| Octal | 360 | 230 | 250 | 0 | 45 | 36 | 6 | 535 | 113 | 115 |
| Binary | 11110000 | 10011000 | 10101000 | 0 | 100101 | 11110 | 110 | 101011101 | 1001011 | 1001101 |
Color Harmonies of #F098A8
Complementary color
Monochromatic Colors of #F098A8
Black with #F098A8
Text Example
Text Example
White with #F098A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F098A8; }
p { color: rgb(240,152,168); }
H1.HeaderClassName
{
color: #F098A8;
}
.AnyTagClassName
{
color: #F098A8;
}
</style>
background-color css
<style>
a { background-color: #F098A8; }
a { background-color: rgb(240,152,168); }
div.DivClassName
{
background-color: #F098A8;
}
.BgClassName
{
background-color: #F098A8;
}
</style>
border-color css
<style>
span { border-color: #F098A8; }
span { border-color: rgb(240,152,168); }
td.TdClassName
{
border-color: #F098A8;
}
.TagClassName
{
border-color: #F098A8;
}
</style>