Shades of Froly #F57078
Tints of Froly #F57078
RGB
CMYK
RGB Variations
Color information
#F57078 (or 0xF57078) is known color: Froly. HEX triplet: F5, 70 and 78. RGB value is (245,112,120). Sum of RGB (Red+Green+Blue) = 245+112+120=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 120 (47.27% from 255 or 25.16% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F57078 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57078 is #0A8F87. Grayscale: #989898. Windows color (decimal): -692104 or 7893237. OLE color: 7893237.
HSL color Cylindrical-coordinate representation of color #F57078: hue angle of 356.39º degrees, saturation: 0.87, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F57078 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 112 | 120 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.04 |
| HSL | 356.39º | 0.87% | 0.7% | - |
| HSV(B) | 356.39º | 0.54% | 0.96% | - |
| XYZ | 46.84 | 32.36 | 21.55 | - |
| YUV | 152.68 | 109.56 | 193.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 112 | 120 | 0 | 0.54 | 0.51 | 0.04 | 356.39 | 0.87 | 0.7 |
| Hex | F5 | 70 | 78 | 0 | 36 | 33 | 4 | 164 | 57 | 46 |
| Octal | 365 | 160 | 170 | 0 | 66 | 63 | 4 | 544 | 127 | 106 |
| Binary | 11110101 | 1110000 | 1111000 | 0 | 110110 | 110011 | 100 | 101100100 | 1010111 | 1000110 |
Color Harmonies of #F57078
Complementary color
Monochromatic Colors of #F57078
Black with #F57078
Text Example
Text Example
White with #F57078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57078; }
p { color: rgb(245,112,120); }
H1.HeaderClassName
{
color: #F57078;
}
.AnyTagClassName
{
color: #F57078;
}
</style>
background-color css
<style>
a { background-color: #F57078; }
a { background-color: rgb(245,112,120); }
div.DivClassName
{
background-color: #F57078;
}
.BgClassName
{
background-color: #F57078;
}
</style>
border-color css
<style>
span { border-color: #F57078; }
span { border-color: rgb(245,112,120); }
td.TdClassName
{
border-color: #F57078;
}
.TagClassName
{
border-color: #F57078;
}
</style>