Shades of Froly #F56364
Tints of Froly #F56364
RGB
CMYK
RGB Variations
Color information
#F56364 (or 0xF56364) is known color: Froly. HEX triplet: F5, 63 and 64. RGB value is (245,99,100). Sum of RGB (Red+Green+Blue) = 245+99+100=444 (58% of max value = 765). Red value is 245 (96.09% from 255 or 55.18% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 100 (39.45% from 255 or 22.52% from 444); Max value from RGB is 245 - color contains mainly: red. Hex color #F56364 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56364 is #0A9C9B. Grayscale: #8E8E8E. Windows color (decimal): -695452 or 6579189. OLE color: 6579189.
HSL color Cylindrical-coordinate representation of color #F56364: 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 #F56364 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 99 | 100 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.04 |
| HSL | 359.59º | 0.88% | 0.67% | - |
| HSV(B) | 359.59º | 0.6% | 0.96% | - |
| XYZ | 44.42 | 29.26 | 15.36 | - |
| YUV | 142.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 99 | 100 | 0 | 0.60 | 0.59 | 0.04 | 359.59 | 0.88 | 0.67 |
| Hex | F5 | 63 | 64 | 0 | 3C | 3B | 4 | 168 | 58 | 43 |
| Octal | 365 | 143 | 144 | 0 | 74 | 73 | 4 | 550 | 130 | 103 |
| Binary | 11110101 | 1100011 | 1100100 | 0 | 111100 | 111011 | 100 | 101101000 | 1011000 | 1000011 |
Color Harmonies of #F56364
Complementary color
Monochromatic Colors of #F56364
Black with #F56364
Text Example
Text Example
White with #F56364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56364; }
p { color: rgb(245,99,100); }
H1.HeaderClassName
{
color: #F56364;
}
.AnyTagClassName
{
color: #F56364;
}
</style>
background-color css
<style>
a { background-color: #F56364; }
a { background-color: rgb(245,99,100); }
div.DivClassName
{
background-color: #F56364;
}
.BgClassName
{
background-color: #F56364;
}
</style>
border-color css
<style>
span { border-color: #F56364; }
span { border-color: rgb(245,99,100); }
td.TdClassName
{
border-color: #F56364;
}
.TagClassName
{
border-color: #F56364;
}
</style>