Shades of Mauvelous #F497A8
Tints of Mauvelous #F497A8
RGB
CMYK
RGB Variations
Color information
#F497A8 (or 0xF497A8) is known color: Mauvelous. HEX triplet: F4, 97 and A8. RGB value is (244,151,168). Sum of RGB (Red+Green+Blue) = 244+151+168=563 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.34% from 563); Green value is 151 (59.38% from 255 or 26.82% from 563); Blue value is 168 (66.02% from 255 or 29.84% from 563); Max value from RGB is 244 - color contains mainly: red. Hex color #F497A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F497A8 is #0B6857. Grayscale: #B4B4B4. Windows color (decimal): -747608 or 11048948. OLE color: 11048948.
HSL color Cylindrical-coordinate representation of color #F497A8: hue angle of 349.03º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F497A8 is Cyan = 0, Magento = 0.38, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 151 | 168 | - |
| CMYK | 0 | 0.38 | 0.31 | 0.04 |
| HSL | 349.03º | 0.81% | 0.77% | - |
| HSV(B) | 349.03º | 0.38% | 0.96% | - |
| XYZ | 55.44 | 44.19 | 42.65 | - |
| YUV | 180.75 | 120.81 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 151 | 168 | 0 | 0.38 | 0.31 | 0.04 | 349.03 | 0.81 | 0.77 |
| Hex | F4 | 97 | A8 | 0 | 26 | 1F | 4 | 15D | 51 | 4D |
| Octal | 364 | 227 | 250 | 0 | 46 | 37 | 4 | 535 | 121 | 115 |
| Binary | 11110100 | 10010111 | 10101000 | 0 | 100110 | 11111 | 100 | 101011101 | 1010001 | 1001101 |
Color Harmonies of #F497A8
Complementary color
Monochromatic Colors of #F497A8
Black with #F497A8
Text Example
Text Example
White with #F497A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F497A8; }
p { color: rgb(244,151,168); }
H1.HeaderClassName
{
color: #F497A8;
}
.AnyTagClassName
{
color: #F497A8;
}
</style>
background-color css
<style>
a { background-color: #F497A8; }
a { background-color: rgb(244,151,168); }
div.DivClassName
{
background-color: #F497A8;
}
.BgClassName
{
background-color: #F497A8;
}
</style>
border-color css
<style>
span { border-color: #F497A8; }
span { border-color: rgb(244,151,168); }
td.TdClassName
{
border-color: #F497A8;
}
.TagClassName
{
border-color: #F497A8;
}
</style>