Shades of Plum #F0AAF4
Tints of Plum #F0AAF4
RGB
CMYK
RGB Variations
Color information
#F0AAF4 (or 0xF0AAF4) is known color: Plum. HEX triplet: F0, AA and F4. RGB value is (240,170,244). Sum of RGB (Red+Green+Blue) = 240+170+244=654 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.70% from 654); Green value is 170 (66.80% from 255 or 25.99% from 654); Blue value is 244 (95.70% from 255 or 37.31% from 654); Max value from RGB is 244 - color contains mainly: blue. Hex color #F0AAF4 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAF4 is #0F550B. Grayscale: #C7C7C7. Windows color (decimal): -1004812 or 16034544. OLE color: 16034544.
HSL color Cylindrical-coordinate representation of color #F0AAF4: hue angle of 296.76º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0AAF4 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 240 | 170 | 244 | - |
| CMYK | 0.02 | 0.30 | 0 | 0.04 |
| HSL | 296.76º | 0.77% | 0.81% | - |
| HSV(B) | 296.76º | 0.3% | 0.96% | - |
| XYZ | 66.64 | 53.81 | 92.46 | - |
| YUV | 199.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 244 | 0.02 | 0.30 | 0 | 0.04 | 296.76 | 0.77 | 0.81 |
| Hex | F0 | AA | F4 | 2 | 1E | 0 | 4 | 129 | 4D | 51 |
| Octal | 360 | 252 | 364 | 2 | 36 | 0 | 4 | 451 | 115 | 121 |
| Binary | 11110000 | 10101010 | 11110100 | 10 | 11110 | 0 | 100 | 100101001 | 1001101 | 1010001 |
Color Harmonies of #F0AAF4
Complementary color
Monochromatic Colors of #F0AAF4
Black with #F0AAF4
Text Example
Text Example
White with #F0AAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAF4; }
p { color: rgb(240,170,244); }
H1.HeaderClassName
{
color: #F0AAF4;
}
.AnyTagClassName
{
color: #F0AAF4;
}
</style>
background-color css
<style>
a { background-color: #F0AAF4; }
a { background-color: rgb(240,170,244); }
div.DivClassName
{
background-color: #F0AAF4;
}
.BgClassName
{
background-color: #F0AAF4;
}
</style>
border-color css
<style>
span { border-color: #F0AAF4; }
span { border-color: rgb(240,170,244); }
td.TdClassName
{
border-color: #F0AAF4;
}
.TagClassName
{
border-color: #F0AAF4;
}
</style>