Shades of Froly #F56D74
Tints of Froly #F56D74
RGB
CMYK
RGB Variations
Color information
#F56D74 (or 0xF56D74) is known color: Froly. HEX triplet: F5, 6D and 74. RGB value is (245,109,116). Sum of RGB (Red+Green+Blue) = 245+109+116=470 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.13% from 470); Green value is 109 (42.97% from 255 or 23.19% from 470); Blue value is 116 (45.70% from 255 or 24.68% from 470); Max value from RGB is 245 - color contains mainly: red. Hex color #F56D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56D74 is #0A928B. Grayscale: #969696. Windows color (decimal): -692876 or 7630325. OLE color: 7630325.
HSL color Cylindrical-coordinate representation of color #F56D74: hue angle of 356.91º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F56D74 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 109 | 116 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.04 |
| HSL | 356.91º | 0.87% | 0.69% | - |
| HSV(B) | 356.91º | 0.56% | 0.96% | - |
| XYZ | 46.28 | 31.61 | 20.19 | - |
| YUV | 150.46 | 108.56 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 109 | 116 | 0 | 0.56 | 0.53 | 0.04 | 356.91 | 0.87 | 0.69 |
| Hex | F5 | 6D | 74 | 0 | 38 | 35 | 4 | 165 | 57 | 45 |
| Octal | 365 | 155 | 164 | 0 | 70 | 65 | 4 | 545 | 127 | 105 |
| Binary | 11110101 | 1101101 | 1110100 | 0 | 111000 | 110101 | 100 | 101100101 | 1010111 | 1000101 |
Color Harmonies of #F56D74
Complementary color
Monochromatic Colors of #F56D74
Black with #F56D74
Text Example
Text Example
White with #F56D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56D74; }
p { color: rgb(245,109,116); }
H1.HeaderClassName
{
color: #F56D74;
}
.AnyTagClassName
{
color: #F56D74;
}
</style>
background-color css
<style>
a { background-color: #F56D74; }
a { background-color: rgb(245,109,116); }
div.DivClassName
{
background-color: #F56D74;
}
.BgClassName
{
background-color: #F56D74;
}
</style>
border-color css
<style>
span { border-color: #F56D74; }
span { border-color: rgb(245,109,116); }
td.TdClassName
{
border-color: #F56D74;
}
.TagClassName
{
border-color: #F56D74;
}
</style>