Shades of Mauvelous #F592AB
Tints of Mauvelous #F592AB
RGB
CMYK
RGB Variations
Color information
#F592AB (or 0xF592AB) is known color: Mauvelous. HEX triplet: F5, 92 and AB. RGB value is (245,146,171). Sum of RGB (Red+Green+Blue) = 245+146+171=562 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.59% from 562); Green value is 146 (57.42% from 255 or 25.98% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 245 - color contains mainly: red. Hex color #F592AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F592AB is #0A6D54. Grayscale: #B2B2B2. Windows color (decimal): -683349 or 11244277. OLE color: 11244277.
HSL color Cylindrical-coordinate representation of color #F592AB: hue angle of 344.85º 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 #F592AB is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 146 | 171 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.04 |
| HSL | 344.85º | 0.83% | 0.77% | - |
| HSV(B) | 344.85º | 0.4% | 0.96% | - |
| XYZ | 55.29 | 42.91 | 43.9 | - |
| YUV | 178.45 | 123.8 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 146 | 171 | 0 | 0.40 | 0.30 | 0.04 | 344.85 | 0.83 | 0.77 |
| Hex | F5 | 92 | AB | 0 | 28 | 1E | 4 | 159 | 53 | 4D |
| Octal | 365 | 222 | 253 | 0 | 50 | 36 | 4 | 531 | 123 | 115 |
| Binary | 11110101 | 10010010 | 10101011 | 0 | 101000 | 11110 | 100 | 101011001 | 1010011 | 1001101 |
Color Harmonies of #F592AB
Complementary color
Monochromatic Colors of #F592AB
Black with #F592AB
Text Example
Text Example
White with #F592AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F592AB; }
p { color: rgb(245,146,171); }
H1.HeaderClassName
{
color: #F592AB;
}
.AnyTagClassName
{
color: #F592AB;
}
</style>
background-color css
<style>
a { background-color: #F592AB; }
a { background-color: rgb(245,146,171); }
div.DivClassName
{
background-color: #F592AB;
}
.BgClassName
{
background-color: #F592AB;
}
</style>
border-color css
<style>
span { border-color: #F592AB; }
span { border-color: rgb(245,146,171); }
td.TdClassName
{
border-color: #F592AB;
}
.TagClassName
{
border-color: #F592AB;
}
</style>