Shades of Plum #F1AAF2
Tints of Plum #F1AAF2
RGB
CMYK
RGB Variations
Color information
#F1AAF2 (or 0xF1AAF2) is known color: Plum. HEX triplet: F1, AA and F2. RGB value is (241,170,242). Sum of RGB (Red+Green+Blue) = 241+170+242=653 (86% of max value = 765). Red value is 241 (94.53% from 255 or 36.91% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 242 (94.92% from 255 or 37.06% from 653); Max value from RGB is 242 - color contains mainly: blue. Hex color #F1AAF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F1AAF2 is #0E550D. Grayscale: #C7C7C7. Windows color (decimal): -939278 or 15903473. OLE color: 15903473.
HSL color Cylindrical-coordinate representation of color #F1AAF2: hue angle of 299.17º 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 #F1AAF2 is Cyan = 0.00, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 170 | 242 | - |
| CMYK | 0.00 | 0.30 | 0 | 0.05 |
| HSL | 299.17º | 0.73% | 0.81% | - |
| HSV(B) | 299.17º | 0.3% | 0.95% | - |
| XYZ | 66.68 | 53.86 | 90.89 | - |
| YUV | 199.44 | 152.02 | 157.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 170 | 242 | 0.00 | 0.30 | 0 | 0.05 | 299.17 | 0.73 | 0.81 |
| Hex | F1 | AA | F2 | 0 | 1E | 0 | 5 | 12B | 49 | 51 |
| Octal | 361 | 252 | 362 | 0 | 36 | 0 | 5 | 453 | 111 | 121 |
| Binary | 11110001 | 10101010 | 11110010 | 0 | 11110 | 0 | 101 | 100101011 | 1001001 | 1010001 |
Color Harmonies of #F1AAF2
Complementary color
Monochromatic Colors of #F1AAF2
Black with #F1AAF2
Text Example
Text Example
White with #F1AAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1AAF2; }
p { color: rgb(241,170,242); }
H1.HeaderClassName
{
color: #F1AAF2;
}
.AnyTagClassName
{
color: #F1AAF2;
}
</style>
background-color css
<style>
a { background-color: #F1AAF2; }
a { background-color: rgb(241,170,242); }
div.DivClassName
{
background-color: #F1AAF2;
}
.BgClassName
{
background-color: #F1AAF2;
}
</style>
border-color css
<style>
span { border-color: #F1AAF2; }
span { border-color: rgb(241,170,242); }
td.TdClassName
{
border-color: #F1AAF2;
}
.TagClassName
{
border-color: #F1AAF2;
}
</style>