Shades of Froly #F5797D
Tints of Froly #F5797D
RGB
CMYK
RGB Variations
Color information
#F5797D (or 0xF5797D) is known color: Froly. HEX triplet: F5, 79 and 7D. RGB value is (245,121,125). Sum of RGB (Red+Green+Blue) = 245+121+125=491 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.90% from 491); Green value is 121 (47.66% from 255 or 24.64% from 491); Blue value is 125 (49.22% from 255 or 25.46% from 491); Max value from RGB is 245 - color contains mainly: red. Hex color #F5797D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5797D is #0A8682. Grayscale: #9E9E9E. Windows color (decimal): -689795 or 8223221. OLE color: 8223221.
HSL color Cylindrical-coordinate representation of color #F5797D: hue angle of 358.06º 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 #F5797D is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 121 | 125 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.04 |
| HSL | 358.06º | 0.86% | 0.72% | - |
| HSV(B) | 358.06º | 0.51% | 0.96% | - |
| XYZ | 48.2 | 34.57 | 23.53 | - |
| YUV | 158.53 | 109.08 | 189.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 121 | 125 | 0 | 0.51 | 0.49 | 0.04 | 358.06 | 0.86 | 0.72 |
| Hex | F5 | 79 | 7D | 0 | 33 | 31 | 4 | 166 | 56 | 48 |
| Octal | 365 | 171 | 175 | 0 | 63 | 61 | 4 | 546 | 126 | 110 |
| Binary | 11110101 | 1111001 | 1111101 | 0 | 110011 | 110001 | 100 | 101100110 | 1010110 | 1001000 |
Color Harmonies of #F5797D
Complementary color
Monochromatic Colors of #F5797D
Black with #F5797D
Text Example
Text Example
White with #F5797D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5797D; }
p { color: rgb(245,121,125); }
H1.HeaderClassName
{
color: #F5797D;
}
.AnyTagClassName
{
color: #F5797D;
}
</style>
background-color css
<style>
a { background-color: #F5797D; }
a { background-color: rgb(245,121,125); }
div.DivClassName
{
background-color: #F5797D;
}
.BgClassName
{
background-color: #F5797D;
}
</style>
border-color css
<style>
span { border-color: #F5797D; }
span { border-color: rgb(245,121,125); }
td.TdClassName
{
border-color: #F5797D;
}
.TagClassName
{
border-color: #F5797D;
}
</style>