Shades of Froly #F7777E
Tints of Froly #F7777E
RGB
CMYK
RGB Variations
Color information
#F7777E (or 0xF7777E) is known color: Froly. HEX triplet: F7, 77 and 7E. RGB value is (247,119,126). Sum of RGB (Red+Green+Blue) = 247+119+126=492 (65% of max value = 765). Red value is 247 (96.88% from 255 or 50.20% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 126 (49.61% from 255 or 25.61% from 492); Max value from RGB is 247 - color contains mainly: red. Hex color #F7777E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7777E is #088881. Grayscale: #9E9E9E. Windows color (decimal): -559234 or 8288247. OLE color: 8288247.
HSL color Cylindrical-coordinate representation of color #F7777E: hue angle of 356.72º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F7777E is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 119 | 126 | - |
| CMYK | 0 | 0.52 | 0.49 | 0.03 |
| HSL | 356.72º | 0.89% | 0.72% | - |
| HSV(B) | 356.72º | 0.52% | 0.97% | - |
| XYZ | 48.72 | 34.47 | 23.82 | - |
| YUV | 158.07 | 109.91 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 119 | 126 | 0 | 0.52 | 0.49 | 0.03 | 356.72 | 0.89 | 0.72 |
| Hex | F7 | 77 | 7E | 0 | 34 | 31 | 3 | 165 | 59 | 48 |
| Octal | 367 | 167 | 176 | 0 | 64 | 61 | 3 | 545 | 131 | 110 |
| Binary | 11110111 | 1110111 | 1111110 | 0 | 110100 | 110001 | 11 | 101100101 | 1011001 | 1001000 |
Color Harmonies of #F7777E
Complementary color
Monochromatic Colors of #F7777E
Black with #F7777E
Text Example
Text Example
White with #F7777E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7777E; }
p { color: rgb(247,119,126); }
H1.HeaderClassName
{
color: #F7777E;
}
.AnyTagClassName
{
color: #F7777E;
}
</style>
background-color css
<style>
a { background-color: #F7777E; }
a { background-color: rgb(247,119,126); }
div.DivClassName
{
background-color: #F7777E;
}
.BgClassName
{
background-color: #F7777E;
}
</style>
border-color css
<style>
span { border-color: #F7777E; }
span { border-color: rgb(247,119,126); }
td.TdClassName
{
border-color: #F7777E;
}
.TagClassName
{
border-color: #F7777E;
}
</style>