Shades of Violet #F077ED
Tints of Violet #F077ED
RGB
CMYK
RGB Variations
Color information
#F077ED (or 0xF077ED) is known color: Violet. HEX triplet: F0, 77 and ED. RGB value is (240,119,237). Sum of RGB (Red+Green+Blue) = 240+119+237=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 237 (92.97% from 255 or 39.77% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F077ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F077ED is #0F8812. Grayscale: #A8A8A8. Windows color (decimal): -1017875 or 15562736. OLE color: 15562736.
HSL color Cylindrical-coordinate representation of color #F077ED: hue angle of 301.49º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F077ED is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 119 | 237 | - |
| CMYK | 0 | 0.50 | 0.01 | 0.06 |
| HSL | 301.49º | 0.8% | 0.7% | - |
| HSV(B) | 301.49º | 0.5% | 0.94% | - |
| XYZ | 57.82 | 37.83 | 84.38 | - |
| YUV | 168.63 | 166.59 | 178.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 119 | 237 | 0 | 0.50 | 0.01 | 0.06 | 301.49 | 0.8 | 0.7 |
| Hex | F0 | 77 | ED | 0 | 32 | 1 | 6 | 12D | 50 | 46 |
| Octal | 360 | 167 | 355 | 0 | 62 | 1 | 6 | 455 | 120 | 106 |
| Binary | 11110000 | 1110111 | 11101101 | 0 | 110010 | 1 | 110 | 100101101 | 1010000 | 1000110 |
Color Harmonies of #F077ED
Complementary color
Monochromatic Colors of #F077ED
Black with #F077ED
Text Example
Text Example
White with #F077ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F077ED; }
p { color: rgb(240,119,237); }
H1.HeaderClassName
{
color: #F077ED;
}
.AnyTagClassName
{
color: #F077ED;
}
</style>
background-color css
<style>
a { background-color: #F077ED; }
a { background-color: rgb(240,119,237); }
div.DivClassName
{
background-color: #F077ED;
}
.BgClassName
{
background-color: #F077ED;
}
</style>
border-color css
<style>
span { border-color: #F077ED; }
span { border-color: rgb(240,119,237); }
td.TdClassName
{
border-color: #F077ED;
}
.TagClassName
{
border-color: #F077ED;
}
</style>