Shades of Violet #F085EF
Tints of Violet #F085EF
RGB
CMYK
RGB Variations
Color information
#F085EF (or 0xF085EF) is known color: Violet. HEX triplet: F0, 85 and EF. RGB value is (240,133,239). Sum of RGB (Red+Green+Blue) = 240+133+239=612 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.22% from 612); Green value is 133 (52.34% from 255 or 21.73% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 240 - color contains mainly: red. Hex color #F085EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085EF is #0F7A10. Grayscale: #B0B0B0. Windows color (decimal): -1014289 or 15697392. OLE color: 15697392.
HSL color Cylindrical-coordinate representation of color #F085EF: hue angle of 300.56º 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 #F085EF is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 239 | - |
| CMYK | 0 | 0.45 | 0.00 | 0.06 |
| HSL | 300.56º | 0.78% | 0.73% | - |
| HSV(B) | 300.56º | 0.45% | 0.94% | - |
| XYZ | 59.9 | 41.53 | 86.52 | - |
| YUV | 177.08 | 162.95 | 172.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 239 | 0 | 0.45 | 0.00 | 0.06 | 300.56 | 0.78 | 0.73 |
| Hex | F0 | 85 | EF | 0 | 2D | 0 | 6 | 12D | 4E | 49 |
| Octal | 360 | 205 | 357 | 0 | 55 | 0 | 6 | 455 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11101111 | 0 | 101101 | 0 | 110 | 100101101 | 1001110 | 1001001 |
Color Harmonies of #F085EF
Complementary color
Monochromatic Colors of #F085EF
Black with #F085EF
Text Example
Text Example
White with #F085EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085EF; }
p { color: rgb(240,133,239); }
H1.HeaderClassName
{
color: #F085EF;
}
.AnyTagClassName
{
color: #F085EF;
}
</style>
background-color css
<style>
a { background-color: #F085EF; }
a { background-color: rgb(240,133,239); }
div.DivClassName
{
background-color: #F085EF;
}
.BgClassName
{
background-color: #F085EF;
}
</style>
border-color css
<style>
span { border-color: #F085EF; }
span { border-color: rgb(240,133,239); }
td.TdClassName
{
border-color: #F085EF;
}
.TagClassName
{
border-color: #F085EF;
}
</style>