Shades of Violet #F090EE
Tints of Violet #F090EE
RGB
CMYK
RGB Variations
Color information
#F090EE (or 0xF090EE) is known color: Violet. HEX triplet: F0, 90 and EE. RGB value is (240,144,238). Sum of RGB (Red+Green+Blue) = 240+144+238=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 144 (56.64% from 255 or 23.15% from 622); Blue value is 238 (93.36% from 255 or 38.26% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F090EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F090EE is #0F6F11. Grayscale: #B7B7B7. Windows color (decimal): -1011474 or 15634672. OLE color: 15634672.
HSL color Cylindrical-coordinate representation of color #F090EE: hue angle of 301.25º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F090EE is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 144 | 238 | - |
| CMYK | 0 | 0.4 | 0.01 | 0.06 |
| HSL | 301.25º | 0.76% | 0.75% | - |
| HSV(B) | 301.25º | 0.4% | 0.94% | - |
| XYZ | 61.34 | 44.64 | 86.27 | - |
| YUV | 183.42 | 158.8 | 168.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 144 | 238 | 0 | 0.4 | 0.01 | 0.06 | 301.25 | 0.76 | 0.75 |
| Hex | F0 | 90 | EE | 0 | 28 | 1 | 6 | 12D | 4C | 4B |
| Octal | 360 | 220 | 356 | 0 | 50 | 1 | 6 | 455 | 114 | 113 |
| Binary | 11110000 | 10010000 | 11101110 | 0 | 101000 | 1 | 110 | 100101101 | 1001100 | 1001011 |
Color Harmonies of #F090EE
Complementary color
Monochromatic Colors of #F090EE
Black with #F090EE
Text Example
Text Example
White with #F090EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F090EE; }
p { color: rgb(240,144,238); }
H1.HeaderClassName
{
color: #F090EE;
}
.AnyTagClassName
{
color: #F090EE;
}
</style>
background-color css
<style>
a { background-color: #F090EE; }
a { background-color: rgb(240,144,238); }
div.DivClassName
{
background-color: #F090EE;
}
.BgClassName
{
background-color: #F090EE;
}
</style>
border-color css
<style>
span { border-color: #F090EE; }
span { border-color: rgb(240,144,238); }
td.TdClassName
{
border-color: #F090EE;
}
.TagClassName
{
border-color: #F090EE;
}
</style>