Shades of Violet #F082EF
Tints of Violet #F082EF
RGB
CMYK
RGB Variations
Color information
#F082EF (or 0xF082EF) is known color: Violet. HEX triplet: F0, 82 and EF. RGB value is (240,130,239). Sum of RGB (Red+Green+Blue) = 240+130+239=609 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.41% from 609); Green value is 130 (51.17% from 255 or 21.35% from 609); Blue value is 239 (93.75% from 255 or 39.24% from 609); Max value from RGB is 240 - color contains mainly: red. Hex color #F082EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082EF is #0F7D10. Grayscale: #AEAEAE. Windows color (decimal): -1015057 or 15696624. OLE color: 15696624.
HSL color Cylindrical-coordinate representation of color #F082EF: hue angle of 300.55º 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 #F082EF is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 239 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.06 |
| HSL | 300.55º | 0.79% | 0.73% | - |
| HSV(B) | 300.55º | 0.46% | 0.94% | - |
| XYZ | 59.5 | 40.72 | 86.39 | - |
| YUV | 175.32 | 163.94 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 239 | 0 | 0.46 | 0.00 | 0.06 | 300.55 | 0.79 | 0.73 |
| Hex | F0 | 82 | EF | 0 | 2E | 0 | 6 | 12D | 4F | 49 |
| Octal | 360 | 202 | 357 | 0 | 56 | 0 | 6 | 455 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11101111 | 0 | 101110 | 0 | 110 | 100101101 | 1001111 | 1001001 |
Color Harmonies of #F082EF
Complementary color
Monochromatic Colors of #F082EF
Black with #F082EF
Text Example
Text Example
White with #F082EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082EF; }
p { color: rgb(240,130,239); }
H1.HeaderClassName
{
color: #F082EF;
}
.AnyTagClassName
{
color: #F082EF;
}
</style>
background-color css
<style>
a { background-color: #F082EF; }
a { background-color: rgb(240,130,239); }
div.DivClassName
{
background-color: #F082EF;
}
.BgClassName
{
background-color: #F082EF;
}
</style>
border-color css
<style>
span { border-color: #F082EF; }
span { border-color: rgb(240,130,239); }
td.TdClassName
{
border-color: #F082EF;
}
.TagClassName
{
border-color: #F082EF;
}
</style>