Shades of Mauvelous #FF94AD
Tints of Mauvelous #FF94AD
RGB
CMYK
RGB Variations
Color information
#FF94AD (or 0xFF94AD) is known color: Mauvelous. HEX triplet: FF, 94 and AD. RGB value is (255,148,173). Sum of RGB (Red+Green+Blue) = 255+148+173=576 (76% of max value = 765). Red value is 255 (100% from 255 or 44.27% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 255 - color contains mainly: red. Hex color #FF94AD is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF94AD is #006B52. Grayscale: #B6B6B6. Windows color (decimal): -27475 or 11375871. OLE color: 11375871.
HSL color Cylindrical-coordinate representation of color #FF94AD: hue angle of 345.98º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #FF94AD is Cyan = 0, Magento = 0.42, Yellow = 0.32 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 148 | 173 | - |
| CMYK | 0 | 0.42 | 0.32 | 0 |
| HSL | 345.98º | 1% | 0.79% | - |
| HSV(B) | 345.98º | 0.42% | 1% | - |
| XYZ | 59.37 | 45.46 | 45.18 | - |
| YUV | 182.84 | 122.45 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 148 | 173 | 0 | 0.42 | 0.32 | 0 | 345.98 | 1 | 0.79 |
| Hex | FF | 94 | AD | 0 | 2A | 20 | 0 | 15A | 64 | 4F |
| Octal | 377 | 224 | 255 | 0 | 52 | 40 | 0 | 532 | 144 | 117 |
| Binary | 11111111 | 10010100 | 10101101 | 0 | 101010 | 100000 | 0 | 101011010 | 1100100 | 1001111 |
Color Harmonies of #FF94AD
Complementary color
Monochromatic Colors of #FF94AD
Black with #FF94AD
Text Example
Text Example
White with #FF94AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF94AD; }
p { color: rgb(255,148,173); }
H1.HeaderClassName
{
color: #FF94AD;
}
.AnyTagClassName
{
color: #FF94AD;
}
</style>
background-color css
<style>
a { background-color: #FF94AD; }
a { background-color: rgb(255,148,173); }
div.DivClassName
{
background-color: #FF94AD;
}
.BgClassName
{
background-color: #FF94AD;
}
</style>
border-color css
<style>
span { border-color: #FF94AD; }
span { border-color: rgb(255,148,173); }
td.TdClassName
{
border-color: #FF94AD;
}
.TagClassName
{
border-color: #FF94AD;
}
</style>