Shades of Violet #F084EE
Tints of Violet #F084EE
RGB
CMYK
RGB Variations
Color information
#F084EE (or 0xF084EE) is known color: Violet. HEX triplet: F0, 84 and EE. RGB value is (240,132,238). Sum of RGB (Red+Green+Blue) = 240+132+238=610 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.34% from 610); Green value is 132 (51.95% from 255 or 21.64% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 240 - color contains mainly: red. Hex color #F084EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084EE is #0F7B11. Grayscale: #B0B0B0. Windows color (decimal): -1014546 or 15631600. OLE color: 15631600.
HSL color Cylindrical-coordinate representation of color #F084EE: hue angle of 301.11º 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 #F084EE is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 238 | - |
| CMYK | 0 | 0.45 | 0.01 | 0.06 |
| HSL | 301.11º | 0.78% | 0.73% | - |
| HSV(B) | 301.11º | 0.45% | 0.94% | - |
| XYZ | 59.62 | 41.2 | 85.7 | - |
| YUV | 176.38 | 162.78 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 238 | 0 | 0.45 | 0.01 | 0.06 | 301.11 | 0.78 | 0.73 |
| Hex | F0 | 84 | EE | 0 | 2D | 1 | 6 | 12D | 4E | 49 |
| Octal | 360 | 204 | 356 | 0 | 55 | 1 | 6 | 455 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11101110 | 0 | 101101 | 1 | 110 | 100101101 | 1001110 | 1001001 |
Color Harmonies of #F084EE
Complementary color
Monochromatic Colors of #F084EE
Black with #F084EE
Text Example
Text Example
White with #F084EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084EE; }
p { color: rgb(240,132,238); }
H1.HeaderClassName
{
color: #F084EE;
}
.AnyTagClassName
{
color: #F084EE;
}
</style>
background-color css
<style>
a { background-color: #F084EE; }
a { background-color: rgb(240,132,238); }
div.DivClassName
{
background-color: #F084EE;
}
.BgClassName
{
background-color: #F084EE;
}
</style>
border-color css
<style>
span { border-color: #F084EE; }
span { border-color: rgb(240,132,238); }
td.TdClassName
{
border-color: #F084EE;
}
.TagClassName
{
border-color: #F084EE;
}
</style>