Shades of Violet #F084EA
Tints of Violet #F084EA
RGB
CMYK
RGB Variations
Color information
#F084EA (or 0xF084EA) is known color: Violet. HEX triplet: F0, 84 and EA. RGB value is (240,132,234). Sum of RGB (Red+Green+Blue) = 240+132+234=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 132 (51.95% from 255 or 21.78% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F084EA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F084EA is #0F7B15. Grayscale: #AFAFAF. Windows color (decimal): -1014550 or 15369456. OLE color: 15369456.
HSL color Cylindrical-coordinate representation of color #F084EA: hue angle of 303.33º 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 #F084EA is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 132 | 234 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.06 |
| HSL | 303.33º | 0.78% | 0.73% | - |
| HSV(B) | 303.33º | 0.45% | 0.94% | - |
| XYZ | 59.04 | 40.97 | 82.64 | - |
| YUV | 175.92 | 160.78 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 132 | 234 | 0 | 0.45 | 0.02 | 0.06 | 303.33 | 0.78 | 0.73 |
| Hex | F0 | 84 | EA | 0 | 2D | 2 | 6 | 12F | 4E | 49 |
| Octal | 360 | 204 | 352 | 0 | 55 | 2 | 6 | 457 | 116 | 111 |
| Binary | 11110000 | 10000100 | 11101010 | 0 | 101101 | 10 | 110 | 100101111 | 1001110 | 1001001 |
Color Harmonies of #F084EA
Complementary color
Monochromatic Colors of #F084EA
Black with #F084EA
Text Example
Text Example
White with #F084EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F084EA; }
p { color: rgb(240,132,234); }
H1.HeaderClassName
{
color: #F084EA;
}
.AnyTagClassName
{
color: #F084EA;
}
</style>
background-color css
<style>
a { background-color: #F084EA; }
a { background-color: rgb(240,132,234); }
div.DivClassName
{
background-color: #F084EA;
}
.BgClassName
{
background-color: #F084EA;
}
</style>
border-color css
<style>
span { border-color: #F084EA; }
span { border-color: rgb(240,132,234); }
td.TdClassName
{
border-color: #F084EA;
}
.TagClassName
{
border-color: #F084EA;
}
</style>