Shades of Froly #F77C83
Tints of Froly #F77C83
RGB
CMYK
RGB Variations
Color information
#F77C83 (or 0xF77C83) is known color: Froly. HEX triplet: F7, 7C and 83. RGB value is (247,124,131). Sum of RGB (Red+Green+Blue) = 247+124+131=502 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.20% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 131 (51.56% from 255 or 26.10% from 502); Max value from RGB is 247 - color contains mainly: red. Hex color #F77C83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77C83 is #08837C. Grayscale: #A1A1A1. Windows color (decimal): -557949 or 8617207. OLE color: 8617207.
HSL color Cylindrical-coordinate representation of color #F77C83: hue angle of 356.59º 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 #F77C83 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 124 | 131 | - |
| CMYK | 0 | 0.50 | 0.47 | 0.03 |
| HSL | 356.59º | 0.88% | 0.73% | - |
| HSV(B) | 356.59º | 0.5% | 0.97% | - |
| XYZ | 49.66 | 35.83 | 25.77 | - |
| YUV | 161.58 | 110.75 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 124 | 131 | 0 | 0.50 | 0.47 | 0.03 | 356.59 | 0.88 | 0.73 |
| Hex | F7 | 7C | 83 | 0 | 32 | 2F | 3 | 165 | 58 | 49 |
| Octal | 367 | 174 | 203 | 0 | 62 | 57 | 3 | 545 | 130 | 111 |
| Binary | 11110111 | 1111100 | 10000011 | 0 | 110010 | 101111 | 11 | 101100101 | 1011000 | 1001001 |
Color Harmonies of #F77C83
Complementary color
Monochromatic Colors of #F77C83
Black with #F77C83
Text Example
Text Example
White with #F77C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77C83; }
p { color: rgb(247,124,131); }
H1.HeaderClassName
{
color: #F77C83;
}
.AnyTagClassName
{
color: #F77C83;
}
</style>
background-color css
<style>
a { background-color: #F77C83; }
a { background-color: rgb(247,124,131); }
div.DivClassName
{
background-color: #F77C83;
}
.BgClassName
{
background-color: #F77C83;
}
</style>
border-color css
<style>
span { border-color: #F77C83; }
span { border-color: rgb(247,124,131); }
td.TdClassName
{
border-color: #F77C83;
}
.TagClassName
{
border-color: #F77C83;
}
</style>