Shades of Froly #F77B7E
Tints of Froly #F77B7E
RGB
CMYK
RGB Variations
Color information
#F77B7E (or 0xF77B7E) is known color: Froly. HEX triplet: F7, 7B and 7E. RGB value is (247,123,126). Sum of RGB (Red+Green+Blue) = 247+123+126=496 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.80% from 496); Green value is 123 (48.44% from 255 or 24.80% from 496); Blue value is 126 (49.61% from 255 or 25.40% from 496); Max value from RGB is 247 - color contains mainly: red. Hex color #F77B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77B7E is #088481. Grayscale: #A0A0A0. Windows color (decimal): -558210 or 8289271. OLE color: 8289271.
HSL color Cylindrical-coordinate representation of color #F77B7E: hue angle of 358.55º 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 #F77B7E is Cyan = 0, Magento = 0.50, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 123 | 126 | - |
| CMYK | 0 | 0.50 | 0.49 | 0.03 |
| HSL | 358.55º | 0.89% | 0.73% | - |
| HSV(B) | 358.55º | 0.5% | 0.97% | - |
| XYZ | 49.21 | 35.45 | 23.99 | - |
| YUV | 160.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 123 | 126 | 0 | 0.50 | 0.49 | 0.03 | 358.55 | 0.89 | 0.73 |
| Hex | F7 | 7B | 7E | 0 | 32 | 31 | 3 | 167 | 59 | 49 |
| Octal | 367 | 173 | 176 | 0 | 62 | 61 | 3 | 547 | 131 | 111 |
| Binary | 11110111 | 1111011 | 1111110 | 0 | 110010 | 110001 | 11 | 101100111 | 1011001 | 1001001 |
Color Harmonies of #F77B7E
Complementary color
Monochromatic Colors of #F77B7E
Black with #F77B7E
Text Example
Text Example
White with #F77B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77B7E; }
p { color: rgb(247,123,126); }
H1.HeaderClassName
{
color: #F77B7E;
}
.AnyTagClassName
{
color: #F77B7E;
}
</style>
background-color css
<style>
a { background-color: #F77B7E; }
a { background-color: rgb(247,123,126); }
div.DivClassName
{
background-color: #F77B7E;
}
.BgClassName
{
background-color: #F77B7E;
}
</style>
border-color css
<style>
span { border-color: #F77B7E; }
span { border-color: rgb(247,123,126); }
td.TdClassName
{
border-color: #F77B7E;
}
.TagClassName
{
border-color: #F77B7E;
}
</style>