Shades of Plum #F0A9F2
Tints of Plum #F0A9F2
RGB
CMYK
RGB Variations
Color information
#F0A9F2 (or 0xF0A9F2) is known color: Plum. HEX triplet: F0, A9 and F2. RGB value is (240,169,242). Sum of RGB (Red+Green+Blue) = 240+169+242=651 (86% of max value = 765). Red value is 240 (94.14% from 255 or 36.87% from 651); Green value is 169 (66.41% from 255 or 25.96% from 651); Blue value is 242 (94.92% from 255 or 37.17% from 651); Max value from RGB is 242 - color contains mainly: blue. Hex color #F0A9F2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A9F2 is #0F560D. Grayscale: #C6C6C6. Windows color (decimal): -1005070 or 15903216. OLE color: 15903216.
HSL color Cylindrical-coordinate representation of color #F0A9F2: hue angle of 298.36º degrees, saturation: 0.74, 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 #F0A9F2 is Cyan = 0.01, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 169 | 242 | - |
| CMYK | 0.01 | 0.30 | 0 | 0.05 |
| HSL | 298.36º | 0.74% | 0.81% | - |
| HSV(B) | 298.36º | 0.3% | 0.95% | - |
| XYZ | 66.15 | 53.31 | 90.81 | - |
| YUV | 198.55 | 152.52 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 169 | 242 | 0.01 | 0.30 | 0 | 0.05 | 298.36 | 0.74 | 0.81 |
| Hex | F0 | A9 | F2 | 1 | 1E | 0 | 5 | 12A | 4A | 51 |
| Octal | 360 | 251 | 362 | 1 | 36 | 0 | 5 | 452 | 112 | 121 |
| Binary | 11110000 | 10101001 | 11110010 | 1 | 11110 | 0 | 101 | 100101010 | 1001010 | 1010001 |
Color Harmonies of #F0A9F2
Complementary color
Monochromatic Colors of #F0A9F2
Black with #F0A9F2
Text Example
Text Example
White with #F0A9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A9F2; }
p { color: rgb(240,169,242); }
H1.HeaderClassName
{
color: #F0A9F2;
}
.AnyTagClassName
{
color: #F0A9F2;
}
</style>
background-color css
<style>
a { background-color: #F0A9F2; }
a { background-color: rgb(240,169,242); }
div.DivClassName
{
background-color: #F0A9F2;
}
.BgClassName
{
background-color: #F0A9F2;
}
</style>
border-color css
<style>
span { border-color: #F0A9F2; }
span { border-color: rgb(240,169,242); }
td.TdClassName
{
border-color: #F0A9F2;
}
.TagClassName
{
border-color: #F0A9F2;
}
</style>