Shades of Froly #F77375
Tints of Froly #F77375
RGB
CMYK
RGB Variations
Color information
#F77375 (or 0xF77375) is known color: Froly. HEX triplet: F7, 73 and 75. RGB value is (247,115,117). Sum of RGB (Red+Green+Blue) = 247+115+117=479 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.57% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 117 (46.09% from 255 or 24.43% from 479); Max value from RGB is 247 - color contains mainly: red. Hex color #F77375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77375 is #088C8A. Grayscale: #9A9A9A. Windows color (decimal): -560267 or 7697399. OLE color: 7697399.
HSL color Cylindrical-coordinate representation of color #F77375: hue angle of 359.09º 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 #F77375 is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 115 | 117 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.03 |
| HSL | 359.09º | 0.89% | 0.71% | - |
| HSV(B) | 359.09º | 0.53% | 0.97% | - |
| XYZ | 47.7 | 33.32 | 20.75 | - |
| YUV | 154.7 | 106.73 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 115 | 117 | 0 | 0.53 | 0.53 | 0.03 | 359.09 | 0.89 | 0.71 |
| Hex | F7 | 73 | 75 | 0 | 35 | 35 | 3 | 167 | 59 | 47 |
| Octal | 367 | 163 | 165 | 0 | 65 | 65 | 3 | 547 | 131 | 107 |
| Binary | 11110111 | 1110011 | 1110101 | 0 | 110101 | 110101 | 11 | 101100111 | 1011001 | 1000111 |
Color Harmonies of #F77375
Complementary color
Monochromatic Colors of #F77375
Black with #F77375
Text Example
Text Example
White with #F77375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77375; }
p { color: rgb(247,115,117); }
H1.HeaderClassName
{
color: #F77375;
}
.AnyTagClassName
{
color: #F77375;
}
</style>
background-color css
<style>
a { background-color: #F77375; }
a { background-color: rgb(247,115,117); }
div.DivClassName
{
background-color: #F77375;
}
.BgClassName
{
background-color: #F77375;
}
</style>
border-color css
<style>
span { border-color: #F77375; }
span { border-color: rgb(247,115,117); }
td.TdClassName
{
border-color: #F77375;
}
.TagClassName
{
border-color: #F77375;
}
</style>