Shades of Violet #F770EC
Tints of Violet #F770EC
RGB
CMYK
RGB Variations
Color information
#F770EC (or 0xF770EC) is known color: Violet. HEX triplet: F7, 70 and EC. RGB value is (247,112,236). Sum of RGB (Red+Green+Blue) = 247+112+236=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 112 (44.14% from 255 or 18.82% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 247 - color contains mainly: red. Hex color #F770EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F770EC is #088F13. Grayscale: #A6A6A6. Windows color (decimal): -560916 or 15495415. OLE color: 15495415.
HSL color Cylindrical-coordinate representation of color #F770EC: hue angle of 304.89º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F770EC is Cyan = 0, Magento = 0.55, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 236 | - |
| CMYK | 0 | 0.55 | 0.04 | 0.03 |
| HSL | 304.89º | 0.89% | 0.7% | - |
| HSV(B) | 304.89º | 0.55% | 0.97% | - |
| XYZ | 59.29 | 37.42 | 83.45 | - |
| YUV | 166.5 | 167.23 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 236 | 0 | 0.55 | 0.04 | 0.03 | 304.89 | 0.89 | 0.7 |
| Hex | F7 | 70 | EC | 0 | 37 | 4 | 3 | 131 | 59 | 46 |
| Octal | 367 | 160 | 354 | 0 | 67 | 4 | 3 | 461 | 131 | 106 |
| Binary | 11110111 | 1110000 | 11101100 | 0 | 110111 | 100 | 11 | 100110001 | 1011001 | 1000110 |
Color Harmonies of #F770EC
Complementary color
Monochromatic Colors of #F770EC
Black with #F770EC
Text Example
Text Example
White with #F770EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F770EC; }
p { color: rgb(247,112,236); }
H1.HeaderClassName
{
color: #F770EC;
}
.AnyTagClassName
{
color: #F770EC;
}
</style>
background-color css
<style>
a { background-color: #F770EC; }
a { background-color: rgb(247,112,236); }
div.DivClassName
{
background-color: #F770EC;
}
.BgClassName
{
background-color: #F770EC;
}
</style>
border-color css
<style>
span { border-color: #F770EC; }
span { border-color: rgb(247,112,236); }
td.TdClassName
{
border-color: #F770EC;
}
.TagClassName
{
border-color: #F770EC;
}
</style>