Shades of Violet #F77AED
Tints of Violet #F77AED
RGB
CMYK
RGB Variations
Color information
#F77AED (or 0xF77AED) is known color: Violet. HEX triplet: F7, 7A and ED. RGB value is (247,122,237). Sum of RGB (Red+Green+Blue) = 247+122+237=606 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.76% from 606); Green value is 122 (48.05% from 255 or 20.13% from 606); Blue value is 237 (92.97% from 255 or 39.11% from 606); Max value from RGB is 247 - color contains mainly: red. Hex color #F77AED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77AED is #088512. Grayscale: #ACACAC. Windows color (decimal): -558355 or 15563511. OLE color: 15563511.
HSL color Cylindrical-coordinate representation of color #F77AED: hue angle of 304.8º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77AED is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 237 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.03 |
| HSL | 304.8º | 0.89% | 0.72% | - |
| HSV(B) | 304.8º | 0.51% | 0.97% | - |
| XYZ | 60.6 | 39.81 | 84.61 | - |
| YUV | 172.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 237 | 0 | 0.51 | 0.04 | 0.03 | 304.8 | 0.89 | 0.72 |
| Hex | F7 | 7A | ED | 0 | 33 | 4 | 3 | 131 | 59 | 48 |
| Octal | 367 | 172 | 355 | 0 | 63 | 4 | 3 | 461 | 131 | 110 |
| Binary | 11110111 | 1111010 | 11101101 | 0 | 110011 | 100 | 11 | 100110001 | 1011001 | 1001000 |
Color Harmonies of #F77AED
Complementary color
Monochromatic Colors of #F77AED
Black with #F77AED
Text Example
Text Example
White with #F77AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77AED; }
p { color: rgb(247,122,237); }
H1.HeaderClassName
{
color: #F77AED;
}
.AnyTagClassName
{
color: #F77AED;
}
</style>
background-color css
<style>
a { background-color: #F77AED; }
a { background-color: rgb(247,122,237); }
div.DivClassName
{
background-color: #F77AED;
}
.BgClassName
{
background-color: #F77AED;
}
</style>
border-color css
<style>
span { border-color: #F77AED; }
span { border-color: rgb(247,122,237); }
td.TdClassName
{
border-color: #F77AED;
}
.TagClassName
{
border-color: #F77AED;
}
</style>