Shades of Froly #F57677
Tints of Froly #F57677
RGB
CMYK
RGB Variations
Color information
#F57677 (or 0xF57677) is known color: Froly. HEX triplet: F5, 76 and 77. RGB value is (245,118,119). Sum of RGB (Red+Green+Blue) = 245+118+119=482 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.83% from 482); Green value is 118 (46.48% from 255 or 24.48% from 482); Blue value is 119 (46.88% from 255 or 24.69% from 482); Max value from RGB is 245 - color contains mainly: red. Hex color #F57677 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57677 is #0A8988. Grayscale: #9C9C9C. Windows color (decimal): -690569 or 7829237. OLE color: 7829237.
HSL color Cylindrical-coordinate representation of color #F57677: hue angle of 359.53º degrees, saturation: 0.86, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F57677 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 119 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.04 |
| HSL | 359.53º | 0.86% | 0.71% | - |
| HSV(B) | 359.53º | 0.52% | 0.96% | - |
| XYZ | 47.46 | 33.7 | 21.46 | - |
| YUV | 156.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 119 | 0 | 0.52 | 0.51 | 0.04 | 359.53 | 0.86 | 0.71 |
| Hex | F5 | 76 | 77 | 0 | 34 | 33 | 4 | 168 | 56 | 47 |
| Octal | 365 | 166 | 167 | 0 | 64 | 63 | 4 | 550 | 126 | 107 |
| Binary | 11110101 | 1110110 | 1110111 | 0 | 110100 | 110011 | 100 | 101101000 | 1010110 | 1000111 |
Color Harmonies of #F57677
Complementary color
Monochromatic Colors of #F57677
Black with #F57677
Text Example
Text Example
White with #F57677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57677; }
p { color: rgb(245,118,119); }
H1.HeaderClassName
{
color: #F57677;
}
.AnyTagClassName
{
color: #F57677;
}
</style>
background-color css
<style>
a { background-color: #F57677; }
a { background-color: rgb(245,118,119); }
div.DivClassName
{
background-color: #F57677;
}
.BgClassName
{
background-color: #F57677;
}
</style>
border-color css
<style>
span { border-color: #F57677; }
span { border-color: rgb(245,118,119); }
td.TdClassName
{
border-color: #F57677;
}
.TagClassName
{
border-color: #F57677;
}
</style>