Shades of Plum #F09EF1
Tints of Plum #F09EF1
RGB
CMYK
RGB Variations
Color information
#F09EF1 (or 0xF09EF1) is known color: Plum. HEX triplet: F0, 9E and F1. RGB value is (240,158,241). Sum of RGB (Red+Green+Blue) = 240+158+241=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 158 (62.11% from 255 or 24.73% from 639); Blue value is 241 (94.53% from 255 or 37.72% from 639); Max value from RGB is 241 - color contains mainly: blue. Hex color #F09EF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09EF1 is #0F610E. Grayscale: #BFBFBF. Windows color (decimal): -1007887 or 15834864. OLE color: 15834864.
HSL color Cylindrical-coordinate representation of color #F09EF1: hue angle of 299.28º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EF1 is Cyan = 0.00, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 158 | 241 | - |
| CMYK | 0.00 | 0.34 | 0 | 0.05 |
| HSL | 299.28º | 0.75% | 0.78% | - |
| HSV(B) | 299.28º | 0.34% | 0.95% | - |
| XYZ | 64.04 | 49.33 | 89.37 | - |
| YUV | 191.98 | 155.67 | 162.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 241 | 0.00 | 0.34 | 0 | 0.05 | 299.28 | 0.75 | 0.78 |
| Hex | F0 | 9E | F1 | 0 | 22 | 0 | 5 | 12B | 4B | 4E |
| Octal | 360 | 236 | 361 | 0 | 42 | 0 | 5 | 453 | 113 | 116 |
| Binary | 11110000 | 10011110 | 11110001 | 0 | 100010 | 0 | 101 | 100101011 | 1001011 | 1001110 |
Color Harmonies of #F09EF1
Complementary color
Monochromatic Colors of #F09EF1
Black with #F09EF1
Text Example
Text Example
White with #F09EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EF1; }
p { color: rgb(240,158,241); }
H1.HeaderClassName
{
color: #F09EF1;
}
.AnyTagClassName
{
color: #F09EF1;
}
</style>
background-color css
<style>
a { background-color: #F09EF1; }
a { background-color: rgb(240,158,241); }
div.DivClassName
{
background-color: #F09EF1;
}
.BgClassName
{
background-color: #F09EF1;
}
</style>
border-color css
<style>
span { border-color: #F09EF1; }
span { border-color: rgb(240,158,241); }
td.TdClassName
{
border-color: #F09EF1;
}
.TagClassName
{
border-color: #F09EF1;
}
</style>