Shades of Violet #F09AEE
Tints of Violet #F09AEE
RGB
CMYK
RGB Variations
Color information
#F09AEE (or 0xF09AEE) is known color: Violet. HEX triplet: F0, 9A and EE. RGB value is (240,154,238). Sum of RGB (Red+Green+Blue) = 240+154+238=632 (83% of max value = 765). Red value is 240 (94.14% from 255 or 37.97% from 632); Green value is 154 (60.55% from 255 or 24.37% from 632); Blue value is 238 (93.36% from 255 or 37.66% from 632); Max value from RGB is 240 - color contains mainly: red. Hex color #F09AEE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F09AEE is #0F6511. Grayscale: #BDBDBD. Windows color (decimal): -1008914 or 15637232. OLE color: 15637232.
HSL color Cylindrical-coordinate representation of color #F09AEE: hue angle of 301.4º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F09AEE is Cyan = 0, Magento = 0.36, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 154 | 238 | - |
| CMYK | 0 | 0.36 | 0.01 | 0.06 |
| HSL | 301.4º | 0.74% | 0.77% | - |
| HSV(B) | 301.4º | 0.36% | 0.94% | - |
| XYZ | 62.92 | 47.81 | 86.8 | - |
| YUV | 189.29 | 155.49 | 164.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 154 | 238 | 0 | 0.36 | 0.01 | 0.06 | 301.4 | 0.74 | 0.77 |
| Hex | F0 | 9A | EE | 0 | 24 | 1 | 6 | 12D | 4A | 4D |
| Octal | 360 | 232 | 356 | 0 | 44 | 1 | 6 | 455 | 112 | 115 |
| Binary | 11110000 | 10011010 | 11101110 | 0 | 100100 | 1 | 110 | 100101101 | 1001010 | 1001101 |
Color Harmonies of #F09AEE
Complementary color
Monochromatic Colors of #F09AEE
Black with #F09AEE
Text Example
Text Example
White with #F09AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09AEE; }
p { color: rgb(240,154,238); }
H1.HeaderClassName
{
color: #F09AEE;
}
.AnyTagClassName
{
color: #F09AEE;
}
</style>
background-color css
<style>
a { background-color: #F09AEE; }
a { background-color: rgb(240,154,238); }
div.DivClassName
{
background-color: #F09AEE;
}
.BgClassName
{
background-color: #F09AEE;
}
</style>
border-color css
<style>
span { border-color: #F09AEE; }
span { border-color: rgb(240,154,238); }
td.TdClassName
{
border-color: #F09AEE;
}
.TagClassName
{
border-color: #F09AEE;
}
</style>