Shades of Froly #F77079
Tints of Froly #F77079
RGB
CMYK
RGB Variations
Color information
#F77079 (or 0xF77079) is known color: Froly. HEX triplet: F7, 70 and 79. RGB value is (247,112,121). Sum of RGB (Red+Green+Blue) = 247+112+121=480 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.46% from 480); Green value is 112 (44.14% from 255 or 23.33% from 480); Blue value is 121 (47.66% from 255 or 25.21% from 480); Max value from RGB is 247 - color contains mainly: red. Hex color #F77079 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77079 is #088F86. Grayscale: #999999. Windows color (decimal): -561031 or 7958775. OLE color: 7958775.
HSL color Cylindrical-coordinate representation of color #F77079: hue angle of 356º 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 #F77079 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 112 | 121 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.03 |
| HSL | 356º | 0.89% | 0.7% | - |
| HSV(B) | 356º | 0.55% | 0.97% | - |
| XYZ | 47.6 | 32.74 | 21.9 | - |
| YUV | 153.39 | 109.73 | 194.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 112 | 121 | 0 | 0.55 | 0.51 | 0.03 | 356 | 0.89 | 0.7 |
| Hex | F7 | 70 | 79 | 0 | 37 | 33 | 3 | 164 | 59 | 46 |
| Octal | 367 | 160 | 171 | 0 | 67 | 63 | 3 | 544 | 131 | 106 |
| Binary | 11110111 | 1110000 | 1111001 | 0 | 110111 | 110011 | 11 | 101100100 | 1011001 | 1000110 |
Color Harmonies of #F77079
Complementary color
Monochromatic Colors of #F77079
Black with #F77079
Text Example
Text Example
White with #F77079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77079; }
p { color: rgb(247,112,121); }
H1.HeaderClassName
{
color: #F77079;
}
.AnyTagClassName
{
color: #F77079;
}
</style>
background-color css
<style>
a { background-color: #F77079; }
a { background-color: rgb(247,112,121); }
div.DivClassName
{
background-color: #F77079;
}
.BgClassName
{
background-color: #F77079;
}
</style>
border-color css
<style>
span { border-color: #F77079; }
span { border-color: rgb(247,112,121); }
td.TdClassName
{
border-color: #F77079;
}
.TagClassName
{
border-color: #F77079;
}
</style>