Shades of Plum #F09CEE
Tints of Plum #F09CEE
RGB
CMYK
RGB Variations
Color information
#F09CEE (or 0xF09CEE) is known color: Plum. HEX triplet: F0, 9C and EE. RGB value is (240,156,238). Sum of RGB (Red+Green+Blue) = 240+156+238=634 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.85% from 634); Green value is 156 (61.33% from 255 or 24.61% from 634); Blue value is 238 (93.36% from 255 or 37.54% from 634); Max value from RGB is 240 - color contains mainly: red. Hex color #F09CEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09CEE is #0F6311. Grayscale: #BEBEBE. Windows color (decimal): -1008402 or 15637744. OLE color: 15637744.
HSL color Cylindrical-coordinate representation of color #F09CEE: hue angle of 301.43º degrees, saturation: 0.74, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09CEE is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 156 | 238 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.06 |
| HSL | 301.43º | 0.74% | 0.78% | - |
| HSV(B) | 301.43º | 0.35% | 0.94% | - |
| XYZ | 63.26 | 48.48 | 86.91 | - |
| YUV | 190.46 | 154.83 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 156 | 238 | 0 | 0.35 | 0.01 | 0.06 | 301.43 | 0.74 | 0.78 |
| Hex | F0 | 9C | EE | 0 | 23 | 1 | 6 | 12D | 4A | 4E |
| Octal | 360 | 234 | 356 | 0 | 43 | 1 | 6 | 455 | 112 | 116 |
| Binary | 11110000 | 10011100 | 11101110 | 0 | 100011 | 1 | 110 | 100101101 | 1001010 | 1001110 |
Color Harmonies of #F09CEE
Complementary color
Monochromatic Colors of #F09CEE
Black with #F09CEE
Text Example
Text Example
White with #F09CEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09CEE; }
p { color: rgb(240,156,238); }
H1.HeaderClassName
{
color: #F09CEE;
}
.AnyTagClassName
{
color: #F09CEE;
}
</style>
background-color css
<style>
a { background-color: #F09CEE; }
a { background-color: rgb(240,156,238); }
div.DivClassName
{
background-color: #F09CEE;
}
.BgClassName
{
background-color: #F09CEE;
}
</style>
border-color css
<style>
span { border-color: #F09CEE; }
span { border-color: rgb(240,156,238); }
td.TdClassName
{
border-color: #F09CEE;
}
.TagClassName
{
border-color: #F09CEE;
}
</style>