Shades of Froly #F57C7F
Tints of Froly #F57C7F
RGB
CMYK
RGB Variations
Color information
#F57C7F (or 0xF57C7F) is known color: Froly. HEX triplet: F5, 7C and 7F. RGB value is (245,124,127). Sum of RGB (Red+Green+Blue) = 245+124+127=496 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.40% from 496); Green value is 124 (48.83% from 255 or 25% from 496); Blue value is 127 (50% from 255 or 25.60% from 496); Max value from RGB is 245 - color contains mainly: red. Hex color #F57C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57C7F is #0A8380. Grayscale: #A0A0A0. Windows color (decimal): -689025 or 8355061. OLE color: 8355061.
HSL color Cylindrical-coordinate representation of color #F57C7F: hue angle of 358.51º degrees, saturation: 0.86, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57C7F is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 124 | 127 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.04 |
| HSL | 358.51º | 0.86% | 0.72% | - |
| HSV(B) | 358.51º | 0.49% | 0.96% | - |
| XYZ | 48.69 | 35.36 | 24.34 | - |
| YUV | 160.52 | 109.09 | 188.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 124 | 127 | 0 | 0.49 | 0.48 | 0.04 | 358.51 | 0.86 | 0.72 |
| Hex | F5 | 7C | 7F | 0 | 31 | 30 | 4 | 167 | 56 | 48 |
| Octal | 365 | 174 | 177 | 0 | 61 | 60 | 4 | 547 | 126 | 110 |
| Binary | 11110101 | 1111100 | 1111111 | 0 | 110001 | 110000 | 100 | 101100111 | 1010110 | 1001000 |
Color Harmonies of #F57C7F
Complementary color
Monochromatic Colors of #F57C7F
Black with #F57C7F
Text Example
Text Example
White with #F57C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57C7F; }
p { color: rgb(245,124,127); }
H1.HeaderClassName
{
color: #F57C7F;
}
.AnyTagClassName
{
color: #F57C7F;
}
</style>
background-color css
<style>
a { background-color: #F57C7F; }
a { background-color: rgb(245,124,127); }
div.DivClassName
{
background-color: #F57C7F;
}
.BgClassName
{
background-color: #F57C7F;
}
</style>
border-color css
<style>
span { border-color: #F57C7F; }
span { border-color: rgb(245,124,127); }
td.TdClassName
{
border-color: #F57C7F;
}
.TagClassName
{
border-color: #F57C7F;
}
</style>