Shades of Froly #F77376
Tints of Froly #F77376
RGB
CMYK
RGB Variations
Color information
#F77376 (or 0xF77376) is known color: Froly. HEX triplet: F7, 73 and 76. RGB value is (247,115,118). Sum of RGB (Red+Green+Blue) = 247+115+118=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 118 (46.48% from 255 or 24.58% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77376 is #088C89. Grayscale: #9A9A9A. Windows color (decimal): -560266 or 7762935. OLE color: 7762935.
HSL color Cylindrical-coordinate representation of color #F77376: hue angle of 358.64º 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 #F77376 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 118 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.03 |
| HSL | 358.64º | 0.89% | 0.71% | - |
| HSV(B) | 358.64º | 0.53% | 0.97% | - |
| XYZ | 47.76 | 33.34 | 21.06 | - |
| YUV | 154.81 | 107.23 | 193.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 118 | 0 | 0.53 | 0.52 | 0.03 | 358.64 | 0.89 | 0.71 |
| Hex | F7 | 73 | 76 | 0 | 35 | 34 | 3 | 167 | 59 | 47 |
| Octal | 367 | 163 | 166 | 0 | 65 | 64 | 3 | 547 | 131 | 107 |
| Binary | 11110111 | 1110011 | 1110110 | 0 | 110101 | 110100 | 11 | 101100111 | 1011001 | 1000111 |
Color Harmonies of #F77376
Complementary color
Monochromatic Colors of #F77376
Black with #F77376
Text Example
Text Example
White with #F77376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77376; }
p { color: rgb(247,115,118); }
H1.HeaderClassName
{
color: #F77376;
}
.AnyTagClassName
{
color: #F77376;
}
</style>
background-color css
<style>
a { background-color: #F77376; }
a { background-color: rgb(247,115,118); }
div.DivClassName
{
background-color: #F77376;
}
.BgClassName
{
background-color: #F77376;
}
</style>
border-color css
<style>
span { border-color: #F77376; }
span { border-color: rgb(247,115,118); }
td.TdClassName
{
border-color: #F77376;
}
.TagClassName
{
border-color: #F77376;
}
</style>