Shades of Mauvelous #FF90A5
Tints of Mauvelous #FF90A5
RGB
CMYK
RGB Variations
Color information
#FF90A5 (or 0xFF90A5) is known color: Mauvelous. HEX triplet: FF, 90 and A5. RGB value is (255,144,165). Sum of RGB (Red+Green+Blue) = 255+144+165=564 (74% of max value = 765). Red value is 255 (100% from 255 or 45.21% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 165 (64.84% from 255 or 29.26% from 564); Max value from RGB is 255 - color contains mainly: red. Hex color #FF90A5 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF90A5 is #006F5A. Grayscale: #B3B3B3. Windows color (decimal): -28507 or 10850559. OLE color: 10850559.
HSL color Cylindrical-coordinate representation of color #FF90A5: hue angle of 348.65º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #FF90A5 is Cyan = 0, Magento = 0.44, Yellow = 0.35 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 144 | 165 | - |
| CMYK | 0 | 0.44 | 0.35 | 0 |
| HSL | 348.65º | 1% | 0.78% | - |
| HSV(B) | 348.65º | 0.44% | 1% | - |
| XYZ | 58 | 43.92 | 41.02 | - |
| YUV | 179.58 | 119.77 | 181.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 144 | 165 | 0 | 0.44 | 0.35 | 0 | 348.65 | 1 | 0.78 |
| Hex | FF | 90 | A5 | 0 | 2C | 23 | 0 | 15D | 64 | 4E |
| Octal | 377 | 220 | 245 | 0 | 54 | 43 | 0 | 535 | 144 | 116 |
| Binary | 11111111 | 10010000 | 10100101 | 0 | 101100 | 100011 | 0 | 101011101 | 1100100 | 1001110 |
Color Harmonies of #FF90A5
Complementary color
Monochromatic Colors of #FF90A5
Black with #FF90A5
Text Example
Text Example
White with #FF90A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF90A5; }
p { color: rgb(255,144,165); }
H1.HeaderClassName
{
color: #FF90A5;
}
.AnyTagClassName
{
color: #FF90A5;
}
</style>
background-color css
<style>
a { background-color: #FF90A5; }
a { background-color: rgb(255,144,165); }
div.DivClassName
{
background-color: #FF90A5;
}
.BgClassName
{
background-color: #FF90A5;
}
</style>
border-color css
<style>
span { border-color: #FF90A5; }
span { border-color: rgb(255,144,165); }
td.TdClassName
{
border-color: #FF90A5;
}
.TagClassName
{
border-color: #FF90A5;
}
</style>