Shades of Mauvelous #FF9FAA
Tints of Mauvelous #FF9FAA
RGB
CMYK
RGB Variations
Color information
#FF9FAA (or 0xFF9FAA) is known color: Mauvelous. HEX triplet: FF, 9F and AA. RGB value is (255,159,170). Sum of RGB (Red+Green+Blue) = 255+159+170=584 (77% of max value = 765). Red value is 255 (100% from 255 or 43.66% from 584); Green value is 159 (62.5% from 255 or 27.23% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9FAA is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9FAA is #006055. Grayscale: #BDBDBD. Windows color (decimal): -24662 or 11182079. OLE color: 11182079.
HSL color Cylindrical-coordinate representation of color #FF9FAA: hue angle of 353.12º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #FF9FAA is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 159 | 170 | - |
| CMYK | 0 | 0.38 | 0.33 | 0 |
| HSL | 353.13º | 1% | 0.81% | - |
| HSV(B) | 353.13º | 0.38% | 1% | - |
| XYZ | 60.89 | 48.96 | 44.27 | - |
| YUV | 188.96 | 117.3 | 175.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 159 | 170 | 0 | 0.38 | 0.33 | 0 | 353.13 | 1 | 0.81 |
| Hex | FF | 9F | AA | 0 | 26 | 21 | 0 | 161 | 64 | 51 |
| Octal | 377 | 237 | 252 | 0 | 46 | 41 | 0 | 541 | 144 | 121 |
| Binary | 11111111 | 10011111 | 10101010 | 0 | 100110 | 100001 | 0 | 101100001 | 1100100 | 1010001 |
Color Harmonies of #FF9FAA
Complementary color
Monochromatic Colors of #FF9FAA
Black with #FF9FAA
Text Example
Text Example
White with #FF9FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF9FAA; }
p { color: rgb(255,159,170); }
H1.HeaderClassName
{
color: #FF9FAA;
}
.AnyTagClassName
{
color: #FF9FAA;
}
</style>
background-color css
<style>
a { background-color: #FF9FAA; }
a { background-color: rgb(255,159,170); }
div.DivClassName
{
background-color: #FF9FAA;
}
.BgClassName
{
background-color: #FF9FAA;
}
</style>
border-color css
<style>
span { border-color: #FF9FAA; }
span { border-color: rgb(255,159,170); }
td.TdClassName
{
border-color: #FF9FAA;
}
.TagClassName
{
border-color: #FF9FAA;
}
</style>