Shades of Plum #F0A0EF
Tints of Plum #F0A0EF
RGB
CMYK
RGB Variations
Color information
#F0A0EF (or 0xF0A0EF) is known color: Plum. HEX triplet: F0, A0 and EF. RGB value is (240,160,239). Sum of RGB (Red+Green+Blue) = 240+160+239=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 160 (62.89% from 255 or 25.04% from 639); Blue value is 239 (93.75% from 255 or 37.40% from 639); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A0EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A0EF is #0F5F10. Grayscale: #C0C0C0. Windows color (decimal): -1007377 or 15704304. OLE color: 15704304.
HSL color Cylindrical-coordinate representation of color #F0A0EF: hue angle of 300.75º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F0A0EF is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 160 | 239 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.06 |
| HSL | 300.75º | 0.73% | 0.78% | - |
| HSV(B) | 300.75º | 0.33% | 0.94% | - |
| XYZ | 64.09 | 49.9 | 87.92 | - |
| YUV | 192.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 160 | 239 | 0 | 0.33 | 0.00 | 0.06 | 300.75 | 0.73 | 0.78 |
| Hex | F0 | A0 | EF | 0 | 21 | 0 | 6 | 12D | 49 | 4E |
| Octal | 360 | 240 | 357 | 0 | 41 | 0 | 6 | 455 | 111 | 116 |
| Binary | 11110000 | 10100000 | 11101111 | 0 | 100001 | 0 | 110 | 100101101 | 1001001 | 1001110 |
Color Harmonies of #F0A0EF
Complementary color
Monochromatic Colors of #F0A0EF
Black with #F0A0EF
Text Example
Text Example
White with #F0A0EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A0EF; }
p { color: rgb(240,160,239); }
H1.HeaderClassName
{
color: #F0A0EF;
}
.AnyTagClassName
{
color: #F0A0EF;
}
</style>
background-color css
<style>
a { background-color: #F0A0EF; }
a { background-color: rgb(240,160,239); }
div.DivClassName
{
background-color: #F0A0EF;
}
.BgClassName
{
background-color: #F0A0EF;
}
</style>
border-color css
<style>
span { border-color: #F0A0EF; }
span { border-color: rgb(240,160,239); }
td.TdClassName
{
border-color: #F0A0EF;
}
.TagClassName
{
border-color: #F0A0EF;
}
</style>