Shades of Violet #F085ED
Tints of Violet #F085ED
RGB
CMYK
RGB Variations
Color information
#F085ED (or 0xF085ED) is known color: Violet. HEX triplet: F0, 85 and ED. RGB value is (240,133,237). Sum of RGB (Red+Green+Blue) = 240+133+237=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 133 (52.34% from 255 or 21.80% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F085ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085ED is #0F7A12. Grayscale: #B0B0B0. Windows color (decimal): -1014291 or 15566320. OLE color: 15566320.
HSL color Cylindrical-coordinate representation of color #F085ED: hue angle of 301.68º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F085ED is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 237 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.06 |
| HSL | 301.68º | 0.78% | 0.73% | - |
| HSV(B) | 301.68º | 0.45% | 0.94% | - |
| XYZ | 59.61 | 41.41 | 84.97 | - |
| YUV | 176.85 | 161.95 | 173.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 237 | 0 | 0.45 | 0.01 | 0.06 | 301.68 | 0.78 | 0.73 |
| Hex | F0 | 85 | ED | 0 | 2D | 1 | 6 | 12E | 4E | 49 |
| Octal | 360 | 205 | 355 | 0 | 55 | 1 | 6 | 456 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11101101 | 0 | 101101 | 1 | 110 | 100101110 | 1001110 | 1001001 |
Color Harmonies of #F085ED
Complementary color
Monochromatic Colors of #F085ED
Black with #F085ED
Text Example
Text Example
White with #F085ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085ED; }
p { color: rgb(240,133,237); }
H1.HeaderClassName
{
color: #F085ED;
}
.AnyTagClassName
{
color: #F085ED;
}
</style>
background-color css
<style>
a { background-color: #F085ED; }
a { background-color: rgb(240,133,237); }
div.DivClassName
{
background-color: #F085ED;
}
.BgClassName
{
background-color: #F085ED;
}
</style>
border-color css
<style>
span { border-color: #F085ED; }
span { border-color: rgb(240,133,237); }
td.TdClassName
{
border-color: #F085ED;
}
.TagClassName
{
border-color: #F085ED;
}
</style>