Shades of Mauvelous #F097A8
Tints of Mauvelous #F097A8
RGB
CMYK
RGB Variations
Color information
#F097A8 (or 0xF097A8) is known color: Mauvelous. HEX triplet: F0, 97 and A8. RGB value is (240,151,168). Sum of RGB (Red+Green+Blue) = 240+151+168=559 (74% of max value = 765). Red value is 240 (94.14% from 255 or 42.93% from 559); Green value is 151 (59.38% from 255 or 27.01% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 240 - color contains mainly: red. Hex color #F097A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F097A8 is #0F6857. Grayscale: #B3B3B3. Windows color (decimal): -1009752 or 11048944. OLE color: 11048944.
HSL color Cylindrical-coordinate representation of color #F097A8: hue angle of 348.54º 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 #F097A8 is Cyan = 0, Magento = 0.37, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
RGB | 240 | 151 | 168 | - |
CMYK | 0 | 0.37 | 0.3 | 0.06 |
HSL | 348.54º | 0.75% | 0.77% | - |
HSV(B) | 348.54º | 0.37% | 0.94% | - |
XYZ | 54.07 | 43.49 | 42.59 | - |
YUV | 179.55 | 121.49 | 171.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 240 | 151 | 168 | 0 | 0.37 | 0.3 | 0.06 | 348.54 | 0.75 | 0.77 |
Hex | F0 | 97 | A8 | 0 | 25 | 1E | 6 | 15D | 4B | 4D |
Octal | 360 | 227 | 250 | 0 | 45 | 36 | 6 | 535 | 113 | 115 |
Binary | 11110000 | 10010111 | 10101000 | 0 | 100101 | 11110 | 110 | 101011101 | 1001011 | 1001101 |
Color Harmonies of #F097A8
Complementary color
Monochromatic Colors of #F097A8
Black with #F097A8
Text Example
Text Example
White with #F097A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F097A8; }
p { color: rgb(240,151,168); }
H1.HeaderClassName
{
color: #F097A8;
}
.AnyTagClassName
{
color: #F097A8;
}
</style>
background-color css
<style>
a { background-color: #F097A8; }
a { background-color: rgb(240,151,168); }
div.DivClassName
{
background-color: #F097A8;
}
.BgClassName
{
background-color: #F097A8;
}
</style>
border-color css
<style>
span { border-color: #F097A8; }
span { border-color: rgb(240,151,168); }
td.TdClassName
{
border-color: #F097A8;
}
.TagClassName
{
border-color: #F097A8;
}
</style>