Shades of Mauvelous #F592AD
Tints of Mauvelous #F592AD
RGB
CMYK
RGB Variations
Color information
#F592AD (or 0xF592AD) is known color: Mauvelous. HEX triplet: F5, 92 and AD. RGB value is (245,146,173). Sum of RGB (Red+Green+Blue) = 245+146+173=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 146 (57.42% from 255 or 25.89% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 245 - color contains mainly: red. Hex color #F592AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F592AD is #0A6D52. Grayscale: #B2B2B2. Windows color (decimal): -683347 or 11375349. OLE color: 11375349.
HSL color Cylindrical-coordinate representation of color #F592AD: hue angle of 343.64º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F592AD is Cyan = 0, Magento = 0.40, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 173 | - |
| CMYK | 0 | 0.40 | 0.29 | 0.04 |
| HSL | 343.64º | 0.83% | 0.77% | - |
| HSV(B) | 343.64º | 0.4% | 0.96% | - |
| XYZ | 55.48 | 42.99 | 44.91 | - |
| YUV | 178.68 | 124.8 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 173 | 0 | 0.40 | 0.29 | 0.04 | 343.64 | 0.83 | 0.77 |
| Hex | F5 | 92 | AD | 0 | 28 | 1D | 4 | 158 | 53 | 4D |
| Octal | 365 | 222 | 255 | 0 | 50 | 35 | 4 | 530 | 123 | 115 |
| Binary | 11110101 | 10010010 | 10101101 | 0 | 101000 | 11101 | 100 | 101011000 | 1010011 | 1001101 |
Color Harmonies of #F592AD
Complementary color
Monochromatic Colors of #F592AD
Black with #F592AD
Text Example
Text Example
White with #F592AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592AD; }
p { color: rgb(245,146,173); }
H1.HeaderClassName
{
color: #F592AD;
}
.AnyTagClassName
{
color: #F592AD;
}
</style>
background-color css
<style>
a { background-color: #F592AD; }
a { background-color: rgb(245,146,173); }
div.DivClassName
{
background-color: #F592AD;
}
.BgClassName
{
background-color: #F592AD;
}
</style>
border-color css
<style>
span { border-color: #F592AD; }
span { border-color: rgb(245,146,173); }
td.TdClassName
{
border-color: #F592AD;
}
.TagClassName
{
border-color: #F592AD;
}
</style>