Shades of Plum #F0AAF3
Tints of Plum #F0AAF3
RGB
CMYK
RGB Variations
Color information
#F0AAF3 (or 0xF0AAF3) is known color: Plum. HEX triplet: F0, AA and F3. RGB value is (240,170,243). Sum of RGB (Red+Green+Blue) = 240+170+243=653 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.75% from 653); Green value is 170 (66.80% from 255 or 26.03% from 653); Blue value is 243 (95.31% from 255 or 37.21% from 653); Max value from RGB is 243 - color contains mainly: blue. Hex color #F0AAF3 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0AAF3 is #0F550C. Grayscale: #C7C7C7. Windows color (decimal): -1004813 or 15969008. OLE color: 15969008.
HSL color Cylindrical-coordinate representation of color #F0AAF3: hue angle of 297.53º degrees, saturation: 0.75, 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 #F0AAF3 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 170 | 243 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.05 |
| HSL | 297.53º | 0.75% | 0.81% | - |
| HSV(B) | 297.53º | 0.3% | 0.95% | - |
| XYZ | 66.49 | 53.75 | 91.66 | - |
| YUV | 199.25 | 152.69 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 170 | 243 | 0.01 | 0.30 | 0 | 0.05 | 297.53 | 0.75 | 0.81 |
| Hex | F0 | AA | F3 | 1 | 1E | 0 | 5 | 12A | 4B | 51 |
| Octal | 360 | 252 | 363 | 1 | 36 | 0 | 5 | 452 | 113 | 121 |
| Binary | 11110000 | 10101010 | 11110011 | 1 | 11110 | 0 | 101 | 100101010 | 1001011 | 1010001 |
Color Harmonies of #F0AAF3
Complementary color
Monochromatic Colors of #F0AAF3
Black with #F0AAF3
Text Example
Text Example
White with #F0AAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0AAF3; }
p { color: rgb(240,170,243); }
H1.HeaderClassName
{
color: #F0AAF3;
}
.AnyTagClassName
{
color: #F0AAF3;
}
</style>
background-color css
<style>
a { background-color: #F0AAF3; }
a { background-color: rgb(240,170,243); }
div.DivClassName
{
background-color: #F0AAF3;
}
.BgClassName
{
background-color: #F0AAF3;
}
</style>
border-color css
<style>
span { border-color: #F0AAF3; }
span { border-color: rgb(240,170,243); }
td.TdClassName
{
border-color: #F0AAF3;
}
.TagClassName
{
border-color: #F0AAF3;
}
</style>