Shades of Froly #F57780
Tints of Froly #F57780
RGB
CMYK
RGB Variations
Color information
#F57780 (or 0xF57780) is known color: Froly. HEX triplet: F5, 77 and 80. RGB value is (245,119,128). Sum of RGB (Red+Green+Blue) = 245+119+128=492 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.80% from 492); Green value is 119 (46.88% from 255 or 24.19% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 245 - color contains mainly: red. Hex color #F57780 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57780 is #0A887F. Grayscale: #9D9D9D. Windows color (decimal): -690304 or 8419317. OLE color: 8419317.
HSL color Cylindrical-coordinate representation of color #F57780: hue angle of 355.71º 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 #F57780 is Cyan = 0, Magento = 0.51, Yellow = 0.48 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 128 | - |
| CMYK | 0 | 0.51 | 0.48 | 0.04 |
| HSL | 355.71º | 0.86% | 0.71% | - |
| HSV(B) | 355.71º | 0.51% | 0.96% | - |
| XYZ | 48.15 | 34.16 | 24.48 | - |
| YUV | 157.7 | 111.24 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 128 | 0 | 0.51 | 0.48 | 0.04 | 355.71 | 0.86 | 0.71 |
| Hex | F5 | 77 | 80 | 0 | 33 | 30 | 4 | 164 | 56 | 47 |
| Octal | 365 | 167 | 200 | 0 | 63 | 60 | 4 | 544 | 126 | 107 |
| Binary | 11110101 | 1110111 | 10000000 | 0 | 110011 | 110000 | 100 | 101100100 | 1010110 | 1000111 |
Color Harmonies of #F57780
Complementary color
Monochromatic Colors of #F57780
Black with #F57780
Text Example
Text Example
White with #F57780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57780; }
p { color: rgb(245,119,128); }
H1.HeaderClassName
{
color: #F57780;
}
.AnyTagClassName
{
color: #F57780;
}
</style>
background-color css
<style>
a { background-color: #F57780; }
a { background-color: rgb(245,119,128); }
div.DivClassName
{
background-color: #F57780;
}
.BgClassName
{
background-color: #F57780;
}
</style>
border-color css
<style>
span { border-color: #F57780; }
span { border-color: rgb(245,119,128); }
td.TdClassName
{
border-color: #F57780;
}
.TagClassName
{
border-color: #F57780;
}
</style>