Shades of Violet #F77EEF
Tints of Violet #F77EEF
RGB
CMYK
RGB Variations
Color information
#F77EEF (or 0xF77EEF) is known color: Violet. HEX triplet: F7, 7E and EF. RGB value is (247,126,239). Sum of RGB (Red+Green+Blue) = 247+126+239=612 (81% of max value = 765). Red value is 247 (96.88% from 255 or 40.36% from 612); Green value is 126 (49.61% from 255 or 20.59% from 612); Blue value is 239 (93.75% from 255 or 39.05% from 612); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EEF is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EEF is #088110. Grayscale: #AEAEAE. Windows color (decimal): -557329 or 15695607. OLE color: 15695607.
HSL color Cylindrical-coordinate representation of color #F77EEF: hue angle of 303.97º 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 #F77EEF is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 239 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.03 |
| HSL | 303.97º | 0.88% | 0.73% | - |
| HSV(B) | 303.97º | 0.49% | 0.97% | - |
| XYZ | 61.4 | 40.93 | 86.33 | - |
| YUV | 175.06 | 164.09 | 179.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 239 | 0 | 0.49 | 0.03 | 0.03 | 303.97 | 0.88 | 0.73 |
| Hex | F7 | 7E | EF | 0 | 31 | 3 | 3 | 130 | 58 | 49 |
| Octal | 367 | 176 | 357 | 0 | 61 | 3 | 3 | 460 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11101111 | 0 | 110001 | 11 | 11 | 100110000 | 1011000 | 1001001 |
Color Harmonies of #F77EEF
Complementary color
Monochromatic Colors of #F77EEF
Black with #F77EEF
Text Example
Text Example
White with #F77EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EEF; }
p { color: rgb(247,126,239); }
H1.HeaderClassName
{
color: #F77EEF;
}
.AnyTagClassName
{
color: #F77EEF;
}
</style>
background-color css
<style>
a { background-color: #F77EEF; }
a { background-color: rgb(247,126,239); }
div.DivClassName
{
background-color: #F77EEF;
}
.BgClassName
{
background-color: #F77EEF;
}
</style>
border-color css
<style>
span { border-color: #F77EEF; }
span { border-color: rgb(247,126,239); }
td.TdClassName
{
border-color: #F77EEF;
}
.TagClassName
{
border-color: #F77EEF;
}
</style>