Shades of Froly #F77D83
Tints of Froly #F77D83
RGB
CMYK
RGB Variations
Color information
#F77D83 (or 0xF77D83) is known color: Froly. HEX triplet: F7, 7D and 83. RGB value is (247,125,131). Sum of RGB (Red+Green+Blue) = 247+125+131=503 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.11% from 503); Green value is 125 (49.22% from 255 or 24.85% from 503); Blue value is 131 (51.56% from 255 or 26.04% from 503); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77D83 is #08827C. Grayscale: #A2A2A2. Windows color (decimal): -557693 or 8617463. OLE color: 8617463.
HSL color Cylindrical-coordinate representation of color #F77D83: hue angle of 357.05º degrees, saturation: 0.88, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F77D83 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 131 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.03 |
| HSL | 357.05º | 0.88% | 0.73% | - |
| HSV(B) | 357.05º | 0.49% | 0.97% | - |
| XYZ | 49.79 | 36.08 | 25.81 | - |
| YUV | 162.16 | 110.42 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 131 | 0 | 0.49 | 0.47 | 0.03 | 357.05 | 0.88 | 0.73 |
| Hex | F7 | 7D | 83 | 0 | 31 | 2F | 3 | 165 | 58 | 49 |
| Octal | 367 | 175 | 203 | 0 | 61 | 57 | 3 | 545 | 130 | 111 |
| Binary | 11110111 | 1111101 | 10000011 | 0 | 110001 | 101111 | 11 | 101100101 | 1011000 | 1001001 |
Color Harmonies of #F77D83
Complementary color
Monochromatic Colors of #F77D83
Black with #F77D83
Text Example
Text Example
White with #F77D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D83; }
p { color: rgb(247,125,131); }
H1.HeaderClassName
{
color: #F77D83;
}
.AnyTagClassName
{
color: #F77D83;
}
</style>
background-color css
<style>
a { background-color: #F77D83; }
a { background-color: rgb(247,125,131); }
div.DivClassName
{
background-color: #F77D83;
}
.BgClassName
{
background-color: #F77D83;
}
</style>
border-color css
<style>
span { border-color: #F77D83; }
span { border-color: rgb(247,125,131); }
td.TdClassName
{
border-color: #F77D83;
}
.TagClassName
{
border-color: #F77D83;
}
</style>