Shades of Plum #F09FEF
Tints of Plum #F09FEF
RGB
CMYK
RGB Variations
Color information
#F09FEF (or 0xF09FEF) is known color: Plum. HEX triplet: F0, 9F and EF. RGB value is (240,159,239). Sum of RGB (Red+Green+Blue) = 240+159+239=638 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.62% from 638); Green value is 159 (62.5% from 255 or 24.92% from 638); Blue value is 239 (93.75% from 255 or 37.46% from 638); Max value from RGB is 240 - color contains mainly: red. Hex color #F09FEF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FEF is #0F6010. Grayscale: #C0C0C0. Windows color (decimal): -1007633 or 15704048. OLE color: 15704048.
HSL color Cylindrical-coordinate representation of color #F09FEF: hue angle of 300.74º 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 #F09FEF is Cyan = 0, Magento = 0.34, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 239 | - |
| CMYK | 0 | 0.34 | 0.00 | 0.06 |
| HSL | 300.74º | 0.73% | 0.78% | - |
| HSV(B) | 300.74º | 0.34% | 0.94% | - |
| XYZ | 63.91 | 49.55 | 87.86 | - |
| YUV | 192.34 | 154.34 | 162 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 239 | 0 | 0.34 | 0.00 | 0.06 | 300.74 | 0.73 | 0.78 |
| Hex | F0 | 9F | EF | 0 | 22 | 0 | 6 | 12D | 49 | 4E |
| Octal | 360 | 237 | 357 | 0 | 42 | 0 | 6 | 455 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11101111 | 0 | 100010 | 0 | 110 | 100101101 | 1001001 | 1001110 |
Color Harmonies of #F09FEF
Complementary color
Monochromatic Colors of #F09FEF
Black with #F09FEF
Text Example
Text Example
White with #F09FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FEF; }
p { color: rgb(240,159,239); }
H1.HeaderClassName
{
color: #F09FEF;
}
.AnyTagClassName
{
color: #F09FEF;
}
</style>
background-color css
<style>
a { background-color: #F09FEF; }
a { background-color: rgb(240,159,239); }
div.DivClassName
{
background-color: #F09FEF;
}
.BgClassName
{
background-color: #F09FEF;
}
</style>
border-color css
<style>
span { border-color: #F09FEF; }
span { border-color: rgb(240,159,239); }
td.TdClassName
{
border-color: #F09FEF;
}
.TagClassName
{
border-color: #F09FEF;
}
</style>