Shades of Violet #F682EF
Tints of Violet #F682EF
RGB
CMYK
RGB Variations
Color information
#F682EF (or 0xF682EF) is known color: Violet. HEX triplet: F6, 82 and EF. RGB value is (246,130,239). Sum of RGB (Red+Green+Blue) = 246+130+239=615 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40% from 615); Green value is 130 (51.17% from 255 or 21.14% from 615); Blue value is 239 (93.75% from 255 or 38.86% from 615); Max value from RGB is 246 - color contains mainly: red. Hex color #F682EF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F682EF is #097D10. Grayscale: #B0B0B0. Windows color (decimal): -621841 or 15696630. OLE color: 15696630.
HSL color Cylindrical-coordinate representation of color #F682EF: hue angle of 303.62º 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 #F682EF is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 239 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.04 |
| HSL | 303.62º | 0.87% | 0.74% | - |
| HSV(B) | 303.62º | 0.47% | 0.96% | - |
| XYZ | 61.57 | 41.79 | 86.48 | - |
| YUV | 177.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 239 | 0 | 0.47 | 0.03 | 0.04 | 303.62 | 0.87 | 0.74 |
| Hex | F6 | 82 | EF | 0 | 2F | 3 | 4 | 130 | 57 | 4A |
| Octal | 366 | 202 | 357 | 0 | 57 | 3 | 4 | 460 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11101111 | 0 | 101111 | 11 | 100 | 100110000 | 1010111 | 1001010 |
Color Harmonies of #F682EF
Complementary color
Monochromatic Colors of #F682EF
Black with #F682EF
Text Example
Text Example
White with #F682EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682EF; }
p { color: rgb(246,130,239); }
H1.HeaderClassName
{
color: #F682EF;
}
.AnyTagClassName
{
color: #F682EF;
}
</style>
background-color css
<style>
a { background-color: #F682EF; }
a { background-color: rgb(246,130,239); }
div.DivClassName
{
background-color: #F682EF;
}
.BgClassName
{
background-color: #F682EF;
}
</style>
border-color css
<style>
span { border-color: #F682EF; }
span { border-color: rgb(246,130,239); }
td.TdClassName
{
border-color: #F682EF;
}
.TagClassName
{
border-color: #F682EF;
}
</style>