Shades of Froly #F77B7C
Tints of Froly #F77B7C
RGB
CMYK
RGB Variations
Color information
#F77B7C (or 0xF77B7C) is known color: Froly. HEX triplet: F7, 7B and 7C. RGB value is (247,123,124). Sum of RGB (Red+Green+Blue) = 247+123+124=494 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50% from 494); Green value is 123 (48.44% from 255 or 24.90% from 494); Blue value is 124 (48.83% from 255 or 25.10% from 494); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B7C is #088483. Grayscale: #A0A0A0. Windows color (decimal): -558212 or 8158199. OLE color: 8158199.
HSL color Cylindrical-coordinate representation of color #F77B7C: hue angle of 359.52º degrees, saturation: 0.89, 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 #F77B7C is Cyan = 0, Magento = 0.50, Yellow = 0.50 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 124 | - |
| CMYK | 0 | 0.50 | 0.50 | 0.03 |
| HSL | 359.52º | 0.89% | 0.73% | - |
| HSV(B) | 359.52º | 0.5% | 0.97% | - |
| XYZ | 49.08 | 35.4 | 23.31 | - |
| YUV | 160.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 124 | 0 | 0.50 | 0.50 | 0.03 | 359.52 | 0.89 | 0.73 |
| Hex | F7 | 7B | 7C | 0 | 32 | 32 | 3 | 168 | 59 | 49 |
| Octal | 367 | 173 | 174 | 0 | 62 | 62 | 3 | 550 | 131 | 111 |
| Binary | 11110111 | 1111011 | 1111100 | 0 | 110010 | 110010 | 11 | 101101000 | 1011001 | 1001001 |
Color Harmonies of #F77B7C
Complementary color
Monochromatic Colors of #F77B7C
Black with #F77B7C
Text Example
Text Example
White with #F77B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B7C; }
p { color: rgb(247,123,124); }
H1.HeaderClassName
{
color: #F77B7C;
}
.AnyTagClassName
{
color: #F77B7C;
}
</style>
background-color css
<style>
a { background-color: #F77B7C; }
a { background-color: rgb(247,123,124); }
div.DivClassName
{
background-color: #F77B7C;
}
.BgClassName
{
background-color: #F77B7C;
}
</style>
border-color css
<style>
span { border-color: #F77B7C; }
span { border-color: rgb(247,123,124); }
td.TdClassName
{
border-color: #F77B7C;
}
.TagClassName
{
border-color: #F77B7C;
}
</style>