Shades of Froly #EF797B
Tints of Froly #EF797B
RGB
CMYK
RGB Variations
Color information
#EF797B (or 0xEF797B) is known color: Froly. HEX triplet: EF, 79 and 7B. RGB value is (239,121,123). Sum of RGB (Red+Green+Blue) = 239+121+123=483 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.48% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 239 - color contains mainly: red. Hex color #EF797B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF797B is #108684. Grayscale: #9C9C9C. Windows color (decimal): -1083013 or 8092143. OLE color: 8092143.
HSL color Cylindrical-coordinate representation of color #EF797B: hue angle of 358.98º 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 #EF797B is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 121 | 123 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.06 |
| HSL | 358.98º | 0.79% | 0.71% | - |
| HSV(B) | 358.98º | 0.49% | 0.94% | - |
| XYZ | 46.01 | 33.46 | 22.77 | - |
| YUV | 156.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 121 | 123 | 0 | 0.49 | 0.49 | 0.06 | 358.98 | 0.79 | 0.71 |
| Hex | EF | 79 | 7B | 0 | 31 | 31 | 6 | 167 | 4F | 47 |
| Octal | 357 | 171 | 173 | 0 | 61 | 61 | 6 | 547 | 117 | 107 |
| Binary | 11101111 | 1111001 | 1111011 | 0 | 110001 | 110001 | 110 | 101100111 | 1001111 | 1000111 |
Color Harmonies of #EF797B
Complementary color
Monochromatic Colors of #EF797B
Black with #EF797B
Text Example
Text Example
White with #EF797B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF797B; }
p { color: rgb(239,121,123); }
H1.HeaderClassName
{
color: #EF797B;
}
.AnyTagClassName
{
color: #EF797B;
}
</style>
background-color css
<style>
a { background-color: #EF797B; }
a { background-color: rgb(239,121,123); }
div.DivClassName
{
background-color: #EF797B;
}
.BgClassName
{
background-color: #EF797B;
}
</style>
border-color css
<style>
span { border-color: #EF797B; }
span { border-color: rgb(239,121,123); }
td.TdClassName
{
border-color: #EF797B;
}
.TagClassName
{
border-color: #EF797B;
}
</style>