Shades of Violet #F77EF4
Tints of Violet #F77EF4
RGB
CMYK
RGB Variations
Color information
#F77EF4 (or 0xF77EF4) is known color: Violet. HEX triplet: F7, 7E and F4. RGB value is (247,126,244). Sum of RGB (Red+Green+Blue) = 247+126+244=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 126 (49.61% from 255 or 20.42% from 617); Blue value is 244 (95.70% from 255 or 39.55% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EF4 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EF4 is #08810B. Grayscale: #AFAFAF. Windows color (decimal): -557324 or 16023287. OLE color: 16023287.
HSL color Cylindrical-coordinate representation of color #F77EF4: hue angle of 301.49º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77EF4 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 244 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.03 |
| HSL | 301.49º | 0.88% | 0.73% | - |
| HSV(B) | 301.49º | 0.49% | 0.97% | - |
| XYZ | 62.15 | 41.23 | 90.27 | - |
| YUV | 175.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 244 | 0 | 0.49 | 0.01 | 0.03 | 301.49 | 0.88 | 0.73 |
| Hex | F7 | 7E | F4 | 0 | 31 | 1 | 3 | 12D | 58 | 49 |
| Octal | 367 | 176 | 364 | 0 | 61 | 1 | 3 | 455 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11110100 | 0 | 110001 | 1 | 11 | 100101101 | 1011000 | 1001001 |
Color Harmonies of #F77EF4
Complementary color
Monochromatic Colors of #F77EF4
Black with #F77EF4
Text Example
Text Example
White with #F77EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EF4; }
p { color: rgb(247,126,244); }
H1.HeaderClassName
{
color: #F77EF4;
}
.AnyTagClassName
{
color: #F77EF4;
}
</style>
background-color css
<style>
a { background-color: #F77EF4; }
a { background-color: rgb(247,126,244); }
div.DivClassName
{
background-color: #F77EF4;
}
.BgClassName
{
background-color: #F77EF4;
}
</style>
border-color css
<style>
span { border-color: #F77EF4; }
span { border-color: rgb(247,126,244); }
td.TdClassName
{
border-color: #F77EF4;
}
.TagClassName
{
border-color: #F77EF4;
}
</style>