Shades of Plum #F0AAF2
Tints of Plum #F0AAF2
RGB
CMYK
RGB Variations
Color information
#F0AAF2 (or 0xF0AAF2) is known color: Plum. HEX triplet: F0, AA and F2. RGB value is (240,170,242). Sum of RGB (Red+Green+Blue) = 240+170+242=652 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.81% from 652); Green value is 170 (66.80% from 255 or 26.07% from 652); Blue value is 242 (94.92% from 255 or 37.12% from 652); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAF2 is #0F550D. Grayscale: #C6C6C6. Windows color (decimal): -1004814 or 15903472. OLE color: 15903472.
HSL color Cylindrical-coordinate representation of color #F0AAF2: hue angle of 298.33º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AAF2 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 170 | 242 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.05 |
| HSL | 298.33º | 0.73% | 0.81% | - |
| HSV(B) | 298.33º | 0.3% | 0.95% | - |
| XYZ | 66.34 | 53.69 | 90.87 | - |
| YUV | 199.14 | 152.19 | 157.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 242 | 0.01 | 0.30 | 0 | 0.05 | 298.33 | 0.73 | 0.81 |
| Hex | F0 | AA | F2 | 1 | 1E | 0 | 5 | 12A | 49 | 51 |
| Octal | 360 | 252 | 362 | 1 | 36 | 0 | 5 | 452 | 111 | 121 |
| Binary | 11110000 | 10101010 | 11110010 | 1 | 11110 | 0 | 101 | 100101010 | 1001001 | 1010001 |
Color Harmonies of #F0AAF2
Complementary color
Monochromatic Colors of #F0AAF2
Black with #F0AAF2
Text Example
Text Example
White with #F0AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAF2; }
p { color: rgb(240,170,242); }
H1.HeaderClassName
{
color: #F0AAF2;
}
.AnyTagClassName
{
color: #F0AAF2;
}
</style>
background-color css
<style>
a { background-color: #F0AAF2; }
a { background-color: rgb(240,170,242); }
div.DivClassName
{
background-color: #F0AAF2;
}
.BgClassName
{
background-color: #F0AAF2;
}
</style>
border-color css
<style>
span { border-color: #F0AAF2; }
span { border-color: rgb(240,170,242); }
td.TdClassName
{
border-color: #F0AAF2;
}
.TagClassName
{
border-color: #F0AAF2;
}
</style>