Shades of Froly #F76C73
Tints of Froly #F76C73
RGB
CMYK
RGB Variations
Color information
#F76C73 (or 0xF76C73) is known color: Froly. HEX triplet: F7, 6C and 73. RGB value is (247,108,115). Sum of RGB (Red+Green+Blue) = 247+108+115=470 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.55% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 247 - color contains mainly: red. Hex color #F76C73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F76C73 is #08938C. Grayscale: #969696. Windows color (decimal): -562061 or 7564535. OLE color: 7564535.
HSL color Cylindrical-coordinate representation of color #F76C73: hue angle of 356.98º 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 #F76C73 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 108 | 115 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.03 |
| HSL | 356.98º | 0.9% | 0.7% | - |
| HSV(B) | 356.98º | 0.56% | 0.97% | - |
| XYZ | 46.81 | 31.74 | 19.88 | - |
| YUV | 150.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 108 | 115 | 0 | 0.56 | 0.53 | 0.03 | 356.98 | 0.9 | 0.7 |
| Hex | F7 | 6C | 73 | 0 | 38 | 35 | 3 | 165 | 5A | 46 |
| Octal | 367 | 154 | 163 | 0 | 70 | 65 | 3 | 545 | 132 | 106 |
| Binary | 11110111 | 1101100 | 1110011 | 0 | 111000 | 110101 | 11 | 101100101 | 1011010 | 1000110 |
Color Harmonies of #F76C73
Complementary color
Monochromatic Colors of #F76C73
Black with #F76C73
Text Example
Text Example
White with #F76C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F76C73; }
p { color: rgb(247,108,115); }
H1.HeaderClassName
{
color: #F76C73;
}
.AnyTagClassName
{
color: #F76C73;
}
</style>
background-color css
<style>
a { background-color: #F76C73; }
a { background-color: rgb(247,108,115); }
div.DivClassName
{
background-color: #F76C73;
}
.BgClassName
{
background-color: #F76C73;
}
</style>
border-color css
<style>
span { border-color: #F76C73; }
span { border-color: rgb(247,108,115); }
td.TdClassName
{
border-color: #F76C73;
}
.TagClassName
{
border-color: #F76C73;
}
</style>