Shades of Violet #F084EF
Tints of Violet #F084EF
RGB
CMYK
RGB Variations
Color information
#F084EF (or 0xF084EF) is known color: Violet. HEX triplet: F0, 84 and EF. RGB value is (240,132,239). Sum of RGB (Red+Green+Blue) = 240+132+239=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 132 (51.95% from 255 or 21.60% from 611); Blue value is 239 (93.75% from 255 or 39.12% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F084EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084EF is #0F7B10. Grayscale: #B0B0B0. Windows color (decimal): -1014545 or 15697136. OLE color: 15697136.
HSL color Cylindrical-coordinate representation of color #F084EF: 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 #F084EF is Cyan = 0, Magento = 0.45, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 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.77 | 41.26 | 86.48 | - |
| YUV | 176.49 | 163.28 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 239 | 0 | 0.45 | 0.00 | 0.06 | 300.56 | 0.78 | 0.73 |
| Hex | F0 | 84 | EF | 0 | 2D | 0 | 6 | 12D | 4E | 49 |
| Octal | 360 | 204 | 357 | 0 | 55 | 0 | 6 | 455 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11101111 | 0 | 101101 | 0 | 110 | 100101101 | 1001110 | 1001001 |
Color Harmonies of #F084EF
Complementary color
Monochromatic Colors of #F084EF
Black with #F084EF
Text Example
Text Example
White with #F084EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084EF; }
p { color: rgb(240,132,239); }
H1.HeaderClassName
{
color: #F084EF;
}
.AnyTagClassName
{
color: #F084EF;
}
</style>
background-color css
<style>
a { background-color: #F084EF; }
a { background-color: rgb(240,132,239); }
div.DivClassName
{
background-color: #F084EF;
}
.BgClassName
{
background-color: #F084EF;
}
</style>
border-color css
<style>
span { border-color: #F084EF; }
span { border-color: rgb(240,132,239); }
td.TdClassName
{
border-color: #F084EF;
}
.TagClassName
{
border-color: #F084EF;
}
</style>