Shades of Violet #F079F1
Tints of Violet #F079F1
RGB
CMYK
RGB Variations
Color information
#F079F1 (or 0xF079F1) is known color: Violet. HEX triplet: F0, 79 and F1. RGB value is (240,121,241). Sum of RGB (Red+Green+Blue) = 240+121+241=602 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.87% from 602); Green value is 121 (47.66% from 255 or 20.10% from 602); Blue value is 241 (94.53% from 255 or 40.03% from 602); Max value from RGB is 241 - color contains mainly: blue. Hex color #F079F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F079F1 is #0F860E. Grayscale: #A9A9A9. Windows color (decimal): -1017359 or 15825392. OLE color: 15825392.
HSL color Cylindrical-coordinate representation of color #F079F1: hue angle of 299.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F079F1 is Cyan = 0.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 240 | 121 | 241 | - |
| CMYK | 0.00 | 0.50 | 0 | 0.05 |
| HSL | 299.5º | 0.81% | 0.71% | - |
| HSV(B) | 299.5º | 0.5% | 0.95% | - |
| XYZ | 58.65 | 38.55 | 87.57 | - |
| YUV | 170.26 | 167.92 | 177.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 121 | 241 | 0.00 | 0.50 | 0 | 0.05 | 299.5 | 0.81 | 0.71 |
| Hex | F0 | 79 | F1 | 0 | 32 | 0 | 5 | 12C | 51 | 47 |
| Octal | 360 | 171 | 361 | 0 | 62 | 0 | 5 | 454 | 121 | 107 |
| Binary | 11110000 | 1111001 | 11110001 | 0 | 110010 | 0 | 101 | 100101100 | 1010001 | 1000111 |
Color Harmonies of #F079F1
Complementary color
Monochromatic Colors of #F079F1
Black with #F079F1
Text Example
Text Example
White with #F079F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F079F1; }
p { color: rgb(240,121,241); }
H1.HeaderClassName
{
color: #F079F1;
}
.AnyTagClassName
{
color: #F079F1;
}
</style>
background-color css
<style>
a { background-color: #F079F1; }
a { background-color: rgb(240,121,241); }
div.DivClassName
{
background-color: #F079F1;
}
.BgClassName
{
background-color: #F079F1;
}
</style>
border-color css
<style>
span { border-color: #F079F1; }
span { border-color: rgb(240,121,241); }
td.TdClassName
{
border-color: #F079F1;
}
.TagClassName
{
border-color: #F079F1;
}
</style>