Shades of Plum #F0AAF0
Tints of Plum #F0AAF0
RGB
CMYK
RGB Variations
Color information
#F0AAF0 (or 0xF0AAF0) is known color: Plum. HEX triplet: F0, AA and F0. RGB value is (240,170,240). Sum of RGB (Red+Green+Blue) = 240+170+240=650 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.92% from 650); Green value is 170 (66.80% from 255 or 26.15% from 650); Blue value is 240 (94.14% from 255 or 36.92% from 650); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F0AAF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAF0 is #0F550F. Grayscale: #C6C6C6. Windows color (decimal): -1004816 or 15772400. OLE color: 15772400.
HSL color Cylindrical-coordinate representation of color #F0AAF0: hue angle of 300º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAF0 is Cyan = 0, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 170 | 240 | - |
| CMYK | 0 | 0.29 | 0 | 0.06 |
| HSL | 300º | 0.7% | 0.8% | - |
| HSV(B) | 300º | 0.29% | 0.94% | - |
| XYZ | 66.04 | 53.57 | 89.3 | - |
| YUV | 198.91 | 151.19 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 240 | 0 | 0.29 | 0 | 0.06 | 300 | 0.7 | 0.8 |
| Hex | F0 | AA | F0 | 0 | 1D | 0 | 6 | 12C | 46 | 50 |
| Octal | 360 | 252 | 360 | 0 | 35 | 0 | 6 | 454 | 106 | 120 |
| Binary | 11110000 | 10101010 | 11110000 | 0 | 11101 | 0 | 110 | 100101100 | 1000110 | 1010000 |
Color Harmonies of #F0AAF0
Complementary color
Monochromatic Colors of #F0AAF0
Black with #F0AAF0
Text Example
Text Example
White with #F0AAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAF0; }
p { color: rgb(240,170,240); }
H1.HeaderClassName
{
color: #F0AAF0;
}
.AnyTagClassName
{
color: #F0AAF0;
}
</style>
background-color css
<style>
a { background-color: #F0AAF0; }
a { background-color: rgb(240,170,240); }
div.DivClassName
{
background-color: #F0AAF0;
}
.BgClassName
{
background-color: #F0AAF0;
}
</style>
border-color css
<style>
span { border-color: #F0AAF0; }
span { border-color: rgb(240,170,240); }
td.TdClassName
{
border-color: #F0AAF0;
}
.TagClassName
{
border-color: #F0AAF0;
}
</style>