Shades of Froly #F56871
Tints of Froly #F56871
RGB
CMYK
RGB Variations
Color information
#F56871 (or 0xF56871) is known color: Froly. HEX triplet: F5, 68 and 71. RGB value is (245,104,113). Sum of RGB (Red+Green+Blue) = 245+104+113=462 (61% of max value = 765). Red value is 245 (96.09% from 255 or 53.03% from 462); Green value is 104 (41.02% from 255 or 22.51% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 245 - color contains mainly: red. Hex color #F56871 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F56871 is #0A978E. Grayscale: #939393. Windows color (decimal): -694159 or 7432437. OLE color: 7432437.
HSL color Cylindrical-coordinate representation of color #F56871: hue angle of 356.17º 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 #F56871 is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 113 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.04 |
| HSL | 356.17º | 0.88% | 0.68% | - |
| HSV(B) | 356.17º | 0.58% | 0.96% | - |
| XYZ | 45.59 | 30.51 | 19.11 | - |
| YUV | 147.19 | 108.71 | 197.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 113 | 0 | 0.58 | 0.54 | 0.04 | 356.17 | 0.88 | 0.68 |
| Hex | F5 | 68 | 71 | 0 | 3A | 36 | 4 | 164 | 58 | 44 |
| Octal | 365 | 150 | 161 | 0 | 72 | 66 | 4 | 544 | 130 | 104 |
| Binary | 11110101 | 1101000 | 1110001 | 0 | 111010 | 110110 | 100 | 101100100 | 1011000 | 1000100 |
Color Harmonies of #F56871
Complementary color
Monochromatic Colors of #F56871
Black with #F56871
Text Example
Text Example
White with #F56871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F56871; }
p { color: rgb(245,104,113); }
H1.HeaderClassName
{
color: #F56871;
}
.AnyTagClassName
{
color: #F56871;
}
</style>
background-color css
<style>
a { background-color: #F56871; }
a { background-color: rgb(245,104,113); }
div.DivClassName
{
background-color: #F56871;
}
.BgClassName
{
background-color: #F56871;
}
</style>
border-color css
<style>
span { border-color: #F56871; }
span { border-color: rgb(245,104,113); }
td.TdClassName
{
border-color: #F56871;
}
.TagClassName
{
border-color: #F56871;
}
</style>