Shades of Violet #F771EC
Tints of Violet #F771EC
RGB
CMYK
RGB Variations
Color information
#F771EC (or 0xF771EC) is known color: Violet. HEX triplet: F7, 71 and EC. RGB value is (247,113,236). Sum of RGB (Red+Green+Blue) = 247+113+236=596 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.44% from 596); Green value is 113 (44.53% from 255 or 18.96% from 596); Blue value is 236 (92.58% from 255 or 39.60% from 596); Max value from RGB is 247 - color contains mainly: red. Hex color #F771EC is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F771EC is #088E13. Grayscale: #A6A6A6. Windows color (decimal): -560660 or 15495671. OLE color: 15495671.
HSL color Cylindrical-coordinate representation of color #F771EC: hue angle of 304.93º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F771EC is Cyan = 0, Magento = 0.54, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 113 | 236 | - |
| CMYK | 0 | 0.54 | 0.04 | 0.03 |
| HSL | 304.93º | 0.89% | 0.71% | - |
| HSV(B) | 304.93º | 0.54% | 0.97% | - |
| XYZ | 59.4 | 37.64 | 83.49 | - |
| YUV | 167.09 | 166.89 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 113 | 236 | 0 | 0.54 | 0.04 | 0.03 | 304.93 | 0.89 | 0.71 |
| Hex | F7 | 71 | EC | 0 | 36 | 4 | 3 | 131 | 59 | 47 |
| Octal | 367 | 161 | 354 | 0 | 66 | 4 | 3 | 461 | 131 | 107 |
| Binary | 11110111 | 1110001 | 11101100 | 0 | 110110 | 100 | 11 | 100110001 | 1011001 | 1000111 |
Color Harmonies of #F771EC
Complementary color
Monochromatic Colors of #F771EC
Black with #F771EC
Text Example
Text Example
White with #F771EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F771EC; }
p { color: rgb(247,113,236); }
H1.HeaderClassName
{
color: #F771EC;
}
.AnyTagClassName
{
color: #F771EC;
}
</style>
background-color css
<style>
a { background-color: #F771EC; }
a { background-color: rgb(247,113,236); }
div.DivClassName
{
background-color: #F771EC;
}
.BgClassName
{
background-color: #F771EC;
}
</style>
border-color css
<style>
span { border-color: #F771EC; }
span { border-color: rgb(247,113,236); }
td.TdClassName
{
border-color: #F771EC;
}
.TagClassName
{
border-color: #F771EC;
}
</style>