Shades of Violet #F77EF2
Tints of Violet #F77EF2
RGB
CMYK
RGB Variations
Color information
#F77EF2 (or 0xF77EF2) is known color: Violet. HEX triplet: F7, 7E and F2. RGB value is (247,126,242). Sum of RGB (Red+Green+Blue) = 247+126+242=615 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.16% from 615); Green value is 126 (49.61% from 255 or 20.49% from 615); Blue value is 242 (94.92% from 255 or 39.35% from 615); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EF2 is #08810D. Grayscale: #AFAFAF. Windows color (decimal): -557326 or 15892215. OLE color: 15892215.
HSL color Cylindrical-coordinate representation of color #F77EF2: hue angle of 302.48º 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 #F77EF2 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 242 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.03 |
| HSL | 302.48º | 0.88% | 0.73% | - |
| HSV(B) | 302.48º | 0.49% | 0.97% | - |
| XYZ | 61.85 | 41.11 | 88.68 | - |
| YUV | 175.4 | 165.59 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 242 | 0 | 0.49 | 0.02 | 0.03 | 302.48 | 0.88 | 0.73 |
| Hex | F7 | 7E | F2 | 0 | 31 | 2 | 3 | 12E | 58 | 49 |
| Octal | 367 | 176 | 362 | 0 | 61 | 2 | 3 | 456 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11110010 | 0 | 110001 | 10 | 11 | 100101110 | 1011000 | 1001001 |
Color Harmonies of #F77EF2
Complementary color
Monochromatic Colors of #F77EF2
Black with #F77EF2
Text Example
Text Example
White with #F77EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EF2; }
p { color: rgb(247,126,242); }
H1.HeaderClassName
{
color: #F77EF2;
}
.AnyTagClassName
{
color: #F77EF2;
}
</style>
background-color css
<style>
a { background-color: #F77EF2; }
a { background-color: rgb(247,126,242); }
div.DivClassName
{
background-color: #F77EF2;
}
.BgClassName
{
background-color: #F77EF2;
}
</style>
border-color css
<style>
span { border-color: #F77EF2; }
span { border-color: rgb(247,126,242); }
td.TdClassName
{
border-color: #F77EF2;
}
.TagClassName
{
border-color: #F77EF2;
}
</style>