Shades of Violet #F77DF2
Tints of Violet #F77DF2
RGB
CMYK
RGB Variations
Color information
#F77DF2 (or 0xF77DF2) is known color: Violet. HEX triplet: F7, 7D and F2. RGB value is (247,125,242). Sum of RGB (Red+Green+Blue) = 247+125+242=614 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.23% from 614); Green value is 125 (49.22% from 255 or 20.36% from 614); Blue value is 242 (94.92% from 255 or 39.41% from 614); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DF2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DF2 is #08820D. Grayscale: #AEAEAE. Windows color (decimal): -557582 or 15891959. OLE color: 15891959.
HSL color Cylindrical-coordinate representation of color #F77DF2: hue angle of 302.46º 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 #F77DF2 is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 242 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.03 |
| HSL | 302.46º | 0.88% | 0.73% | - |
| HSV(B) | 302.46º | 0.49% | 0.97% | - |
| XYZ | 61.72 | 40.85 | 88.64 | - |
| YUV | 174.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 242 | 0 | 0.49 | 0.02 | 0.03 | 302.46 | 0.88 | 0.73 |
| Hex | F7 | 7D | F2 | 0 | 31 | 2 | 3 | 12E | 58 | 49 |
| Octal | 367 | 175 | 362 | 0 | 61 | 2 | 3 | 456 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11110010 | 0 | 110001 | 10 | 11 | 100101110 | 1011000 | 1001001 |
Color Harmonies of #F77DF2
Complementary color
Monochromatic Colors of #F77DF2
Black with #F77DF2
Text Example
Text Example
White with #F77DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DF2; }
p { color: rgb(247,125,242); }
H1.HeaderClassName
{
color: #F77DF2;
}
.AnyTagClassName
{
color: #F77DF2;
}
</style>
background-color css
<style>
a { background-color: #F77DF2; }
a { background-color: rgb(247,125,242); }
div.DivClassName
{
background-color: #F77DF2;
}
.BgClassName
{
background-color: #F77DF2;
}
</style>
border-color css
<style>
span { border-color: #F77DF2; }
span { border-color: rgb(247,125,242); }
td.TdClassName
{
border-color: #F77DF2;
}
.TagClassName
{
border-color: #F77DF2;
}
</style>