Shades of Mauvelous #FF92AD
Tints of Mauvelous #FF92AD
RGB
CMYK
RGB Variations
Color information
#FF92AD (or 0xFF92AD) is known color: Mauvelous. HEX triplet: FF, 92 and AD. RGB value is (255,146,173). Sum of RGB (Red+Green+Blue) = 255+146+173=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF92AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF92AD is #006D52. Grayscale: #B5B5B5. Windows color (decimal): -27987 or 11375359. OLE color: 11375359.
HSL color Cylindrical-coordinate representation of color #FF92AD: hue angle of 345.14º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #FF92AD is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 146 | 173 | - |
| CMYK | 0 | 0.43 | 0.32 | 0 |
| HSL | 345.14º | 1% | 0.79% | - |
| HSV(B) | 345.14º | 0.43% | 1% | - |
| XYZ | 59.06 | 44.83 | 45.08 | - |
| YUV | 181.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 146 | 173 | 0 | 0.43 | 0.32 | 0 | 345.14 | 1 | 0.79 |
| Hex | FF | 92 | AD | 0 | 2B | 20 | 0 | 159 | 64 | 4F |
| Octal | 377 | 222 | 255 | 0 | 53 | 40 | 0 | 531 | 144 | 117 |
| Binary | 11111111 | 10010010 | 10101101 | 0 | 101011 | 100000 | 0 | 101011001 | 1100100 | 1001111 |
Color Harmonies of #FF92AD
Complementary color
Monochromatic Colors of #FF92AD
Black with #FF92AD
Text Example
Text Example
White with #FF92AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF92AD; }
p { color: rgb(255,146,173); }
H1.HeaderClassName
{
color: #FF92AD;
}
.AnyTagClassName
{
color: #FF92AD;
}
</style>
background-color css
<style>
a { background-color: #FF92AD; }
a { background-color: rgb(255,146,173); }
div.DivClassName
{
background-color: #FF92AD;
}
.BgClassName
{
background-color: #FF92AD;
}
</style>
border-color css
<style>
span { border-color: #FF92AD; }
span { border-color: rgb(255,146,173); }
td.TdClassName
{
border-color: #FF92AD;
}
.TagClassName
{
border-color: #FF92AD;
}
</style>