Shades of Froly #F77071
Tints of Froly #F77071
RGB
CMYK
RGB Variations
Color information
#F77071 (or 0xF77071) is known color: Froly. HEX triplet: F7, 70 and 71. RGB value is (247,112,113). Sum of RGB (Red+Green+Blue) = 247+112+113=472 (62% of max value = 765). Red value is 247 (96.88% from 255 or 52.33% from 472); Green value is 112 (44.14% from 255 or 23.73% from 472); Blue value is 113 (44.53% from 255 or 23.94% from 472); Max value from RGB is 247 - color contains mainly: red. Hex color #F77071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77071 is #088F8E. Grayscale: #989898. Windows color (decimal): -561039 or 7434487. OLE color: 7434487.
HSL color Cylindrical-coordinate representation of color #F77071: hue angle of 359.56º 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 #F77071 is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 113 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.03 |
| HSL | 359.56º | 0.89% | 0.7% | - |
| HSV(B) | 359.56º | 0.55% | 0.97% | - |
| XYZ | 47.13 | 32.55 | 19.42 | - |
| YUV | 152.48 | 105.73 | 195.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 113 | 0 | 0.55 | 0.54 | 0.03 | 359.56 | 0.89 | 0.7 |
| Hex | F7 | 70 | 71 | 0 | 37 | 36 | 3 | 168 | 59 | 46 |
| Octal | 367 | 160 | 161 | 0 | 67 | 66 | 3 | 550 | 131 | 106 |
| Binary | 11110111 | 1110000 | 1110001 | 0 | 110111 | 110110 | 11 | 101101000 | 1011001 | 1000110 |
Color Harmonies of #F77071
Complementary color
Monochromatic Colors of #F77071
Black with #F77071
Text Example
Text Example
White with #F77071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77071; }
p { color: rgb(247,112,113); }
H1.HeaderClassName
{
color: #F77071;
}
.AnyTagClassName
{
color: #F77071;
}
</style>
background-color css
<style>
a { background-color: #F77071; }
a { background-color: rgb(247,112,113); }
div.DivClassName
{
background-color: #F77071;
}
.BgClassName
{
background-color: #F77071;
}
</style>
border-color css
<style>
span { border-color: #F77071; }
span { border-color: rgb(247,112,113); }
td.TdClassName
{
border-color: #F77071;
}
.TagClassName
{
border-color: #F77071;
}
</style>