Shades of Violet #F085E9
Tints of Violet #F085E9
RGB
CMYK
RGB Variations
Color information
#F085E9 (or 0xF085E9) is known color: Violet. HEX triplet: F0, 85 and E9. RGB value is (240,133,233). Sum of RGB (Red+Green+Blue) = 240+133+233=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 133 (52.34% from 255 or 21.95% from 606); Blue value is 233 (91.41% from 255 or 38.45% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F085E9 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F085E9 is #0F7A16. Grayscale: #B0B0B0. Windows color (decimal): -1014295 or 15304176. OLE color: 15304176.
HSL color Cylindrical-coordinate representation of color #F085E9: hue angle of 303.93º 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 #F085E9 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 233 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.06 |
| HSL | 303.93º | 0.78% | 0.73% | - |
| HSV(B) | 303.93º | 0.45% | 0.94% | - |
| XYZ | 59.03 | 41.18 | 81.93 | - |
| YUV | 176.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 233 | 0 | 0.45 | 0.03 | 0.06 | 303.93 | 0.78 | 0.73 |
| Hex | F0 | 85 | E9 | 0 | 2D | 3 | 6 | 130 | 4E | 49 |
| Octal | 360 | 205 | 351 | 0 | 55 | 3 | 6 | 460 | 116 | 111 |
| Binary | 11110000 | 10000101 | 11101001 | 0 | 101101 | 11 | 110 | 100110000 | 1001110 | 1001001 |
Color Harmonies of #F085E9
Complementary color
Monochromatic Colors of #F085E9
Black with #F085E9
Text Example
Text Example
White with #F085E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F085E9; }
p { color: rgb(240,133,233); }
H1.HeaderClassName
{
color: #F085E9;
}
.AnyTagClassName
{
color: #F085E9;
}
</style>
background-color css
<style>
a { background-color: #F085E9; }
a { background-color: rgb(240,133,233); }
div.DivClassName
{
background-color: #F085E9;
}
.BgClassName
{
background-color: #F085E9;
}
</style>
border-color css
<style>
span { border-color: #F085E9; }
span { border-color: rgb(240,133,233); }
td.TdClassName
{
border-color: #F085E9;
}
.TagClassName
{
border-color: #F085E9;
}
</style>