Shades of Plum #F09EEE
Tints of Plum #F09EEE
RGB
CMYK
RGB Variations
Color information
#F09EEE (or 0xF09EEE) is known color: Plum. HEX triplet: F0, 9E and EE. RGB value is (240,158,238). Sum of RGB (Red+Green+Blue) = 240+158+238=636 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.74% from 636); Green value is 158 (62.11% from 255 or 24.84% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 240 - color contains mainly: red. Hex color #F09EEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09EEE is #0F6111. Grayscale: #BFBFBF. Windows color (decimal): -1007890 or 15638256. OLE color: 15638256.
HSL color Cylindrical-coordinate representation of color #F09EEE: hue angle of 301.46º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09EEE is Cyan = 0, Magento = 0.34, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 158 | 238 | - |
| CMYK | 0 | 0.34 | 0.01 | 0.06 |
| HSL | 301.46º | 0.73% | 0.78% | - |
| HSV(B) | 301.46º | 0.34% | 0.94% | - |
| XYZ | 63.59 | 49.15 | 87.02 | - |
| YUV | 191.64 | 154.17 | 162.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 158 | 238 | 0 | 0.34 | 0.01 | 0.06 | 301.46 | 0.73 | 0.78 |
| Hex | F0 | 9E | EE | 0 | 22 | 1 | 6 | 12D | 49 | 4E |
| Octal | 360 | 236 | 356 | 0 | 42 | 1 | 6 | 455 | 111 | 116 |
| Binary | 11110000 | 10011110 | 11101110 | 0 | 100010 | 1 | 110 | 100101101 | 1001001 | 1001110 |
Color Harmonies of #F09EEE
Complementary color
Monochromatic Colors of #F09EEE
Black with #F09EEE
Text Example
Text Example
White with #F09EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09EEE; }
p { color: rgb(240,158,238); }
H1.HeaderClassName
{
color: #F09EEE;
}
.AnyTagClassName
{
color: #F09EEE;
}
</style>
background-color css
<style>
a { background-color: #F09EEE; }
a { background-color: rgb(240,158,238); }
div.DivClassName
{
background-color: #F09EEE;
}
.BgClassName
{
background-color: #F09EEE;
}
</style>
border-color css
<style>
span { border-color: #F09EEE; }
span { border-color: rgb(240,158,238); }
td.TdClassName
{
border-color: #F09EEE;
}
.TagClassName
{
border-color: #F09EEE;
}
</style>