Shades of Froly #F76D74
Tints of Froly #F76D74
RGB
CMYK
RGB Variations
Color information
#F76D74 (or 0xF76D74) is known color: Froly. HEX triplet: F7, 6D and 74. RGB value is (247,109,116). Sum of RGB (Red+Green+Blue) = 247+109+116=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 109 (42.97% from 255 or 23.09% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F76D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76D74 is #08928B. Grayscale: #979797. Windows color (decimal): -561804 or 7630327. OLE color: 7630327.
HSL color Cylindrical-coordinate representation of color #F76D74: hue angle of 356.96º degrees, saturation: 0.9, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F76D74 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 109 | 116 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.03 |
| HSL | 356.96º | 0.9% | 0.7% | - |
| HSV(B) | 356.96º | 0.56% | 0.97% | - |
| XYZ | 46.98 | 31.97 | 20.22 | - |
| YUV | 151.06 | 108.22 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 109 | 116 | 0 | 0.56 | 0.53 | 0.03 | 356.96 | 0.9 | 0.7 |
| Hex | F7 | 6D | 74 | 0 | 38 | 35 | 3 | 165 | 5A | 46 |
| Octal | 367 | 155 | 164 | 0 | 70 | 65 | 3 | 545 | 132 | 106 |
| Binary | 11110111 | 1101101 | 1110100 | 0 | 111000 | 110101 | 11 | 101100101 | 1011010 | 1000110 |
Color Harmonies of #F76D74
Complementary color
Monochromatic Colors of #F76D74
Black with #F76D74
Text Example
Text Example
White with #F76D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76D74; }
p { color: rgb(247,109,116); }
H1.HeaderClassName
{
color: #F76D74;
}
.AnyTagClassName
{
color: #F76D74;
}
</style>
background-color css
<style>
a { background-color: #F76D74; }
a { background-color: rgb(247,109,116); }
div.DivClassName
{
background-color: #F76D74;
}
.BgClassName
{
background-color: #F76D74;
}
</style>
border-color css
<style>
span { border-color: #F76D74; }
span { border-color: rgb(247,109,116); }
td.TdClassName
{
border-color: #F76D74;
}
.TagClassName
{
border-color: #F76D74;
}
</style>