Shades of Violet #F77FED
Tints of Violet #F77FED
RGB
CMYK
RGB Variations
Color information
#F77FED (or 0xF77FED) is known color: Violet. HEX triplet: F7, 7F and ED. RGB value is (247,127,237). Sum of RGB (Red+Green+Blue) = 247+127+237=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 127 (50% from 255 or 20.79% from 611); Blue value is 237 (92.97% from 255 or 38.79% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FED is #088012. Grayscale: #AFAFAF. Windows color (decimal): -557075 or 15564791. OLE color: 15564791.
HSL color Cylindrical-coordinate representation of color #F77FED: hue angle of 305º 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 #F77FED is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 237 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.03 |
| HSL | 305º | 0.88% | 0.73% | - |
| HSV(B) | 305º | 0.49% | 0.97% | - |
| XYZ | 61.23 | 41.07 | 84.82 | - |
| YUV | 175.42 | 162.76 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 237 | 0 | 0.49 | 0.04 | 0.03 | 305 | 0.88 | 0.73 |
| Hex | F7 | 7F | ED | 0 | 31 | 4 | 3 | 131 | 58 | 49 |
| Octal | 367 | 177 | 355 | 0 | 61 | 4 | 3 | 461 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11101101 | 0 | 110001 | 100 | 11 | 100110001 | 1011000 | 1001001 |
Color Harmonies of #F77FED
Complementary color
Monochromatic Colors of #F77FED
Black with #F77FED
Text Example
Text Example
White with #F77FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FED; }
p { color: rgb(247,127,237); }
H1.HeaderClassName
{
color: #F77FED;
}
.AnyTagClassName
{
color: #F77FED;
}
</style>
background-color css
<style>
a { background-color: #F77FED; }
a { background-color: rgb(247,127,237); }
div.DivClassName
{
background-color: #F77FED;
}
.BgClassName
{
background-color: #F77FED;
}
</style>
border-color css
<style>
span { border-color: #F77FED; }
span { border-color: rgb(247,127,237); }
td.TdClassName
{
border-color: #F77FED;
}
.TagClassName
{
border-color: #F77FED;
}
</style>