Shades of Froly #F5797A
Tints of Froly #F5797A
RGB
CMYK
RGB Variations
Color information
#F5797A (or 0xF5797A) is known color: Froly. HEX triplet: F5, 79 and 7A. RGB value is (245,121,122). Sum of RGB (Red+Green+Blue) = 245+121+122=488 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.20% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 122 (48.05% from 255 or 25% from 488); Max value from RGB is 245 - color contains mainly: red. Hex color #F5797A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5797A is #0A8685. Grayscale: #9E9E9E. Windows color (decimal): -689798 or 8026613. OLE color: 8026613.
HSL color Cylindrical-coordinate representation of color #F5797A: hue angle of 359.52º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F5797A is Cyan = 0, Magento = 0.51, Yellow = 0.50 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 122 | - |
| CMYK | 0 | 0.51 | 0.50 | 0.04 |
| HSL | 359.52º | 0.86% | 0.72% | - |
| HSV(B) | 359.52º | 0.51% | 0.96% | - |
| XYZ | 48.01 | 34.49 | 22.54 | - |
| YUV | 158.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 122 | 0 | 0.51 | 0.50 | 0.04 | 359.52 | 0.86 | 0.72 |
| Hex | F5 | 79 | 7A | 0 | 33 | 32 | 4 | 168 | 56 | 48 |
| Octal | 365 | 171 | 172 | 0 | 63 | 62 | 4 | 550 | 126 | 110 |
| Binary | 11110101 | 1111001 | 1111010 | 0 | 110011 | 110010 | 100 | 101101000 | 1010110 | 1001000 |
Color Harmonies of #F5797A
Complementary color
Monochromatic Colors of #F5797A
Black with #F5797A
Text Example
Text Example
White with #F5797A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5797A; }
p { color: rgb(245,121,122); }
H1.HeaderClassName
{
color: #F5797A;
}
.AnyTagClassName
{
color: #F5797A;
}
</style>
background-color css
<style>
a { background-color: #F5797A; }
a { background-color: rgb(245,121,122); }
div.DivClassName
{
background-color: #F5797A;
}
.BgClassName
{
background-color: #F5797A;
}
</style>
border-color css
<style>
span { border-color: #F5797A; }
span { border-color: rgb(245,121,122); }
td.TdClassName
{
border-color: #F5797A;
}
.TagClassName
{
border-color: #F5797A;
}
</style>