Shades of Froly #F56162
Tints of Froly #F56162
RGB
CMYK
RGB Variations
Color information
#F56162 (or 0xF56162) is known color: Froly. HEX triplet: F5, 61 and 62. RGB value is (245,97,98). Sum of RGB (Red+Green+Blue) = 245+97+98=440 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.68% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 98 (38.67% from 255 or 22.27% from 440); Max value from RGB is 245 - color contains mainly: red. Hex color #F56162 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56162 is #0A9E9D. Grayscale: #8D8D8D. Windows color (decimal): -695966 or 6447605. OLE color: 6447605.
HSL color Cylindrical-coordinate representation of color #F56162: hue angle of 359.59º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F56162 is Cyan = 0, Magento = 0.60, Yellow = 0.6 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 97 | 98 | - |
| CMYK | 0 | 0.60 | 0.6 | 0.04 |
| HSL | 359.59º | 0.88% | 0.67% | - |
| HSV(B) | 359.59º | 0.6% | 0.96% | - |
| XYZ | 44.14 | 28.84 | 14.8 | - |
| YUV | 141.37 | 103.53 | 201.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 97 | 98 | 0 | 0.60 | 0.6 | 0.04 | 359.59 | 0.88 | 0.67 |
| Hex | F5 | 61 | 62 | 0 | 3C | 3C | 4 | 168 | 58 | 43 |
| Octal | 365 | 141 | 142 | 0 | 74 | 74 | 4 | 550 | 130 | 103 |
| Binary | 11110101 | 1100001 | 1100010 | 0 | 111100 | 111100 | 100 | 101101000 | 1011000 | 1000011 |
Color Harmonies of #F56162
Complementary color
Monochromatic Colors of #F56162
Black with #F56162
Text Example
Text Example
White with #F56162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56162; }
p { color: rgb(245,97,98); }
H1.HeaderClassName
{
color: #F56162;
}
.AnyTagClassName
{
color: #F56162;
}
</style>
background-color css
<style>
a { background-color: #F56162; }
a { background-color: rgb(245,97,98); }
div.DivClassName
{
background-color: #F56162;
}
.BgClassName
{
background-color: #F56162;
}
</style>
border-color css
<style>
span { border-color: #F56162; }
span { border-color: rgb(245,97,98); }
td.TdClassName
{
border-color: #F56162;
}
.TagClassName
{
border-color: #F56162;
}
</style>