Shades of Violet #F082ED
Tints of Violet #F082ED
RGB
CMYK
RGB Variations
Color information
#F082ED (or 0xF082ED) is known color: Violet. HEX triplet: F0, 82 and ED. RGB value is (240,130,237). Sum of RGB (Red+Green+Blue) = 240+130+237=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 130 (51.17% from 255 or 21.42% from 607); Blue value is 237 (92.97% from 255 or 39.04% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F082ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F082ED is #0F7D12. Grayscale: #AEAEAE. Windows color (decimal): -1015059 or 15565552. OLE color: 15565552.
HSL color Cylindrical-coordinate representation of color #F082ED: hue angle of 301.64º 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 #F082ED is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 130 | 237 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.06 |
| HSL | 301.64º | 0.79% | 0.73% | - |
| HSV(B) | 301.64º | 0.46% | 0.94% | - |
| XYZ | 59.2 | 40.6 | 84.84 | - |
| YUV | 175.09 | 162.94 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 130 | 237 | 0 | 0.46 | 0.01 | 0.06 | 301.64 | 0.79 | 0.73 |
| Hex | F0 | 82 | ED | 0 | 2E | 1 | 6 | 12E | 4F | 49 |
| Octal | 360 | 202 | 355 | 0 | 56 | 1 | 6 | 456 | 117 | 111 |
| Binary | 11110000 | 10000010 | 11101101 | 0 | 101110 | 1 | 110 | 100101110 | 1001111 | 1001001 |
Color Harmonies of #F082ED
Complementary color
Monochromatic Colors of #F082ED
Black with #F082ED
Text Example
Text Example
White with #F082ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F082ED; }
p { color: rgb(240,130,237); }
H1.HeaderClassName
{
color: #F082ED;
}
.AnyTagClassName
{
color: #F082ED;
}
</style>
background-color css
<style>
a { background-color: #F082ED; }
a { background-color: rgb(240,130,237); }
div.DivClassName
{
background-color: #F082ED;
}
.BgClassName
{
background-color: #F082ED;
}
</style>
border-color css
<style>
span { border-color: #F082ED; }
span { border-color: rgb(240,130,237); }
td.TdClassName
{
border-color: #F082ED;
}
.TagClassName
{
border-color: #F082ED;
}
</style>