Shades of Froly #F56970
Tints of Froly #F56970
RGB
CMYK
RGB Variations
Color information
#F56970 (or 0xF56970) is known color: Froly. HEX triplet: F5, 69 and 70. RGB value is (245,105,112). Sum of RGB (Red+Green+Blue) = 245+105+112=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56970 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56970 is #0A968F. Grayscale: #939393. Windows color (decimal): -693904 or 7367157. OLE color: 7367157.
HSL color Cylindrical-coordinate representation of color #F56970: hue angle of 357º degrees, saturation: 0.88, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F56970 is Cyan = 0, Magento = 0.57, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 105 | 112 | - |
| CMYK | 0 | 0.57 | 0.54 | 0.04 |
| HSL | 357º | 0.88% | 0.69% | - |
| HSV(B) | 357º | 0.57% | 0.96% | - |
| XYZ | 45.63 | 30.69 | 18.85 | - |
| YUV | 147.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 105 | 112 | 0 | 0.57 | 0.54 | 0.04 | 357 | 0.88 | 0.69 |
| Hex | F5 | 69 | 70 | 0 | 39 | 36 | 4 | 165 | 58 | 45 |
| Octal | 365 | 151 | 160 | 0 | 71 | 66 | 4 | 545 | 130 | 105 |
| Binary | 11110101 | 1101001 | 1110000 | 0 | 111001 | 110110 | 100 | 101100101 | 1011000 | 1000101 |
Color Harmonies of #F56970
Complementary color
Monochromatic Colors of #F56970
Black with #F56970
Text Example
Text Example
White with #F56970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56970; }
p { color: rgb(245,105,112); }
H1.HeaderClassName
{
color: #F56970;
}
.AnyTagClassName
{
color: #F56970;
}
</style>
background-color css
<style>
a { background-color: #F56970; }
a { background-color: rgb(245,105,112); }
div.DivClassName
{
background-color: #F56970;
}
.BgClassName
{
background-color: #F56970;
}
</style>
border-color css
<style>
span { border-color: #F56970; }
span { border-color: rgb(245,105,112); }
td.TdClassName
{
border-color: #F56970;
}
.TagClassName
{
border-color: #F56970;
}
</style>