Shades of Violet #F779F1
Tints of Violet #F779F1
RGB
CMYK
RGB Variations
Color information
#F779F1 (or 0xF779F1) is known color: Violet. HEX triplet: F7, 79 and F1. RGB value is (247,121,241). Sum of RGB (Red+Green+Blue) = 247+121+241=609 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.56% from 609); Green value is 121 (47.66% from 255 or 19.87% from 609); Blue value is 241 (94.53% from 255 or 39.57% from 609); Max value from RGB is 247 - color contains mainly: red. Hex color #F779F1 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F779F1 is #08860E. Grayscale: #ACACAC. Windows color (decimal): -558607 or 15825399. OLE color: 15825399.
HSL color Cylindrical-coordinate representation of color #F779F1: hue angle of 302.86º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F779F1 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 241 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.03 |
| HSL | 302.86º | 0.89% | 0.72% | - |
| HSV(B) | 302.86º | 0.51% | 0.97% | - |
| XYZ | 61.07 | 39.8 | 87.68 | - |
| YUV | 172.35 | 166.74 | 181.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 241 | 0 | 0.51 | 0.02 | 0.03 | 302.86 | 0.89 | 0.72 |
| Hex | F7 | 79 | F1 | 0 | 33 | 2 | 3 | 12F | 59 | 48 |
| Octal | 367 | 171 | 361 | 0 | 63 | 2 | 3 | 457 | 131 | 110 |
| Binary | 11110111 | 1111001 | 11110001 | 0 | 110011 | 10 | 11 | 100101111 | 1011001 | 1001000 |
Color Harmonies of #F779F1
Complementary color
Monochromatic Colors of #F779F1
Black with #F779F1
Text Example
Text Example
White with #F779F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F779F1; }
p { color: rgb(247,121,241); }
H1.HeaderClassName
{
color: #F779F1;
}
.AnyTagClassName
{
color: #F779F1;
}
</style>
background-color css
<style>
a { background-color: #F779F1; }
a { background-color: rgb(247,121,241); }
div.DivClassName
{
background-color: #F779F1;
}
.BgClassName
{
background-color: #F779F1;
}
</style>
border-color css
<style>
span { border-color: #F779F1; }
span { border-color: rgb(247,121,241); }
td.TdClassName
{
border-color: #F779F1;
}
.TagClassName
{
border-color: #F779F1;
}
</style>