Shades of Plum #F0A2EF
Tints of Plum #F0A2EF
RGB
CMYK
RGB Variations
Color information
#F0A2EF (or 0xF0A2EF) is known color: Plum. HEX triplet: F0, A2 and EF. RGB value is (240,162,239). Sum of RGB (Red+Green+Blue) = 240+162+239=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 162 (63.67% from 255 or 25.27% from 641); Blue value is 239 (93.75% from 255 or 37.29% from 641); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A2EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F0A2EF is #0F5D10. Grayscale: #C1C1C1. Windows color (decimal): -1006865 or 15704816. OLE color: 15704816.
HSL color Cylindrical-coordinate representation of color #F0A2EF: hue angle of 300.77º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0A2EF is Cyan = 0, Magento = 0.32, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 162 | 239 | - |
| CMYK | 0 | 0.32 | 0.00 | 0.06 |
| HSL | 300.77º | 0.72% | 0.79% | - |
| HSV(B) | 300.77º | 0.33% | 0.94% | - |
| XYZ | 64.44 | 50.6 | 88.03 | - |
| YUV | 194.1 | 153.34 | 160.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 162 | 239 | 0 | 0.32 | 0.00 | 0.06 | 300.77 | 0.72 | 0.79 |
| Hex | F0 | A2 | EF | 0 | 20 | 0 | 6 | 12D | 48 | 4F |
| Octal | 360 | 242 | 357 | 0 | 40 | 0 | 6 | 455 | 110 | 117 |
| Binary | 11110000 | 10100010 | 11101111 | 0 | 100000 | 0 | 110 | 100101101 | 1001000 | 1001111 |
Color Harmonies of #F0A2EF
Complementary color
Monochromatic Colors of #F0A2EF
Black with #F0A2EF
Text Example
Text Example
White with #F0A2EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A2EF; }
p { color: rgb(240,162,239); }
H1.HeaderClassName
{
color: #F0A2EF;
}
.AnyTagClassName
{
color: #F0A2EF;
}
</style>
background-color css
<style>
a { background-color: #F0A2EF; }
a { background-color: rgb(240,162,239); }
div.DivClassName
{
background-color: #F0A2EF;
}
.BgClassName
{
background-color: #F0A2EF;
}
</style>
border-color css
<style>
span { border-color: #F0A2EF; }
span { border-color: rgb(240,162,239); }
td.TdClassName
{
border-color: #F0A2EF;
}
.TagClassName
{
border-color: #F0A2EF;
}
</style>