Shades of Violet #F682EE
Tints of Violet #F682EE
RGB
CMYK
RGB Variations
Color information
#F682EE (or 0xF682EE) is known color: Violet. HEX triplet: F6, 82 and EE. RGB value is (246,130,238). Sum of RGB (Red+Green+Blue) = 246+130+238=614 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.07% from 614); Green value is 130 (51.17% from 255 or 21.17% from 614); Blue value is 238 (93.36% from 255 or 38.76% from 614); Max value from RGB is 246 - color contains mainly: red. Hex color #F682EE is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F682EE is #097D11. Grayscale: #B0B0B0. Windows color (decimal): -621842 or 15631094. OLE color: 15631094.
HSL color Cylindrical-coordinate representation of color #F682EE: hue angle of 304.14º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F682EE is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 238 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.04 |
| HSL | 304.14º | 0.87% | 0.74% | - |
| HSV(B) | 304.14º | 0.47% | 0.96% | - |
| XYZ | 61.42 | 41.73 | 85.71 | - |
| YUV | 177 | 162.43 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 238 | 0 | 0.47 | 0.03 | 0.04 | 304.14 | 0.87 | 0.74 |
| Hex | F6 | 82 | EE | 0 | 2F | 3 | 4 | 130 | 57 | 4A |
| Octal | 366 | 202 | 356 | 0 | 57 | 3 | 4 | 460 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11101110 | 0 | 101111 | 11 | 100 | 100110000 | 1010111 | 1001010 |
Color Harmonies of #F682EE
Complementary color
Monochromatic Colors of #F682EE
Black with #F682EE
Text Example
Text Example
White with #F682EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682EE; }
p { color: rgb(246,130,238); }
H1.HeaderClassName
{
color: #F682EE;
}
.AnyTagClassName
{
color: #F682EE;
}
</style>
background-color css
<style>
a { background-color: #F682EE; }
a { background-color: rgb(246,130,238); }
div.DivClassName
{
background-color: #F682EE;
}
.BgClassName
{
background-color: #F682EE;
}
</style>
border-color css
<style>
span { border-color: #F682EE; }
span { border-color: rgb(246,130,238); }
td.TdClassName
{
border-color: #F682EE;
}
.TagClassName
{
border-color: #F682EE;
}
</style>