Shades of Froly #EF797A
Tints of Froly #EF797A
RGB
CMYK
RGB Variations
Color information
#EF797A (or 0xEF797A) is known color: Froly. HEX triplet: EF, 79 and 7A. RGB value is (239,121,122). Sum of RGB (Red+Green+Blue) = 239+121+122=482 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.59% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 239 - color contains mainly: red. Hex color #EF797A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF797A is #108685. Grayscale: #9C9C9C. Windows color (decimal): -1083014 or 8026607. OLE color: 8026607.
HSL color Cylindrical-coordinate representation of color #EF797A: hue angle of 359.49º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF797A is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 122 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.06 |
| HSL | 359.49º | 0.79% | 0.71% | - |
| HSV(B) | 359.49º | 0.49% | 0.94% | - |
| XYZ | 45.95 | 33.43 | 22.44 | - |
| YUV | 156.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 122 | 0 | 0.49 | 0.49 | 0.06 | 359.49 | 0.79 | 0.71 |
| Hex | EF | 79 | 7A | 0 | 31 | 31 | 6 | 167 | 4F | 47 |
| Octal | 357 | 171 | 172 | 0 | 61 | 61 | 6 | 547 | 117 | 107 |
| Binary | 11101111 | 1111001 | 1111010 | 0 | 110001 | 110001 | 110 | 101100111 | 1001111 | 1000111 |
Color Harmonies of #EF797A
Complementary color
Monochromatic Colors of #EF797A
Black with #EF797A
Text Example
Text Example
White with #EF797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF797A; }
p { color: rgb(239,121,122); }
H1.HeaderClassName
{
color: #EF797A;
}
.AnyTagClassName
{
color: #EF797A;
}
</style>
background-color css
<style>
a { background-color: #EF797A; }
a { background-color: rgb(239,121,122); }
div.DivClassName
{
background-color: #EF797A;
}
.BgClassName
{
background-color: #EF797A;
}
</style>
border-color css
<style>
span { border-color: #EF797A; }
span { border-color: rgb(239,121,122); }
td.TdClassName
{
border-color: #EF797A;
}
.TagClassName
{
border-color: #EF797A;
}
</style>