Shades of Plum #F09FF2
Tints of Plum #F09FF2
RGB
CMYK
RGB Variations
Color information
#F09FF2 (or 0xF09FF2) is known color: Plum. HEX triplet: F0, 9F and F2. RGB value is (240,159,242). Sum of RGB (Red+Green+Blue) = 240+159+242=641 (84% of max value = 765). Red value is 240 (94.14% from 255 or 37.44% from 641); Green value is 159 (62.5% from 255 or 24.80% from 641); Blue value is 242 (94.92% from 255 or 37.75% from 641); Max value from RGB is 242 - color contains mainly: blue. Hex color #F09FF2 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09FF2 is #0F600D. Grayscale: #C0C0C0. Windows color (decimal): -1007630 or 15900656. OLE color: 15900656.
HSL color Cylindrical-coordinate representation of color #F09FF2: hue angle of 298.55º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #F09FF2 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 159 | 242 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.05 |
| HSL | 298.55º | 0.76% | 0.79% | - |
| HSV(B) | 298.55º | 0.34% | 0.95% | - |
| XYZ | 64.36 | 49.73 | 90.21 | - |
| YUV | 192.68 | 155.84 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 159 | 242 | 0.01 | 0.34 | 0 | 0.05 | 298.55 | 0.76 | 0.79 |
| Hex | F0 | 9F | F2 | 1 | 22 | 0 | 5 | 12B | 4C | 4F |
| Octal | 360 | 237 | 362 | 1 | 42 | 0 | 5 | 453 | 114 | 117 |
| Binary | 11110000 | 10011111 | 11110010 | 1 | 100010 | 0 | 101 | 100101011 | 1001100 | 1001111 |
Color Harmonies of #F09FF2
Complementary color
Monochromatic Colors of #F09FF2
Black with #F09FF2
Text Example
Text Example
White with #F09FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09FF2; }
p { color: rgb(240,159,242); }
H1.HeaderClassName
{
color: #F09FF2;
}
.AnyTagClassName
{
color: #F09FF2;
}
</style>
background-color css
<style>
a { background-color: #F09FF2; }
a { background-color: rgb(240,159,242); }
div.DivClassName
{
background-color: #F09FF2;
}
.BgClassName
{
background-color: #F09FF2;
}
</style>
border-color css
<style>
span { border-color: #F09FF2; }
span { border-color: rgb(240,159,242); }
td.TdClassName
{
border-color: #F09FF2;
}
.TagClassName
{
border-color: #F09FF2;
}
</style>