Shades of Froly #F77A83
Tints of Froly #F77A83
RGB
CMYK
RGB Variations
Color information
#F77A83 (or 0xF77A83) is known color: Froly. HEX triplet: F7, 7A and 83. RGB value is (247,122,131). Sum of RGB (Red+Green+Blue) = 247+122+131=500 (66% of max value = 765). Red value is 247 (96.88% from 255 or 49.4% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F77A83 is #08857C. Grayscale: #A0A0A0. Windows color (decimal): -558461 or 8616695. OLE color: 8616695.
HSL color Cylindrical-coordinate representation of color #F77A83: hue angle of 355.68º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F77A83 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 131 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.03 |
| HSL | 355.68º | 0.89% | 0.72% | - |
| HSV(B) | 355.68º | 0.51% | 0.97% | - |
| XYZ | 49.41 | 35.33 | 25.69 | - |
| YUV | 160.4 | 111.41 | 189.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 131 | 0 | 0.51 | 0.47 | 0.03 | 355.68 | 0.89 | 0.72 |
| Hex | F7 | 7A | 83 | 0 | 33 | 2F | 3 | 164 | 59 | 48 |
| Octal | 367 | 172 | 203 | 0 | 63 | 57 | 3 | 544 | 131 | 110 |
| Binary | 11110111 | 1111010 | 10000011 | 0 | 110011 | 101111 | 11 | 101100100 | 1011001 | 1001000 |
Color Harmonies of #F77A83
Complementary color
Monochromatic Colors of #F77A83
Black with #F77A83
Text Example
Text Example
White with #F77A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A83; }
p { color: rgb(247,122,131); }
H1.HeaderClassName
{
color: #F77A83;
}
.AnyTagClassName
{
color: #F77A83;
}
</style>
background-color css
<style>
a { background-color: #F77A83; }
a { background-color: rgb(247,122,131); }
div.DivClassName
{
background-color: #F77A83;
}
.BgClassName
{
background-color: #F77A83;
}
</style>
border-color css
<style>
span { border-color: #F77A83; }
span { border-color: rgb(247,122,131); }
td.TdClassName
{
border-color: #F77A83;
}
.TagClassName
{
border-color: #F77A83;
}
</style>