Shades of Violet #F078ED
Tints of Violet #F078ED
RGB
CMYK
RGB Variations
Color information
#F078ED (or 0xF078ED) is known color: Violet. HEX triplet: F0, 78 and ED. RGB value is (240,120,237). Sum of RGB (Red+Green+Blue) = 240+120+237=597 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40.20% from 597); Green value is 120 (47.27% from 255 or 20.10% from 597); Blue value is 237 (92.97% from 255 or 39.70% from 597); Max value from RGB is 240 - color contains mainly: red. Hex color #F078ED is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F078ED is #0F8712. Grayscale: #A8A8A8. Windows color (decimal): -1017619 or 15562992. OLE color: 15562992.
HSL color Cylindrical-coordinate representation of color #F078ED: hue angle of 301.5º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F078ED is Cyan = 0, Magento = 0.5, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 237 | - |
| CMYK | 0 | 0.5 | 0.01 | 0.06 |
| HSL | 301.5º | 0.8% | 0.71% | - |
| HSV(B) | 301.5º | 0.5% | 0.94% | - |
| XYZ | 57.94 | 38.07 | 84.42 | - |
| YUV | 169.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 237 | 0 | 0.5 | 0.01 | 0.06 | 301.5 | 0.8 | 0.71 |
| Hex | F0 | 78 | ED | 0 | 32 | 1 | 6 | 12E | 50 | 47 |
| Octal | 360 | 170 | 355 | 0 | 62 | 1 | 6 | 456 | 120 | 107 |
| Binary | 11110000 | 1111000 | 11101101 | 0 | 110010 | 1 | 110 | 100101110 | 1010000 | 1000111 |
Color Harmonies of #F078ED
Complementary color
Monochromatic Colors of #F078ED
Black with #F078ED
Text Example
Text Example
White with #F078ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078ED; }
p { color: rgb(240,120,237); }
H1.HeaderClassName
{
color: #F078ED;
}
.AnyTagClassName
{
color: #F078ED;
}
</style>
background-color css
<style>
a { background-color: #F078ED; }
a { background-color: rgb(240,120,237); }
div.DivClassName
{
background-color: #F078ED;
}
.BgClassName
{
background-color: #F078ED;
}
</style>
border-color css
<style>
span { border-color: #F078ED; }
span { border-color: rgb(240,120,237); }
td.TdClassName
{
border-color: #F078ED;
}
.TagClassName
{
border-color: #F078ED;
}
</style>