Shades of Froly #F77A7E
Tints of Froly #F77A7E
RGB
CMYK
RGB Variations
Color information
#F77A7E (or 0xF77A7E) is known color: Froly. HEX triplet: F7, 7A and 7E. RGB value is (247,122,126). Sum of RGB (Red+Green+Blue) = 247+122+126=495 (65% of max value = 765). Red value is 247 (96.88% from 255 or 49.90% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 126 (49.61% from 255 or 25.45% from 495); Max value from RGB is 247 - color contains mainly: red. Hex color #F77A7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77A7E is #088581. Grayscale: #9F9F9F. Windows color (decimal): -558466 or 8289015. OLE color: 8289015.
HSL color Cylindrical-coordinate representation of color #F77A7E: hue angle of 358.08º 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 #F77A7E is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 122 | 126 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.03 |
| HSL | 358.08º | 0.89% | 0.72% | - |
| HSV(B) | 358.08º | 0.51% | 0.97% | - |
| XYZ | 49.08 | 35.2 | 23.95 | - |
| YUV | 159.83 | 108.91 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 122 | 126 | 0 | 0.51 | 0.49 | 0.03 | 358.08 | 0.89 | 0.72 |
| Hex | F7 | 7A | 7E | 0 | 33 | 31 | 3 | 166 | 59 | 48 |
| Octal | 367 | 172 | 176 | 0 | 63 | 61 | 3 | 546 | 131 | 110 |
| Binary | 11110111 | 1111010 | 1111110 | 0 | 110011 | 110001 | 11 | 101100110 | 1011001 | 1001000 |
Color Harmonies of #F77A7E
Complementary color
Monochromatic Colors of #F77A7E
Black with #F77A7E
Text Example
Text Example
White with #F77A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77A7E; }
p { color: rgb(247,122,126); }
H1.HeaderClassName
{
color: #F77A7E;
}
.AnyTagClassName
{
color: #F77A7E;
}
</style>
background-color css
<style>
a { background-color: #F77A7E; }
a { background-color: rgb(247,122,126); }
div.DivClassName
{
background-color: #F77A7E;
}
.BgClassName
{
background-color: #F77A7E;
}
</style>
border-color css
<style>
span { border-color: #F77A7E; }
span { border-color: rgb(247,122,126); }
td.TdClassName
{
border-color: #F77A7E;
}
.TagClassName
{
border-color: #F77A7E;
}
</style>