Shades of Violet #F77CED
Tints of Violet #F77CED
RGB
CMYK
RGB Variations
Color information
#F77CED (or 0xF77CED) is known color: Violet. HEX triplet: F7, 7C and ED. RGB value is (247,124,237). Sum of RGB (Red+Green+Blue) = 247+124+237=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 124 (48.83% from 255 or 20.39% from 608); Blue value is 237 (92.97% from 255 or 38.98% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F77CED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77CED is #088312. Grayscale: #ADADAD. Windows color (decimal): -557843 or 15564023. OLE color: 15564023.
HSL color Cylindrical-coordinate representation of color #F77CED: hue angle of 304.88º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77CED is Cyan = 0, Magento = 0.50, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 237 | - |
| CMYK | 0 | 0.50 | 0.04 | 0.03 |
| HSL | 304.88º | 0.88% | 0.73% | - |
| HSV(B) | 304.88º | 0.5% | 0.97% | - |
| XYZ | 60.85 | 40.3 | 84.69 | - |
| YUV | 173.66 | 163.75 | 180.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 237 | 0 | 0.50 | 0.04 | 0.03 | 304.88 | 0.88 | 0.73 |
| Hex | F7 | 7C | ED | 0 | 32 | 4 | 3 | 131 | 58 | 49 |
| Octal | 367 | 174 | 355 | 0 | 62 | 4 | 3 | 461 | 130 | 111 |
| Binary | 11110111 | 1111100 | 11101101 | 0 | 110010 | 100 | 11 | 100110001 | 1011000 | 1001001 |
Color Harmonies of #F77CED
Complementary color
Monochromatic Colors of #F77CED
Black with #F77CED
Text Example
Text Example
White with #F77CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77CED; }
p { color: rgb(247,124,237); }
H1.HeaderClassName
{
color: #F77CED;
}
.AnyTagClassName
{
color: #F77CED;
}
</style>
background-color css
<style>
a { background-color: #F77CED; }
a { background-color: rgb(247,124,237); }
div.DivClassName
{
background-color: #F77CED;
}
.BgClassName
{
background-color: #F77CED;
}
</style>
border-color css
<style>
span { border-color: #F77CED; }
span { border-color: rgb(247,124,237); }
td.TdClassName
{
border-color: #F77CED;
}
.TagClassName
{
border-color: #F77CED;
}
</style>