Shades of Froly #F77C80
Tints of Froly #F77C80
RGB
CMYK
RGB Variations
Color information
#F77C80 (or 0xF77C80) is known color: Froly. HEX triplet: F7, 7C and 80. RGB value is (247,124,128). Sum of RGB (Red+Green+Blue) = 247+124+128=499 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.50% from 499); Green value is 124 (48.83% from 255 or 24.85% from 499); Blue value is 128 (50.39% from 255 or 25.65% from 499); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C80 is #08837F. Grayscale: #A1A1A1. Windows color (decimal): -557952 or 8420599. OLE color: 8420599.
HSL color Cylindrical-coordinate representation of color #F77C80: hue angle of 358.05º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F77C80 is Cyan = 0, Magento = 0.50, Yellow = 0.48 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 128 | - |
| CMYK | 0 | 0.50 | 0.48 | 0.03 |
| HSL | 358.05º | 0.88% | 0.73% | - |
| HSV(B) | 358.05º | 0.5% | 0.97% | - |
| XYZ | 49.46 | 35.75 | 24.72 | - |
| YUV | 161.23 | 109.25 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 128 | 0 | 0.50 | 0.48 | 0.03 | 358.05 | 0.88 | 0.73 |
| Hex | F7 | 7C | 80 | 0 | 32 | 30 | 3 | 166 | 58 | 49 |
| Octal | 367 | 174 | 200 | 0 | 62 | 60 | 3 | 546 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10000000 | 0 | 110010 | 110000 | 11 | 101100110 | 1011000 | 1001001 |
Color Harmonies of #F77C80
Complementary color
Monochromatic Colors of #F77C80
Black with #F77C80
Text Example
Text Example
White with #F77C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C80; }
p { color: rgb(247,124,128); }
H1.HeaderClassName
{
color: #F77C80;
}
.AnyTagClassName
{
color: #F77C80;
}
</style>
background-color css
<style>
a { background-color: #F77C80; }
a { background-color: rgb(247,124,128); }
div.DivClassName
{
background-color: #F77C80;
}
.BgClassName
{
background-color: #F77C80;
}
</style>
border-color css
<style>
span { border-color: #F77C80; }
span { border-color: rgb(247,124,128); }
td.TdClassName
{
border-color: #F77C80;
}
.TagClassName
{
border-color: #F77C80;
}
</style>