Shades of Violet #F681ED
Tints of Violet #F681ED
RGB
CMYK
RGB Variations
Color information
#F681ED (or 0xF681ED) is known color: Violet. HEX triplet: F6, 81 and ED. RGB value is (246,129,237). Sum of RGB (Red+Green+Blue) = 246+129+237=612 (81% of max value = 765). Red value is 246 (96.48% from 255 or 40.20% from 612); Green value is 129 (50.78% from 255 or 21.08% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 246 - color contains mainly: red. Hex color #F681ED is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #F681ED is #097E12. Grayscale: #AFAFAF. Windows color (decimal): -622099 or 15565302. OLE color: 15565302.
HSL color Cylindrical-coordinate representation of color #F681ED: hue angle of 304.62º degrees, saturation: 0.87, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F681ED is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 129 | 237 | - |
| CMYK | 0 | 0.48 | 0.04 | 0.04 |
| HSL | 304.62º | 0.87% | 0.74% | - |
| HSV(B) | 304.62º | 0.48% | 0.96% | - |
| XYZ | 61.14 | 41.41 | 84.89 | - |
| YUV | 176.3 | 162.26 | 177.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 129 | 237 | 0 | 0.48 | 0.04 | 0.04 | 304.62 | 0.87 | 0.74 |
| Hex | F6 | 81 | ED | 0 | 30 | 4 | 4 | 131 | 57 | 4A |
| Octal | 366 | 201 | 355 | 0 | 60 | 4 | 4 | 461 | 127 | 112 |
| Binary | 11110110 | 10000001 | 11101101 | 0 | 110000 | 100 | 100 | 100110001 | 1010111 | 1001010 |
Color Harmonies of #F681ED
Complementary color
Monochromatic Colors of #F681ED
Black with #F681ED
Text Example
Text Example
White with #F681ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F681ED; }
p { color: rgb(246,129,237); }
H1.HeaderClassName
{
color: #F681ED;
}
.AnyTagClassName
{
color: #F681ED;
}
</style>
background-color css
<style>
a { background-color: #F681ED; }
a { background-color: rgb(246,129,237); }
div.DivClassName
{
background-color: #F681ED;
}
.BgClassName
{
background-color: #F681ED;
}
</style>
border-color css
<style>
span { border-color: #F681ED; }
span { border-color: rgb(246,129,237); }
td.TdClassName
{
border-color: #F681ED;
}
.TagClassName
{
border-color: #F681ED;
}
</style>