Shades of Violet #F779F2
Tints of Violet #F779F2
RGB
CMYK
RGB Variations
Color information
#F779F2 (or 0xF779F2) is known color: Violet. HEX triplet: F7, 79 and F2. RGB value is (247,121,242). Sum of RGB (Red+Green+Blue) = 247+121+242=610 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.49% from 610); Green value is 121 (47.66% from 255 or 19.84% from 610); Blue value is 242 (94.92% from 255 or 39.67% from 610); Max value from RGB is 247 - color contains mainly: red. Hex color #F779F2 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #F779F2 is #08860D. Grayscale: #ACACAC. Windows color (decimal): -558606 or 15890935. OLE color: 15890935.
HSL color Cylindrical-coordinate representation of color #F779F2: hue angle of 302.38º 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 #F779F2 is Cyan = 0, Magento = 0.51, Yellow = 0.02 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 121 | 242 | - |
| CMYK | 0 | 0.51 | 0.02 | 0.03 |
| HSL | 302.38º | 0.89% | 0.72% | - |
| HSV(B) | 302.38º | 0.51% | 0.97% | - |
| XYZ | 61.22 | 39.86 | 88.47 | - |
| YUV | 172.47 | 167.24 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 121 | 242 | 0 | 0.51 | 0.02 | 0.03 | 302.38 | 0.89 | 0.72 |
| Hex | F7 | 79 | F2 | 0 | 33 | 2 | 3 | 12E | 59 | 48 |
| Octal | 367 | 171 | 362 | 0 | 63 | 2 | 3 | 456 | 131 | 110 |
| Binary | 11110111 | 1111001 | 11110010 | 0 | 110011 | 10 | 11 | 100101110 | 1011001 | 1001000 |
Color Harmonies of #F779F2
Complementary color
Monochromatic Colors of #F779F2
Black with #F779F2
Text Example
Text Example
White with #F779F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F779F2; }
p { color: rgb(247,121,242); }
H1.HeaderClassName
{
color: #F779F2;
}
.AnyTagClassName
{
color: #F779F2;
}
</style>
background-color css
<style>
a { background-color: #F779F2; }
a { background-color: rgb(247,121,242); }
div.DivClassName
{
background-color: #F779F2;
}
.BgClassName
{
background-color: #F779F2;
}
</style>
border-color css
<style>
span { border-color: #F779F2; }
span { border-color: rgb(247,121,242); }
td.TdClassName
{
border-color: #F779F2;
}
.TagClassName
{
border-color: #F779F2;
}
</style>