Shades of Violet #F682ED
Tints of Violet #F682ED
RGB
CMYK
RGB Variations
Color information
#F682ED (or 0xF682ED) is known color: Violet. HEX triplet: F6, 82 and ED. RGB value is (246,130,237). Sum of RGB (Red+Green+Blue) = 246+130+237=613 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.13% from 613); Green value is 130 (51.17% from 255 or 21.21% from 613); Blue value is 237 (92.97% from 255 or 38.66% from 613); Max value from RGB is 246 - color contains mainly: red. Hex color #F682ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F682ED is #097D12. Grayscale: #B0B0B0. Windows color (decimal): -621843 or 15565558. OLE color: 15565558.
HSL color Cylindrical-coordinate representation of color #F682ED: hue angle of 304.66º 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 #F682ED is Cyan = 0, Magento = 0.47, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 130 | 237 | - |
| CMYK | 0 | 0.47 | 0.04 | 0.04 |
| HSL | 304.66º | 0.87% | 0.74% | - |
| HSV(B) | 304.66º | 0.47% | 0.96% | - |
| XYZ | 61.27 | 41.67 | 84.93 | - |
| YUV | 176.88 | 161.93 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 130 | 237 | 0 | 0.47 | 0.04 | 0.04 | 304.66 | 0.87 | 0.74 |
| Hex | F6 | 82 | ED | 0 | 2F | 4 | 4 | 131 | 57 | 4A |
| Octal | 366 | 202 | 355 | 0 | 57 | 4 | 4 | 461 | 127 | 112 |
| Binary | 11110110 | 10000010 | 11101101 | 0 | 101111 | 100 | 100 | 100110001 | 1010111 | 1001010 |
Color Harmonies of #F682ED
Complementary color
Monochromatic Colors of #F682ED
Black with #F682ED
Text Example
Text Example
White with #F682ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F682ED; }
p { color: rgb(246,130,237); }
H1.HeaderClassName
{
color: #F682ED;
}
.AnyTagClassName
{
color: #F682ED;
}
</style>
background-color css
<style>
a { background-color: #F682ED; }
a { background-color: rgb(246,130,237); }
div.DivClassName
{
background-color: #F682ED;
}
.BgClassName
{
background-color: #F682ED;
}
</style>
border-color css
<style>
span { border-color: #F682ED; }
span { border-color: rgb(246,130,237); }
td.TdClassName
{
border-color: #F682ED;
}
.TagClassName
{
border-color: #F682ED;
}
</style>