Shades of Violet #F078F0
Tints of Violet #F078F0
RGB
CMYK
RGB Variations
Color information
#F078F0 (or 0xF078F0) is known color: Violet. HEX triplet: F0, 78 and F0. RGB value is (240,120,240). Sum of RGB (Red+Green+Blue) = 240+120+240=600 (79% of max value = 765). Red value is 240 (94.14% from 255 or 40% from 600); Green value is 120 (47.27% from 255 or 20% from 600); Blue value is 240 (94.14% from 255 or 40% from 600); Max value from RGB is 240 - color contains mainly: red, blue. Hex color #F078F0 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F078F0 is #0F870F. Grayscale: #A9A9A9. Windows color (decimal): -1017616 or 15759600. OLE color: 15759600.
HSL color Cylindrical-coordinate representation of color #F078F0: hue angle of 300º 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 #F078F0 is Cyan = 0, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 120 | 240 | - |
| CMYK | 0 | 0.5 | 0 | 0.06 |
| HSL | 300º | 0.8% | 0.71% | - |
| HSV(B) | 300º | 0.5% | 0.94% | - |
| XYZ | 58.38 | 38.25 | 86.74 | - |
| YUV | 169.56 | 167.76 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 120 | 240 | 0 | 0.5 | 0 | 0.06 | 300 | 0.8 | 0.71 |
| Hex | F0 | 78 | F0 | 0 | 32 | 0 | 6 | 12C | 50 | 47 |
| Octal | 360 | 170 | 360 | 0 | 62 | 0 | 6 | 454 | 120 | 107 |
| Binary | 11110000 | 1111000 | 11110000 | 0 | 110010 | 0 | 110 | 100101100 | 1010000 | 1000111 |
Color Harmonies of #F078F0
Complementary color
Monochromatic Colors of #F078F0
Black with #F078F0
Text Example
Text Example
White with #F078F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F078F0; }
p { color: rgb(240,120,240); }
H1.HeaderClassName
{
color: #F078F0;
}
.AnyTagClassName
{
color: #F078F0;
}
</style>
background-color css
<style>
a { background-color: #F078F0; }
a { background-color: rgb(240,120,240); }
div.DivClassName
{
background-color: #F078F0;
}
.BgClassName
{
background-color: #F078F0;
}
</style>
border-color css
<style>
span { border-color: #F078F0; }
span { border-color: rgb(240,120,240); }
td.TdClassName
{
border-color: #F078F0;
}
.TagClassName
{
border-color: #F078F0;
}
</style>