Shades of Froly #F77578
Tints of Froly #F77578
RGB
CMYK
RGB Variations
Color information
#F77578 (or 0xF77578) is known color: Froly. HEX triplet: F7, 75 and 78. RGB value is (247,117,120). Sum of RGB (Red+Green+Blue) = 247+117+120=484 (64% of max value = 765). Red value is 247 (96.88% from 255 or 51.03% from 484); Green value is 117 (46.09% from 255 or 24.17% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 247 - color contains mainly: red. Hex color #F77578 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77578 is #088A87. Grayscale: #9C9C9C. Windows color (decimal): -559752 or 7894519. OLE color: 7894519.
HSL color Cylindrical-coordinate representation of color #F77578: hue angle of 358.62º degrees, saturation: 0.89, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F77578 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 117 | 120 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.03 |
| HSL | 358.62º | 0.89% | 0.71% | - |
| HSV(B) | 358.62º | 0.53% | 0.97% | - |
| XYZ | 48.11 | 33.85 | 21.77 | - |
| YUV | 156.21 | 107.57 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 117 | 120 | 0 | 0.53 | 0.51 | 0.03 | 358.62 | 0.89 | 0.71 |
| Hex | F7 | 75 | 78 | 0 | 35 | 33 | 3 | 167 | 59 | 47 |
| Octal | 367 | 165 | 170 | 0 | 65 | 63 | 3 | 547 | 131 | 107 |
| Binary | 11110111 | 1110101 | 1111000 | 0 | 110101 | 110011 | 11 | 101100111 | 1011001 | 1000111 |
Color Harmonies of #F77578
Complementary color
Monochromatic Colors of #F77578
Black with #F77578
Text Example
Text Example
White with #F77578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77578; }
p { color: rgb(247,117,120); }
H1.HeaderClassName
{
color: #F77578;
}
.AnyTagClassName
{
color: #F77578;
}
</style>
background-color css
<style>
a { background-color: #F77578; }
a { background-color: rgb(247,117,120); }
div.DivClassName
{
background-color: #F77578;
}
.BgClassName
{
background-color: #F77578;
}
</style>
border-color css
<style>
span { border-color: #F77578; }
span { border-color: rgb(247,117,120); }
td.TdClassName
{
border-color: #F77578;
}
.TagClassName
{
border-color: #F77578;
}
</style>