Shades of Violet #F082EC
Tints of Violet #F082EC
RGB
CMYK
RGB Variations
Color information
#F082EC (or 0xF082EC) is known color: Violet. HEX triplet: F0, 82 and EC. RGB value is (240,130,236). Sum of RGB (Red+Green+Blue) = 240+130+236=606 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.60% from 606); Green value is 130 (51.17% from 255 or 21.45% from 606); Blue value is 236 (92.58% from 255 or 38.94% from 606); Max value from RGB is 240 - color contains mainly: red. Hex color #F082EC is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082EC is #0F7D13. Grayscale: #AEAEAE. Windows color (decimal): -1015060 or 15500016. OLE color: 15500016.
HSL color Cylindrical-coordinate representation of color #F082EC: hue angle of 302.18º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F082EC is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 236 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.06 |
| HSL | 302.18º | 0.79% | 0.73% | - |
| HSV(B) | 302.18º | 0.46% | 0.94% | - |
| XYZ | 59.06 | 40.55 | 84.07 | - |
| YUV | 174.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 236 | 0 | 0.46 | 0.02 | 0.06 | 302.18 | 0.79 | 0.73 |
| Hex | F0 | 82 | EC | 0 | 2E | 2 | 6 | 12E | 4F | 49 |
| Octal | 360 | 202 | 354 | 0 | 56 | 2 | 6 | 456 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11101100 | 0 | 101110 | 10 | 110 | 100101110 | 1001111 | 1001001 |
Color Harmonies of #F082EC
Complementary color
Monochromatic Colors of #F082EC
Black with #F082EC
Text Example
Text Example
White with #F082EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082EC; }
p { color: rgb(240,130,236); }
H1.HeaderClassName
{
color: #F082EC;
}
.AnyTagClassName
{
color: #F082EC;
}
</style>
background-color css
<style>
a { background-color: #F082EC; }
a { background-color: rgb(240,130,236); }
div.DivClassName
{
background-color: #F082EC;
}
.BgClassName
{
background-color: #F082EC;
}
</style>
border-color css
<style>
span { border-color: #F082EC; }
span { border-color: rgb(240,130,236); }
td.TdClassName
{
border-color: #F082EC;
}
.TagClassName
{
border-color: #F082EC;
}
</style>