Shades of Froly #F77478
Tints of Froly #F77478
RGB
CMYK
RGB Variations
Color information
#F77478 (or 0xF77478) is known color: Froly. HEX triplet: F7, 74 and 78. RGB value is (247,116,120). Sum of RGB (Red+Green+Blue) = 247+116+120=483 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.14% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 247 - color contains mainly: red. Hex color #F77478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F77478 is #088B87. Grayscale: #9B9B9B. Windows color (decimal): -560008 or 7894263. OLE color: 7894263.
HSL color Cylindrical-coordinate representation of color #F77478: hue angle of 358.17º 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 #F77478 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 116 | 120 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.03 |
| HSL | 358.17º | 0.89% | 0.71% | - |
| HSV(B) | 358.17º | 0.53% | 0.97% | - |
| XYZ | 47.99 | 33.62 | 21.73 | - |
| YUV | 155.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 116 | 120 | 0 | 0.53 | 0.51 | 0.03 | 358.17 | 0.89 | 0.71 |
| Hex | F7 | 74 | 78 | 0 | 35 | 33 | 3 | 166 | 59 | 47 |
| Octal | 367 | 164 | 170 | 0 | 65 | 63 | 3 | 546 | 131 | 107 |
| Binary | 11110111 | 1110100 | 1111000 | 0 | 110101 | 110011 | 11 | 101100110 | 1011001 | 1000111 |
Color Harmonies of #F77478
Complementary color
Monochromatic Colors of #F77478
Black with #F77478
Text Example
Text Example
White with #F77478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F77478; }
p { color: rgb(247,116,120); }
H1.HeaderClassName
{
color: #F77478;
}
.AnyTagClassName
{
color: #F77478;
}
</style>
background-color css
<style>
a { background-color: #F77478; }
a { background-color: rgb(247,116,120); }
div.DivClassName
{
background-color: #F77478;
}
.BgClassName
{
background-color: #F77478;
}
</style>
border-color css
<style>
span { border-color: #F77478; }
span { border-color: rgb(247,116,120); }
td.TdClassName
{
border-color: #F77478;
}
.TagClassName
{
border-color: #F77478;
}
</style>