Shades of Plum #F0AAF1
Tints of Plum #F0AAF1
RGB
CMYK
RGB Variations
Color information
#F0AAF1 (or 0xF0AAF1) is known color: Plum. HEX triplet: F0, AA and F1. RGB value is (240,170,241). Sum of RGB (Red+Green+Blue) = 240+170+241=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 170 (66.80% from 255 or 26.11% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 241 - color contains mainly: blue. Hex color #F0AAF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAF1 is #0F550E. Grayscale: #C6C6C6. Windows color (decimal): -1004815 or 15837936. OLE color: 15837936.
HSL color Cylindrical-coordinate representation of color #F0AAF1: hue angle of 299.15º degrees, saturation: 0.72, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F0AAF1 is Cyan = 0.00, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 170 | 241 | - |
| CMYK | 0.00 | 0.29 | 0 | 0.05 |
| HSL | 299.15º | 0.72% | 0.81% | - |
| HSV(B) | 299.15º | 0.29% | 0.95% | - |
| XYZ | 66.19 | 53.63 | 90.08 | - |
| YUV | 199.02 | 151.69 | 157.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 241 | 0.00 | 0.29 | 0 | 0.05 | 299.15 | 0.72 | 0.81 |
| Hex | F0 | AA | F1 | 0 | 1D | 0 | 5 | 12B | 48 | 51 |
| Octal | 360 | 252 | 361 | 0 | 35 | 0 | 5 | 453 | 110 | 121 |
| Binary | 11110000 | 10101010 | 11110001 | 0 | 11101 | 0 | 101 | 100101011 | 1001000 | 1010001 |
Color Harmonies of #F0AAF1
Complementary color
Monochromatic Colors of #F0AAF1
Black with #F0AAF1
Text Example
Text Example
White with #F0AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAF1; }
p { color: rgb(240,170,241); }
H1.HeaderClassName
{
color: #F0AAF1;
}
.AnyTagClassName
{
color: #F0AAF1;
}
</style>
background-color css
<style>
a { background-color: #F0AAF1; }
a { background-color: rgb(240,170,241); }
div.DivClassName
{
background-color: #F0AAF1;
}
.BgClassName
{
background-color: #F0AAF1;
}
</style>
border-color css
<style>
span { border-color: #F0AAF1; }
span { border-color: rgb(240,170,241); }
td.TdClassName
{
border-color: #F0AAF1;
}
.TagClassName
{
border-color: #F0AAF1;
}
</style>