Shades of Plum #F09FF0
Tints of Plum #F09FF0
RGB
CMYK
RGB Variations
Color information
#F09FF0 (or 0xF09FF0) is known color: Plum. HEX triplet: F0, 9F and F0. RGB value is (240,159,240). Sum of RGB (Red+Green+Blue) = 240+159+240=639 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.56% from 639); Green value is 159 (62.5% from 255 or 24.88% from 639); Blue value is 240 (94.14% from 255 or 37.56% from 639); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F09FF0 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FF0 is #0F600F. Grayscale: #C0C0C0. Windows color (decimal): -1007632 or 15769584. OLE color: 15769584.
HSL color Cylindrical-coordinate representation of color #F09FF0: hue angle of 300º 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 #F09FF0 is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 159 | 240 | - |
| CMYK | 0 | 0.34 | 0 | 0.06 |
| HSL | 300º | 0.73% | 0.78% | - |
| HSV(B) | 300º | 0.34% | 0.94% | - |
| XYZ | 64.06 | 49.61 | 88.64 | - |
| YUV | 192.45 | 154.84 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 240 | 0 | 0.34 | 0 | 0.06 | 300 | 0.73 | 0.78 |
| Hex | F0 | 9F | F0 | 0 | 22 | 0 | 6 | 12C | 49 | 4E |
| Octal | 360 | 237 | 360 | 0 | 42 | 0 | 6 | 454 | 111 | 116 |
| Binary | 11110000 | 10011111 | 11110000 | 0 | 100010 | 0 | 110 | 100101100 | 1001001 | 1001110 |
Color Harmonies of #F09FF0
Complementary color
Monochromatic Colors of #F09FF0
Black with #F09FF0
Text Example
Text Example
White with #F09FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FF0; }
p { color: rgb(240,159,240); }
H1.HeaderClassName
{
color: #F09FF0;
}
.AnyTagClassName
{
color: #F09FF0;
}
</style>
background-color css
<style>
a { background-color: #F09FF0; }
a { background-color: rgb(240,159,240); }
div.DivClassName
{
background-color: #F09FF0;
}
.BgClassName
{
background-color: #F09FF0;
}
</style>
border-color css
<style>
span { border-color: #F09FF0; }
span { border-color: rgb(240,159,240); }
td.TdClassName
{
border-color: #F09FF0;
}
.TagClassName
{
border-color: #F09FF0;
}
</style>