Shades of Violet #F091ED
Tints of Violet #F091ED
RGB
CMYK
RGB Variations
Color information
#F091ED (or 0xF091ED) is known color: Violet. HEX triplet: F0, 91 and ED. RGB value is (240,145,237). Sum of RGB (Red+Green+Blue) = 240+145+237=622 (82% of max value = 765). Red value is 240 (94.14% from 255 or 38.59% from 622); Green value is 145 (57.03% from 255 or 23.31% from 622); Blue value is 237 (92.97% from 255 or 38.10% from 622); Max value from RGB is 240 - color contains mainly: red. Hex color #F091ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F091ED is #0F6E12. Grayscale: #B7B7B7. Windows color (decimal): -1011219 or 15569392. OLE color: 15569392.
HSL color Cylindrical-coordinate representation of color #F091ED: hue angle of 301.89º 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 #F091ED is Cyan = 0, Magento = 0.40, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 237 | - |
| CMYK | 0 | 0.40 | 0.01 | 0.06 |
| HSL | 301.89º | 0.76% | 0.75% | - |
| HSV(B) | 301.89º | 0.4% | 0.94% | - |
| XYZ | 61.35 | 44.89 | 85.55 | - |
| YUV | 183.89 | 157.97 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 237 | 0 | 0.40 | 0.01 | 0.06 | 301.89 | 0.76 | 0.75 |
| Hex | F0 | 91 | ED | 0 | 28 | 1 | 6 | 12E | 4C | 4B |
| Octal | 360 | 221 | 355 | 0 | 50 | 1 | 6 | 456 | 114 | 113 |
| Binary | 11110000 | 10010001 | 11101101 | 0 | 101000 | 1 | 110 | 100101110 | 1001100 | 1001011 |
Color Harmonies of #F091ED
Complementary color
Monochromatic Colors of #F091ED
Black with #F091ED
Text Example
Text Example
White with #F091ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F091ED; }
p { color: rgb(240,145,237); }
H1.HeaderClassName
{
color: #F091ED;
}
.AnyTagClassName
{
color: #F091ED;
}
</style>
background-color css
<style>
a { background-color: #F091ED; }
a { background-color: rgb(240,145,237); }
div.DivClassName
{
background-color: #F091ED;
}
.BgClassName
{
background-color: #F091ED;
}
</style>
border-color css
<style>
span { border-color: #F091ED; }
span { border-color: rgb(240,145,237); }
td.TdClassName
{
border-color: #F091ED;
}
.TagClassName
{
border-color: #F091ED;
}
</style>