Shades of Froly #F56870
Tints of Froly #F56870
RGB
CMYK
RGB Variations
Color information
#F56870 (or 0xF56870) is known color: Froly. HEX triplet: F5, 68 and 70. RGB value is (245,104,112). Sum of RGB (Red+Green+Blue) = 245+104+112=461 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.15% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 112 (44.14% from 255 or 24.30% from 461); Max value from RGB is 245 - color contains mainly: red. Hex color #F56870 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56870 is #0A978F. Grayscale: #939393. Windows color (decimal): -694160 or 7366901. OLE color: 7366901.
HSL color Cylindrical-coordinate representation of color #F56870: hue angle of 356.6º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F56870 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 112 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.04 |
| HSL | 356.6º | 0.88% | 0.68% | - |
| HSV(B) | 356.6º | 0.58% | 0.96% | - |
| XYZ | 45.53 | 30.48 | 18.81 | - |
| YUV | 147.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 112 | 0 | 0.58 | 0.54 | 0.04 | 356.6 | 0.88 | 0.68 |
| Hex | F5 | 68 | 70 | 0 | 3A | 36 | 4 | 165 | 58 | 44 |
| Octal | 365 | 150 | 160 | 0 | 72 | 66 | 4 | 545 | 130 | 104 |
| Binary | 11110101 | 1101000 | 1110000 | 0 | 111010 | 110110 | 100 | 101100101 | 1011000 | 1000100 |
Color Harmonies of #F56870
Complementary color
Monochromatic Colors of #F56870
Black with #F56870
Text Example
Text Example
White with #F56870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56870; }
p { color: rgb(245,104,112); }
H1.HeaderClassName
{
color: #F56870;
}
.AnyTagClassName
{
color: #F56870;
}
</style>
background-color css
<style>
a { background-color: #F56870; }
a { background-color: rgb(245,104,112); }
div.DivClassName
{
background-color: #F56870;
}
.BgClassName
{
background-color: #F56870;
}
</style>
border-color css
<style>
span { border-color: #F56870; }
span { border-color: rgb(245,104,112); }
td.TdClassName
{
border-color: #F56870;
}
.TagClassName
{
border-color: #F56870;
}
</style>