Shades of Violet #F77DF5
Tints of Violet #F77DF5
RGB
CMYK
RGB Variations
Color information
#F77DF5 (or 0xF77DF5) is known color: Violet. HEX triplet: F7, 7D and F5. RGB value is (247,125,245). Sum of RGB (Red+Green+Blue) = 247+125+245=617 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.03% from 617); Green value is 125 (49.22% from 255 or 20.26% from 617); Blue value is 245 (96.09% from 255 or 39.71% from 617); Max value from RGB is 247 - color contains mainly: red. Hex color #F77DF5 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77DF5 is #08820A. Grayscale: #AEAEAE. Windows color (decimal): -557579 or 16088567. OLE color: 16088567.
HSL color Cylindrical-coordinate representation of color #F77DF5: hue angle of 300.98º 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 #F77DF5 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 245 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.03 |
| HSL | 300.98º | 0.88% | 0.73% | - |
| HSV(B) | 300.98º | 0.49% | 0.97% | - |
| XYZ | 62.17 | 41.03 | 91.03 | - |
| YUV | 175.16 | 167.42 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 245 | 0 | 0.49 | 0.01 | 0.03 | 300.98 | 0.88 | 0.73 |
| Hex | F7 | 7D | F5 | 0 | 31 | 1 | 3 | 12D | 58 | 49 |
| Octal | 367 | 175 | 365 | 0 | 61 | 1 | 3 | 455 | 130 | 111 |
| Binary | 11110111 | 1111101 | 11110101 | 0 | 110001 | 1 | 11 | 100101101 | 1011000 | 1001001 |
Color Harmonies of #F77DF5
Complementary color
Monochromatic Colors of #F77DF5
Black with #F77DF5
Text Example
Text Example
White with #F77DF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77DF5; }
p { color: rgb(247,125,245); }
H1.HeaderClassName
{
color: #F77DF5;
}
.AnyTagClassName
{
color: #F77DF5;
}
</style>
background-color css
<style>
a { background-color: #F77DF5; }
a { background-color: rgb(247,125,245); }
div.DivClassName
{
background-color: #F77DF5;
}
.BgClassName
{
background-color: #F77DF5;
}
</style>
border-color css
<style>
span { border-color: #F77DF5; }
span { border-color: rgb(247,125,245); }
td.TdClassName
{
border-color: #F77DF5;
}
.TagClassName
{
border-color: #F77DF5;
}
</style>