Shades of Mauvelous #F492A8
Tints of Mauvelous #F492A8
RGB
CMYK
RGB Variations
Color information
#F492A8 (or 0xF492A8) is known color: Mauvelous. HEX triplet: F4, 92 and A8. RGB value is (244,146,168). Sum of RGB (Red+Green+Blue) = 244+146+168=558 (73% of max value = 765). Red value is 244 (95.70% from 255 or 43.73% from 558); Green value is 146 (57.42% from 255 or 26.16% from 558); Blue value is 168 (66.02% from 255 or 30.11% from 558); Max value from RGB is 244 - color contains mainly: red. Hex color #F492A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F492A8 is #0B6D57. Grayscale: #B1B1B1. Windows color (decimal): -748888 or 11047668. OLE color: 11047668.
HSL color Cylindrical-coordinate representation of color #F492A8: hue angle of 346.53º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F492A8 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 146 | 168 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.04 |
| HSL | 346.53º | 0.82% | 0.76% | - |
| HSV(B) | 346.53º | 0.4% | 0.96% | - |
| XYZ | 54.66 | 42.62 | 42.39 | - |
| YUV | 177.81 | 122.47 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 146 | 168 | 0 | 0.40 | 0.31 | 0.04 | 346.53 | 0.82 | 0.76 |
| Hex | F4 | 92 | A8 | 0 | 28 | 1F | 4 | 15B | 52 | 4C |
| Octal | 364 | 222 | 250 | 0 | 50 | 37 | 4 | 533 | 122 | 114 |
| Binary | 11110100 | 10010010 | 10101000 | 0 | 101000 | 11111 | 100 | 101011011 | 1010010 | 1001100 |
Color Harmonies of #F492A8
Complementary color
Monochromatic Colors of #F492A8
Black with #F492A8
Text Example
Text Example
White with #F492A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F492A8; }
p { color: rgb(244,146,168); }
H1.HeaderClassName
{
color: #F492A8;
}
.AnyTagClassName
{
color: #F492A8;
}
</style>
background-color css
<style>
a { background-color: #F492A8; }
a { background-color: rgb(244,146,168); }
div.DivClassName
{
background-color: #F492A8;
}
.BgClassName
{
background-color: #F492A8;
}
</style>
border-color css
<style>
span { border-color: #F492A8; }
span { border-color: rgb(244,146,168); }
td.TdClassName
{
border-color: #F492A8;
}
.TagClassName
{
border-color: #F492A8;
}
</style>