Shades of Froly #F57778
Tints of Froly #F57778
RGB
CMYK
RGB Variations
Color information
#F57778 (or 0xF57778) is known color: Froly. HEX triplet: F5, 77 and 78. RGB value is (245,119,120). Sum of RGB (Red+Green+Blue) = 245+119+120=484 (64% of max value = 765). Red value is 245 (96.09% from 255 or 50.62% from 484); Green value is 119 (46.88% from 255 or 24.59% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 245 - color contains mainly: red. Hex color #F57778 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57778 is #0A8887. Grayscale: #9C9C9C. Windows color (decimal): -690312 or 7895029. OLE color: 7895029.
HSL color Cylindrical-coordinate representation of color #F57778: hue angle of 359.52º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F57778 is Cyan = 0, Magento = 0.51, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 120 | - |
| CMYK | 0 | 0.51 | 0.51 | 0.04 |
| HSL | 359.52º | 0.86% | 0.71% | - |
| HSV(B) | 359.52º | 0.51% | 0.96% | - |
| XYZ | 47.64 | 33.96 | 21.81 | - |
| YUV | 156.79 | 107.24 | 190.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 120 | 0 | 0.51 | 0.51 | 0.04 | 359.52 | 0.86 | 0.71 |
| Hex | F5 | 77 | 78 | 0 | 33 | 33 | 4 | 168 | 56 | 47 |
| Octal | 365 | 167 | 170 | 0 | 63 | 63 | 4 | 550 | 126 | 107 |
| Binary | 11110101 | 1110111 | 1111000 | 0 | 110011 | 110011 | 100 | 101101000 | 1010110 | 1000111 |
Color Harmonies of #F57778
Complementary color
Monochromatic Colors of #F57778
Black with #F57778
Text Example
Text Example
White with #F57778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57778; }
p { color: rgb(245,119,120); }
H1.HeaderClassName
{
color: #F57778;
}
.AnyTagClassName
{
color: #F57778;
}
</style>
background-color css
<style>
a { background-color: #F57778; }
a { background-color: rgb(245,119,120); }
div.DivClassName
{
background-color: #F57778;
}
.BgClassName
{
background-color: #F57778;
}
</style>
border-color css
<style>
span { border-color: #F57778; }
span { border-color: rgb(245,119,120); }
td.TdClassName
{
border-color: #F57778;
}
.TagClassName
{
border-color: #F57778;
}
</style>