Shades of Froly #F77D7E
Tints of Froly #F77D7E
RGB
CMYK
RGB Variations
Color information
#F77D7E (or 0xF77D7E) is known color: Froly. HEX triplet: F7, 7D and 7E. RGB value is (247,125,126). Sum of RGB (Red+Green+Blue) = 247+125+126=498 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.60% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 126 (49.61% from 255 or 25.30% from 498); Max value from RGB is 247 - color contains mainly: red. Hex color #F77D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77D7E is #088281. Grayscale: #A1A1A1. Windows color (decimal): -557698 or 8289783. OLE color: 8289783.
HSL color Cylindrical-coordinate representation of color #F77D7E: hue angle of 359.51º 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 #F77D7E is Cyan = 0, Magento = 0.49, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 125 | 126 | - |
| CMYK | 0 | 0.49 | 0.49 | 0.03 |
| HSL | 359.51º | 0.88% | 0.73% | - |
| HSV(B) | 359.51º | 0.49% | 0.97% | - |
| XYZ | 49.46 | 35.95 | 24.07 | - |
| YUV | 161.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 125 | 126 | 0 | 0.49 | 0.49 | 0.03 | 359.51 | 0.88 | 0.73 |
| Hex | F7 | 7D | 7E | 0 | 31 | 31 | 3 | 168 | 58 | 49 |
| Octal | 367 | 175 | 176 | 0 | 61 | 61 | 3 | 550 | 130 | 111 |
| Binary | 11110111 | 1111101 | 1111110 | 0 | 110001 | 110001 | 11 | 101101000 | 1011000 | 1001001 |
Color Harmonies of #F77D7E
Complementary color
Monochromatic Colors of #F77D7E
Black with #F77D7E
Text Example
Text Example
White with #F77D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77D7E; }
p { color: rgb(247,125,126); }
H1.HeaderClassName
{
color: #F77D7E;
}
.AnyTagClassName
{
color: #F77D7E;
}
</style>
background-color css
<style>
a { background-color: #F77D7E; }
a { background-color: rgb(247,125,126); }
div.DivClassName
{
background-color: #F77D7E;
}
.BgClassName
{
background-color: #F77D7E;
}
</style>
border-color css
<style>
span { border-color: #F77D7E; }
span { border-color: rgb(247,125,126); }
td.TdClassName
{
border-color: #F77D7E;
}
.TagClassName
{
border-color: #F77D7E;
}
</style>