Shades of Violet #F078EB
Tints of Violet #F078EB
RGB
CMYK
RGB Variations
Color information
#F078EB (or 0xF078EB) is known color: Violet. HEX triplet: F0, 78 and EB. RGB value is (240,120,235). Sum of RGB (Red+Green+Blue) = 240+120+235=595 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.34% from 595); Green value is 120 (47.27% from 255 or 20.17% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 240 - color contains mainly: red. Hex color #F078EB is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F078EB is #0F8714. Grayscale: #A8A8A8. Windows color (decimal): -1017621 or 15431920. OLE color: 15431920.
HSL color Cylindrical-coordinate representation of color #F078EB: hue angle of 302.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 #F078EB is Cyan = 0, Magento = 0.5, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 235 | - |
| CMYK | 0 | 0.5 | 0.02 | 0.06 |
| HSL | 302.5º | 0.8% | 0.71% | - |
| HSV(B) | 302.5º | 0.5% | 0.94% | - |
| XYZ | 57.65 | 37.96 | 82.89 | - |
| YUV | 168.99 | 165.26 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 235 | 0 | 0.5 | 0.02 | 0.06 | 302.5 | 0.8 | 0.71 |
| Hex | F0 | 78 | EB | 0 | 32 | 2 | 6 | 12E | 50 | 47 |
| Octal | 360 | 170 | 353 | 0 | 62 | 2 | 6 | 456 | 120 | 107 |
| Binary | 11110000 | 1111000 | 11101011 | 0 | 110010 | 10 | 110 | 100101110 | 1010000 | 1000111 |
Color Harmonies of #F078EB
Complementary color
Monochromatic Colors of #F078EB
Black with #F078EB
Text Example
Text Example
White with #F078EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078EB; }
p { color: rgb(240,120,235); }
H1.HeaderClassName
{
color: #F078EB;
}
.AnyTagClassName
{
color: #F078EB;
}
</style>
background-color css
<style>
a { background-color: #F078EB; }
a { background-color: rgb(240,120,235); }
div.DivClassName
{
background-color: #F078EB;
}
.BgClassName
{
background-color: #F078EB;
}
</style>
border-color css
<style>
span { border-color: #F078EB; }
span { border-color: rgb(240,120,235); }
td.TdClassName
{
border-color: #F078EB;
}
.TagClassName
{
border-color: #F078EB;
}
</style>