Shades of Violet #F77EEE
Tints of Violet #F77EEE
RGB
CMYK
RGB Variations
Color information
#F77EEE (or 0xF77EEE) is known color: Violet. HEX triplet: F7, 7E and EE. RGB value is (247,126,238). Sum of RGB (Red+Green+Blue) = 247+126+238=611 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.43% from 611); Green value is 126 (49.61% from 255 or 20.62% from 611); Blue value is 238 (93.36% from 255 or 38.95% from 611); Max value from RGB is 247 - color contains mainly: red. Hex color #F77EEE is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F77EEE is #088111. Grayscale: #AEAEAE. Windows color (decimal): -557330 or 15630071. OLE color: 15630071.
HSL color Cylindrical-coordinate representation of color #F77EEE: hue angle of 304.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 #F77EEE is Cyan = 0, Magento = 0.49, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 126 | 238 | - |
| CMYK | 0 | 0.49 | 0.04 | 0.03 |
| HSL | 304.46º | 0.88% | 0.73% | - |
| HSV(B) | 304.46º | 0.49% | 0.97% | - |
| XYZ | 61.25 | 40.87 | 85.55 | - |
| YUV | 174.95 | 163.59 | 179.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 126 | 238 | 0 | 0.49 | 0.04 | 0.03 | 304.46 | 0.88 | 0.73 |
| Hex | F7 | 7E | EE | 0 | 31 | 4 | 3 | 130 | 58 | 49 |
| Octal | 367 | 176 | 356 | 0 | 61 | 4 | 3 | 460 | 130 | 111 |
| Binary | 11110111 | 1111110 | 11101110 | 0 | 110001 | 100 | 11 | 100110000 | 1011000 | 1001001 |
Color Harmonies of #F77EEE
Complementary color
Monochromatic Colors of #F77EEE
Black with #F77EEE
Text Example
Text Example
White with #F77EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77EEE; }
p { color: rgb(247,126,238); }
H1.HeaderClassName
{
color: #F77EEE;
}
.AnyTagClassName
{
color: #F77EEE;
}
</style>
background-color css
<style>
a { background-color: #F77EEE; }
a { background-color: rgb(247,126,238); }
div.DivClassName
{
background-color: #F77EEE;
}
.BgClassName
{
background-color: #F77EEE;
}
</style>
border-color css
<style>
span { border-color: #F77EEE; }
span { border-color: rgb(247,126,238); }
td.TdClassName
{
border-color: #F77EEE;
}
.TagClassName
{
border-color: #F77EEE;
}
</style>