Shades of Violet #F079E5
Tints of Violet #F079E5
RGB
CMYK
RGB Variations
Color information
#F079E5 (or 0xF079E5) is known color: Violet. HEX triplet: F0, 79 and E5. RGB value is (240,121,229). Sum of RGB (Red+Green+Blue) = 240+121+229=590 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.68% from 590); Green value is 121 (47.66% from 255 or 20.51% from 590); Blue value is 229 (89.84% from 255 or 38.81% from 590); Max value from RGB is 240 - color contains mainly: red. Hex color #F079E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #F079E5 is #0F861A. Grayscale: #A8A8A8. Windows color (decimal): -1017371 or 15038960. OLE color: 15038960.
HSL color Cylindrical-coordinate representation of color #F079E5: hue angle of 305.55º 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 #F079E5 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 121 | 229 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.06 |
| HSL | 305.55º | 0.8% | 0.71% | - |
| HSV(B) | 305.55º | 0.5% | 0.94% | - |
| XYZ | 56.92 | 37.86 | 78.44 | - |
| YUV | 168.89 | 161.92 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 229 | 0 | 0.50 | 0.05 | 0.06 | 305.55 | 0.8 | 0.71 |
| Hex | F0 | 79 | E5 | 0 | 32 | 5 | 6 | 132 | 50 | 47 |
| Octal | 360 | 171 | 345 | 0 | 62 | 5 | 6 | 462 | 120 | 107 |
| Binary | 11110000 | 1111001 | 11100101 | 0 | 110010 | 101 | 110 | 100110010 | 1010000 | 1000111 |
Color Harmonies of #F079E5
Complementary color
Monochromatic Colors of #F079E5
Black with #F079E5
Text Example
Text Example
White with #F079E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079E5; }
p { color: rgb(240,121,229); }
H1.HeaderClassName
{
color: #F079E5;
}
.AnyTagClassName
{
color: #F079E5;
}
</style>
background-color css
<style>
a { background-color: #F079E5; }
a { background-color: rgb(240,121,229); }
div.DivClassName
{
background-color: #F079E5;
}
.BgClassName
{
background-color: #F079E5;
}
</style>
border-color css
<style>
span { border-color: #F079E5; }
span { border-color: rgb(240,121,229); }
td.TdClassName
{
border-color: #F079E5;
}
.TagClassName
{
border-color: #F079E5;
}
</style>