Shades of Froly #F77579
Tints of Froly #F77579
RGB
CMYK
RGB Variations
Color information
#F77579 (or 0xF77579) is known color: Froly. HEX triplet: F7, 75 and 79. RGB value is (247,117,121). Sum of RGB (Red+Green+Blue) = 247+117+121=485 (64% of max value = 765). Red value is 247 (96.88% from 255 or 50.93% from 485); Green value is 117 (46.09% from 255 or 24.12% from 485); Blue value is 121 (47.66% from 255 or 24.95% from 485); Max value from RGB is 247 - color contains mainly: red. Hex color #F77579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77579 is #088A86. Grayscale: #9C9C9C. Windows color (decimal): -559751 or 7960055. OLE color: 7960055.
HSL color Cylindrical-coordinate representation of color #F77579: hue angle of 358.15º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77579 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 121 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.03 |
| HSL | 358.15º | 0.89% | 0.71% | - |
| HSV(B) | 358.15º | 0.53% | 0.97% | - |
| XYZ | 48.17 | 33.88 | 22.09 | - |
| YUV | 156.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 121 | 0 | 0.53 | 0.51 | 0.03 | 358.15 | 0.89 | 0.71 |
| Hex | F7 | 75 | 79 | 0 | 35 | 33 | 3 | 166 | 59 | 47 |
| Octal | 367 | 165 | 171 | 0 | 65 | 63 | 3 | 546 | 131 | 107 |
| Binary | 11110111 | 1110101 | 1111001 | 0 | 110101 | 110011 | 11 | 101100110 | 1011001 | 1000111 |
Color Harmonies of #F77579
Complementary color
Monochromatic Colors of #F77579
Black with #F77579
Text Example
Text Example
White with #F77579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77579; }
p { color: rgb(247,117,121); }
H1.HeaderClassName
{
color: #F77579;
}
.AnyTagClassName
{
color: #F77579;
}
</style>
background-color css
<style>
a { background-color: #F77579; }
a { background-color: rgb(247,117,121); }
div.DivClassName
{
background-color: #F77579;
}
.BgClassName
{
background-color: #F77579;
}
</style>
border-color css
<style>
span { border-color: #F77579; }
span { border-color: rgb(247,117,121); }
td.TdClassName
{
border-color: #F77579;
}
.TagClassName
{
border-color: #F77579;
}
</style>