Shades of Violet #F09BEE
Tints of Violet #F09BEE
RGB
CMYK
RGB Variations
Color information
#F09BEE (or 0xF09BEE) is known color: Violet. HEX triplet: F0, 9B and EE. RGB value is (240,155,238). Sum of RGB (Red+Green+Blue) = 240+155+238=633 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.91% from 633); Green value is 155 (60.94% from 255 or 24.49% from 633); Blue value is 238 (93.36% from 255 or 37.60% from 633); Max value from RGB is 240 - color contains mainly: red. Hex color #F09BEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09BEE is #0F6411. Grayscale: #BDBDBD. Windows color (decimal): -1008658 or 15637488. OLE color: 15637488.
HSL color Cylindrical-coordinate representation of color #F09BEE: hue angle of 301.41º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #F09BEE is Cyan = 0, Magento = 0.35, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 155 | 238 | - |
| CMYK | 0 | 0.35 | 0.01 | 0.06 |
| HSL | 301.41º | 0.74% | 0.77% | - |
| HSV(B) | 301.41º | 0.35% | 0.94% | - |
| XYZ | 63.09 | 48.14 | 86.86 | - |
| YUV | 189.88 | 155.16 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 155 | 238 | 0 | 0.35 | 0.01 | 0.06 | 301.41 | 0.74 | 0.77 |
| Hex | F0 | 9B | EE | 0 | 23 | 1 | 6 | 12D | 4A | 4D |
| Octal | 360 | 233 | 356 | 0 | 43 | 1 | 6 | 455 | 112 | 115 |
| Binary | 11110000 | 10011011 | 11101110 | 0 | 100011 | 1 | 110 | 100101101 | 1001010 | 1001101 |
Color Harmonies of #F09BEE
Complementary color
Monochromatic Colors of #F09BEE
Black with #F09BEE
Text Example
Text Example
White with #F09BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09BEE; }
p { color: rgb(240,155,238); }
H1.HeaderClassName
{
color: #F09BEE;
}
.AnyTagClassName
{
color: #F09BEE;
}
</style>
background-color css
<style>
a { background-color: #F09BEE; }
a { background-color: rgb(240,155,238); }
div.DivClassName
{
background-color: #F09BEE;
}
.BgClassName
{
background-color: #F09BEE;
}
</style>
border-color css
<style>
span { border-color: #F09BEE; }
span { border-color: rgb(240,155,238); }
td.TdClassName
{
border-color: #F09BEE;
}
.TagClassName
{
border-color: #F09BEE;
}
</style>