Shades of Violet #F77EF1
Tints of Violet #F77EF1
RGB
CMYK
RGB Variations
Color information
#F77EF1 (or 0xF77EF1) is known color: Violet. HEX triplet: F7, 7E and F1. RGB value is (247,126,241). Sum of RGB (Red+Green+Blue) = 247+126+241=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 126 (49.61% from 255 or 20.52% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EF1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EF1 is #08810E. Grayscale: #AEAEAE. Windows color (decimal): -557327 or 15826679. OLE color: 15826679.
HSL color Cylindrical-coordinate representation of color #F77EF1: hue angle of 302.98º 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 #F77EF1 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 241 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.03 |
| HSL | 302.98º | 0.88% | 0.73% | - |
| HSV(B) | 302.98º | 0.49% | 0.97% | - |
| XYZ | 61.7 | 41.05 | 87.89 | - |
| YUV | 175.29 | 165.09 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 241 | 0 | 0.49 | 0.02 | 0.03 | 302.98 | 0.88 | 0.73 |
| Hex | F7 | 7E | F1 | 0 | 31 | 2 | 3 | 12F | 58 | 49 |
| Octal | 367 | 176 | 361 | 0 | 61 | 2 | 3 | 457 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11110001 | 0 | 110001 | 10 | 11 | 100101111 | 1011000 | 1001001 |
Color Harmonies of #F77EF1
Complementary color
Monochromatic Colors of #F77EF1
Black with #F77EF1
Text Example
Text Example
White with #F77EF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EF1; }
p { color: rgb(247,126,241); }
H1.HeaderClassName
{
color: #F77EF1;
}
.AnyTagClassName
{
color: #F77EF1;
}
</style>
background-color css
<style>
a { background-color: #F77EF1; }
a { background-color: rgb(247,126,241); }
div.DivClassName
{
background-color: #F77EF1;
}
.BgClassName
{
background-color: #F77EF1;
}
</style>
border-color css
<style>
span { border-color: #F77EF1; }
span { border-color: rgb(247,126,241); }
td.TdClassName
{
border-color: #F77EF1;
}
.TagClassName
{
border-color: #F77EF1;
}
</style>