Shades of Violet #F77FF6
Tints of Violet #F77FF6
RGB
CMYK
RGB Variations
Color information
#F77FF6 (or 0xF77FF6) is known color: Violet. HEX triplet: F7, 7F and F6. RGB value is (247,127,246). Sum of RGB (Red+Green+Blue) = 247+127+246=620 (82% of max value = 765). Red value is 247 (96.88% from 255 or 39.84% from 620); Green value is 127 (50% from 255 or 20.48% from 620); Blue value is 246 (96.48% from 255 or 39.68% from 620); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FF6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FF6 is #088009. Grayscale: #B0B0B0. Windows color (decimal): -557066 or 16154615. OLE color: 16154615.
HSL color Cylindrical-coordinate representation of color #F77FF6: hue angle of 300.5º 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 #F77FF6 is Cyan = 0, Magento = 0.49, Yellow = 0.00 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 246 | - |
| CMYK | 0 | 0.49 | 0.00 | 0.03 |
| HSL | 300.5º | 0.88% | 0.73% | - |
| HSV(B) | 300.5º | 0.49% | 0.97% | - |
| XYZ | 62.58 | 41.61 | 91.92 | - |
| YUV | 176.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 246 | 0 | 0.49 | 0.00 | 0.03 | 300.5 | 0.88 | 0.73 |
| Hex | F7 | 7F | F6 | 0 | 31 | 0 | 3 | 12C | 58 | 49 |
| Octal | 367 | 177 | 366 | 0 | 61 | 0 | 3 | 454 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11110110 | 0 | 110001 | 0 | 11 | 100101100 | 1011000 | 1001001 |
Color Harmonies of #F77FF6
Complementary color
Monochromatic Colors of #F77FF6
Black with #F77FF6
Text Example
Text Example
White with #F77FF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FF6; }
p { color: rgb(247,127,246); }
H1.HeaderClassName
{
color: #F77FF6;
}
.AnyTagClassName
{
color: #F77FF6;
}
</style>
background-color css
<style>
a { background-color: #F77FF6; }
a { background-color: rgb(247,127,246); }
div.DivClassName
{
background-color: #F77FF6;
}
.BgClassName
{
background-color: #F77FF6;
}
</style>
border-color css
<style>
span { border-color: #F77FF6; }
span { border-color: rgb(247,127,246); }
td.TdClassName
{
border-color: #F77FF6;
}
.TagClassName
{
border-color: #F77FF6;
}
</style>