Shades of Violet #F670EC
Tints of Violet #F670EC
RGB
CMYK
RGB Variations
Color information
#F670EC (or 0xF670EC) is known color: Violet. HEX triplet: F6, 70 and EC. RGB value is (246,112,236). Sum of RGB (Red+Green+Blue) = 246+112+236=594 (78% of max value = 765). Red value is 246 (96.48% from 255 or 41.41% from 594); Green value is 112 (44.14% from 255 or 18.86% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 246 - color contains mainly: red. Hex color #F670EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F670EC is #098F13. Grayscale: #A5A5A5. Windows color (decimal): -626452 or 15495414. OLE color: 15495414.
HSL color Cylindrical-coordinate representation of color #F670EC: hue angle of 304.48º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F670EC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 236 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.04 |
| HSL | 304.48º | 0.88% | 0.7% | - |
| HSV(B) | 304.48º | 0.54% | 0.96% | - |
| XYZ | 58.94 | 37.24 | 83.44 | - |
| YUV | 166.2 | 167.39 | 184.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 236 | 0 | 0.54 | 0.04 | 0.04 | 304.48 | 0.88 | 0.7 |
| Hex | F6 | 70 | EC | 0 | 36 | 4 | 4 | 130 | 58 | 46 |
| Octal | 366 | 160 | 354 | 0 | 66 | 4 | 4 | 460 | 130 | 106 |
| Binary | 11110110 | 1110000 | 11101100 | 0 | 110110 | 100 | 100 | 100110000 | 1011000 | 1000110 |
Color Harmonies of #F670EC
Complementary color
Monochromatic Colors of #F670EC
Black with #F670EC
Text Example
Text Example
White with #F670EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F670EC; }
p { color: rgb(246,112,236); }
H1.HeaderClassName
{
color: #F670EC;
}
.AnyTagClassName
{
color: #F670EC;
}
</style>
background-color css
<style>
a { background-color: #F670EC; }
a { background-color: rgb(246,112,236); }
div.DivClassName
{
background-color: #F670EC;
}
.BgClassName
{
background-color: #F670EC;
}
</style>
border-color css
<style>
span { border-color: #F670EC; }
span { border-color: rgb(246,112,236); }
td.TdClassName
{
border-color: #F670EC;
}
.TagClassName
{
border-color: #F670EC;
}
</style>