Shades of Violet #F77FEF
Tints of Violet #F77FEF
RGB
CMYK
RGB Variations
Color information
#F77FEF (or 0xF77FEF) is known color: Violet. HEX triplet: F7, 7F and EF. RGB value is (247,127,239). Sum of RGB (Red+Green+Blue) = 247+127+239=613 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.29% from 613); Green value is 127 (50% from 255 or 20.72% from 613); Blue value is 239 (93.75% from 255 or 38.99% from 613); Max value from RGB is 247 - color contains mainly: red. Hex color #F77FEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77FEF is #088010. Grayscale: #AFAFAF. Windows color (decimal): -557073 or 15695863. OLE color: 15695863.
HSL color Cylindrical-coordinate representation of color #F77FEF: hue angle of 304º 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 #F77FEF is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 127 | 239 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.03 |
| HSL | 304º | 0.88% | 0.73% | - |
| HSV(B) | 304º | 0.49% | 0.97% | - |
| XYZ | 61.53 | 41.18 | 86.37 | - |
| YUV | 175.65 | 163.76 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 127 | 239 | 0 | 0.49 | 0.03 | 0.03 | 304 | 0.88 | 0.73 |
| Hex | F7 | 7F | EF | 0 | 31 | 3 | 3 | 130 | 58 | 49 |
| Octal | 367 | 177 | 357 | 0 | 61 | 3 | 3 | 460 | 130 | 111 |
| Binary | 11110111 | 1111111 | 11101111 | 0 | 110001 | 11 | 11 | 100110000 | 1011000 | 1001001 |
Color Harmonies of #F77FEF
Complementary color
Monochromatic Colors of #F77FEF
Black with #F77FEF
Text Example
Text Example
White with #F77FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77FEF; }
p { color: rgb(247,127,239); }
H1.HeaderClassName
{
color: #F77FEF;
}
.AnyTagClassName
{
color: #F77FEF;
}
</style>
background-color css
<style>
a { background-color: #F77FEF; }
a { background-color: rgb(247,127,239); }
div.DivClassName
{
background-color: #F77FEF;
}
.BgClassName
{
background-color: #F77FEF;
}
</style>
border-color css
<style>
span { border-color: #F77FEF; }
span { border-color: rgb(247,127,239); }
td.TdClassName
{
border-color: #F77FEF;
}
.TagClassName
{
border-color: #F77FEF;
}
</style>