Shades of Violet #F77EED
Tints of Violet #F77EED
RGB
CMYK
RGB Variations
Color information
#F77EED (or 0xF77EED) is known color: Violet. HEX triplet: F7, 7E and ED. RGB value is (247,126,237). Sum of RGB (Red+Green+Blue) = 247+126+237=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 126 (49.61% from 255 or 20.66% from 610); Blue value is 237 (92.97% from 255 or 38.85% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EED is #088112. Grayscale: #AEAEAE. Windows color (decimal): -557331 or 15564535. OLE color: 15564535.
HSL color Cylindrical-coordinate representation of color #F77EED: hue angle of 304.96º 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 #F77EED is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 237 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.03 |
| HSL | 304.96º | 0.88% | 0.73% | - |
| HSV(B) | 304.96º | 0.49% | 0.97% | - |
| XYZ | 61.1 | 40.81 | 84.78 | - |
| YUV | 174.83 | 163.09 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 237 | 0 | 0.49 | 0.04 | 0.03 | 304.96 | 0.88 | 0.73 |
| Hex | F7 | 7E | ED | 0 | 31 | 4 | 3 | 131 | 58 | 49 |
| Octal | 367 | 176 | 355 | 0 | 61 | 4 | 3 | 461 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11101101 | 0 | 110001 | 100 | 11 | 100110001 | 1011000 | 1001001 |
Color Harmonies of #F77EED
Complementary color
Monochromatic Colors of #F77EED
Black with #F77EED
Text Example
Text Example
White with #F77EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EED; }
p { color: rgb(247,126,237); }
H1.HeaderClassName
{
color: #F77EED;
}
.AnyTagClassName
{
color: #F77EED;
}
</style>
background-color css
<style>
a { background-color: #F77EED; }
a { background-color: rgb(247,126,237); }
div.DivClassName
{
background-color: #F77EED;
}
.BgClassName
{
background-color: #F77EED;
}
</style>
border-color css
<style>
span { border-color: #F77EED; }
span { border-color: rgb(247,126,237); }
td.TdClassName
{
border-color: #F77EED;
}
.TagClassName
{
border-color: #F77EED;
}
</style>