Shades of Froly #F57375
Tints of Froly #F57375
RGB
CMYK
RGB Variations
Color information
#F57375 (or 0xF57375) is known color: Froly. HEX triplet: F5, 73 and 75. RGB value is (245,115,117). Sum of RGB (Red+Green+Blue) = 245+115+117=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F57375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57375 is #0A8C8A. Grayscale: #9A9A9A. Windows color (decimal): -691339 or 7697397. OLE color: 7697397.
HSL color Cylindrical-coordinate representation of color #F57375: hue angle of 359.08º degrees, saturation: 0.87, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F57375 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 115 | 117 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.04 |
| HSL | 359.08º | 0.87% | 0.71% | - |
| HSV(B) | 359.08º | 0.53% | 0.96% | - |
| XYZ | 47 | 32.96 | 20.71 | - |
| YUV | 154.1 | 107.07 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 115 | 117 | 0 | 0.53 | 0.52 | 0.04 | 359.08 | 0.87 | 0.71 |
| Hex | F5 | 73 | 75 | 0 | 35 | 34 | 4 | 167 | 57 | 47 |
| Octal | 365 | 163 | 165 | 0 | 65 | 64 | 4 | 547 | 127 | 107 |
| Binary | 11110101 | 1110011 | 1110101 | 0 | 110101 | 110100 | 100 | 101100111 | 1010111 | 1000111 |
Color Harmonies of #F57375
Complementary color
Monochromatic Colors of #F57375
Black with #F57375
Text Example
Text Example
White with #F57375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57375; }
p { color: rgb(245,115,117); }
H1.HeaderClassName
{
color: #F57375;
}
.AnyTagClassName
{
color: #F57375;
}
</style>
background-color css
<style>
a { background-color: #F57375; }
a { background-color: rgb(245,115,117); }
div.DivClassName
{
background-color: #F57375;
}
.BgClassName
{
background-color: #F57375;
}
</style>
border-color css
<style>
span { border-color: #F57375; }
span { border-color: rgb(245,115,117); }
td.TdClassName
{
border-color: #F57375;
}
.TagClassName
{
border-color: #F57375;
}
</style>