Shades of Mauvelous #F495A8
Tints of Mauvelous #F495A8
RGB
CMYK
RGB Variations
Color information
#F495A8 (or 0xF495A8) is known color: Mauvelous. HEX triplet: F4, 95 and A8. RGB value is (244,149,168). Sum of RGB (Red+Green+Blue) = 244+149+168=561 (74% of max value = 765). Red value is 244 (95.70% from 255 or 43.49% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 244 - color contains mainly: red. Hex color #F495A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F495A8 is #0B6A57. Grayscale: #B3B3B3. Windows color (decimal): -748120 or 11048436. OLE color: 11048436.
HSL color Cylindrical-coordinate representation of color #F495A8: hue angle of 348º degrees, saturation: 0.81, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #F495A8 is Cyan = 0, Magento = 0.39, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 149 | 168 | - |
| CMYK | 0 | 0.39 | 0.31 | 0.04 |
| HSL | 348º | 0.81% | 0.77% | - |
| HSV(B) | 348º | 0.39% | 0.96% | - |
| XYZ | 55.12 | 43.56 | 42.55 | - |
| YUV | 179.57 | 121.47 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 149 | 168 | 0 | 0.39 | 0.31 | 0.04 | 348 | 0.81 | 0.77 |
| Hex | F4 | 95 | A8 | 0 | 27 | 1F | 4 | 15C | 51 | 4D |
| Octal | 364 | 225 | 250 | 0 | 47 | 37 | 4 | 534 | 121 | 115 |
| Binary | 11110100 | 10010101 | 10101000 | 0 | 100111 | 11111 | 100 | 101011100 | 1010001 | 1001101 |
Color Harmonies of #F495A8
Complementary color
Monochromatic Colors of #F495A8
Black with #F495A8
Text Example
Text Example
White with #F495A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F495A8; }
p { color: rgb(244,149,168); }
H1.HeaderClassName
{
color: #F495A8;
}
.AnyTagClassName
{
color: #F495A8;
}
</style>
background-color css
<style>
a { background-color: #F495A8; }
a { background-color: rgb(244,149,168); }
div.DivClassName
{
background-color: #F495A8;
}
.BgClassName
{
background-color: #F495A8;
}
</style>
border-color css
<style>
span { border-color: #F495A8; }
span { border-color: rgb(244,149,168); }
td.TdClassName
{
border-color: #F495A8;
}
.TagClassName
{
border-color: #F495A8;
}
</style>