Shades of Violet #F77DED
Tints of Violet #F77DED
RGB
CMYK
RGB Variations
Color information
#F77DED (or 0xF77DED) is known color: Violet. HEX triplet: F7, 7D and ED. RGB value is (247,125,237). Sum of RGB (Red+Green+Blue) = 247+125+237=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 125 (49.22% from 255 or 20.53% from 609); Blue value is 237 (92.97% from 255 or 38.92% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DED is #088212. Grayscale: #ADADAD. Windows color (decimal): -557587 or 15564279. OLE color: 15564279.
HSL color Cylindrical-coordinate representation of color #F77DED: hue angle of 304.92º 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 #F77DED is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 237 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.03 |
| HSL | 304.92º | 0.88% | 0.73% | - |
| HSV(B) | 304.92º | 0.49% | 0.97% | - |
| XYZ | 60.98 | 40.56 | 84.73 | - |
| YUV | 174.25 | 163.42 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 237 | 0 | 0.49 | 0.04 | 0.03 | 304.92 | 0.88 | 0.73 |
| Hex | F7 | 7D | ED | 0 | 31 | 4 | 3 | 131 | 58 | 49 |
| Octal | 367 | 175 | 355 | 0 | 61 | 4 | 3 | 461 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11101101 | 0 | 110001 | 100 | 11 | 100110001 | 1011000 | 1001001 |
Color Harmonies of #F77DED
Complementary color
Monochromatic Colors of #F77DED
Black with #F77DED
Text Example
Text Example
White with #F77DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DED; }
p { color: rgb(247,125,237); }
H1.HeaderClassName
{
color: #F77DED;
}
.AnyTagClassName
{
color: #F77DED;
}
</style>
background-color css
<style>
a { background-color: #F77DED; }
a { background-color: rgb(247,125,237); }
div.DivClassName
{
background-color: #F77DED;
}
.BgClassName
{
background-color: #F77DED;
}
</style>
border-color css
<style>
span { border-color: #F77DED; }
span { border-color: rgb(247,125,237); }
td.TdClassName
{
border-color: #F77DED;
}
.TagClassName
{
border-color: #F77DED;
}
</style>