Shades of Froly #F56F73
Tints of Froly #F56F73
RGB
CMYK
RGB Variations
Color information
#F56F73 (or 0xF56F73) is known color: Froly. HEX triplet: F5, 6F and 73. RGB value is (245,111,115). Sum of RGB (Red+Green+Blue) = 245+111+115=471 (62% of max value = 765). Red value is 245 (96.09% from 255 or 52.02% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 115 (45.31% from 255 or 24.42% from 471); Max value from RGB is 245 - color contains mainly: red. Hex color #F56F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56F73 is #0A908C. Grayscale: #979797. Windows color (decimal): -692365 or 7565301. OLE color: 7565301.
HSL color Cylindrical-coordinate representation of color #F56F73: hue angle of 358.21º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F56F73 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 111 | 115 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.04 |
| HSL | 358.21º | 0.87% | 0.7% | - |
| HSV(B) | 358.21º | 0.55% | 0.96% | - |
| XYZ | 46.44 | 32.02 | 19.95 | - |
| YUV | 151.52 | 107.39 | 194.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 111 | 115 | 0 | 0.55 | 0.53 | 0.04 | 358.21 | 0.87 | 0.7 |
| Hex | F5 | 6F | 73 | 0 | 37 | 35 | 4 | 166 | 57 | 46 |
| Octal | 365 | 157 | 163 | 0 | 67 | 65 | 4 | 546 | 127 | 106 |
| Binary | 11110101 | 1101111 | 1110011 | 0 | 110111 | 110101 | 100 | 101100110 | 1010111 | 1000110 |
Color Harmonies of #F56F73
Complementary color
Monochromatic Colors of #F56F73
Black with #F56F73
Text Example
Text Example
White with #F56F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56F73; }
p { color: rgb(245,111,115); }
H1.HeaderClassName
{
color: #F56F73;
}
.AnyTagClassName
{
color: #F56F73;
}
</style>
background-color css
<style>
a { background-color: #F56F73; }
a { background-color: rgb(245,111,115); }
div.DivClassName
{
background-color: #F56F73;
}
.BgClassName
{
background-color: #F56F73;
}
</style>
border-color css
<style>
span { border-color: #F56F73; }
span { border-color: rgb(245,111,115); }
td.TdClassName
{
border-color: #F56F73;
}
.TagClassName
{
border-color: #F56F73;
}
</style>