Shades of Froly #F77076
Tints of Froly #F77076
RGB
CMYK
RGB Variations
Color information
#F77076 (or 0xF77076) is known color: Froly. HEX triplet: F7, 70 and 76. RGB value is (247,112,118). Sum of RGB (Red+Green+Blue) = 247+112+118=477 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.78% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 247 - color contains mainly: red. Hex color #F77076 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77076 is #088F89. Grayscale: #999999. Windows color (decimal): -561034 or 7762167. OLE color: 7762167.
HSL color Cylindrical-coordinate representation of color #F77076: hue angle of 357.33º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F77076 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 118 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.03 |
| HSL | 357.33º | 0.89% | 0.7% | - |
| HSV(B) | 357.33º | 0.55% | 0.97% | - |
| XYZ | 47.42 | 32.67 | 20.95 | - |
| YUV | 153.05 | 108.23 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 118 | 0 | 0.55 | 0.52 | 0.03 | 357.33 | 0.89 | 0.7 |
| Hex | F7 | 70 | 76 | 0 | 37 | 34 | 3 | 165 | 59 | 46 |
| Octal | 367 | 160 | 166 | 0 | 67 | 64 | 3 | 545 | 131 | 106 |
| Binary | 11110111 | 1110000 | 1110110 | 0 | 110111 | 110100 | 11 | 101100101 | 1011001 | 1000110 |
Color Harmonies of #F77076
Complementary color
Monochromatic Colors of #F77076
Black with #F77076
Text Example
Text Example
White with #F77076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77076; }
p { color: rgb(247,112,118); }
H1.HeaderClassName
{
color: #F77076;
}
.AnyTagClassName
{
color: #F77076;
}
</style>
background-color css
<style>
a { background-color: #F77076; }
a { background-color: rgb(247,112,118); }
div.DivClassName
{
background-color: #F77076;
}
.BgClassName
{
background-color: #F77076;
}
</style>
border-color css
<style>
span { border-color: #F77076; }
span { border-color: rgb(247,112,118); }
td.TdClassName
{
border-color: #F77076;
}
.TagClassName
{
border-color: #F77076;
}
</style>