Shades of Violet #F77DF6
Tints of Violet #F77DF6
RGB
CMYK
RGB Variations
Color information
#F77DF6 (or 0xF77DF6) is known color: Violet. HEX triplet: F7, 7D and F6. RGB value is (247,125,246). Sum of RGB (Red+Green+Blue) = 247+125+246=618 (81% of max value = 765). Red value is 247 (96.88% from 255 or 39.97% from 618); Green value is 125 (49.22% from 255 or 20.23% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DF6 is #088209. Grayscale: #AEAEAE. Windows color (decimal): -557578 or 16154103. OLE color: 16154103.
HSL color Cylindrical-coordinate representation of color #F77DF6: hue angle of 300.49º 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 #F77DF6 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 246 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.03 |
| HSL | 300.49º | 0.88% | 0.73% | - |
| HSV(B) | 300.49º | 0.49% | 0.97% | - |
| XYZ | 62.33 | 41.1 | 91.84 | - |
| YUV | 175.27 | 167.92 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 246 | 0 | 0.49 | 0.00 | 0.03 | 300.49 | 0.88 | 0.73 |
| Hex | F7 | 7D | F6 | 0 | 31 | 0 | 3 | 12C | 58 | 49 |
| Octal | 367 | 175 | 366 | 0 | 61 | 0 | 3 | 454 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11110110 | 0 | 110001 | 0 | 11 | 100101100 | 1011000 | 1001001 |
Color Harmonies of #F77DF6
Complementary color
Monochromatic Colors of #F77DF6
Black with #F77DF6
Text Example
Text Example
White with #F77DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DF6; }
p { color: rgb(247,125,246); }
H1.HeaderClassName
{
color: #F77DF6;
}
.AnyTagClassName
{
color: #F77DF6;
}
</style>
background-color css
<style>
a { background-color: #F77DF6; }
a { background-color: rgb(247,125,246); }
div.DivClassName
{
background-color: #F77DF6;
}
.BgClassName
{
background-color: #F77DF6;
}
</style>
border-color css
<style>
span { border-color: #F77DF6; }
span { border-color: rgb(247,125,246); }
td.TdClassName
{
border-color: #F77DF6;
}
.TagClassName
{
border-color: #F77DF6;
}
</style>