Shades of Froly #F57579
Tints of Froly #F57579
RGB
CMYK
RGB Variations
Color information
#F57579 (or 0xF57579) is known color: Froly. HEX triplet: F5, 75 and 79. RGB value is (245,117,121). Sum of RGB (Red+Green+Blue) = 245+117+121=483 (63% of max value = 765). Red value is 245 (96.09% from 255 or 50.72% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 121 (47.66% from 255 or 25.05% from 483); Max value from RGB is 245 - color contains mainly: red. Hex color #F57579 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F57579 is #0A8A86. Grayscale: #9B9B9B. Windows color (decimal): -690823 or 7960053. OLE color: 7960053.
HSL color Cylindrical-coordinate representation of color #F57579: hue angle of 358.12º 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 #F57579 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 117 | 121 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.04 |
| HSL | 358.13º | 0.86% | 0.71% | - |
| HSV(B) | 358.13º | 0.52% | 0.96% | - |
| XYZ | 47.47 | 33.52 | 22.06 | - |
| YUV | 155.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 117 | 121 | 0 | 0.52 | 0.51 | 0.04 | 358.13 | 0.86 | 0.71 |
| Hex | F5 | 75 | 79 | 0 | 34 | 33 | 4 | 166 | 56 | 47 |
| Octal | 365 | 165 | 171 | 0 | 64 | 63 | 4 | 546 | 126 | 107 |
| Binary | 11110101 | 1110101 | 1111001 | 0 | 110100 | 110011 | 100 | 101100110 | 1010110 | 1000111 |
Color Harmonies of #F57579
Complementary color
Monochromatic Colors of #F57579
Black with #F57579
Text Example
Text Example
White with #F57579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57579; }
p { color: rgb(245,117,121); }
H1.HeaderClassName
{
color: #F57579;
}
.AnyTagClassName
{
color: #F57579;
}
</style>
background-color css
<style>
a { background-color: #F57579; }
a { background-color: rgb(245,117,121); }
div.DivClassName
{
background-color: #F57579;
}
.BgClassName
{
background-color: #F57579;
}
</style>
border-color css
<style>
span { border-color: #F57579; }
span { border-color: rgb(245,117,121); }
td.TdClassName
{
border-color: #F57579;
}
.TagClassName
{
border-color: #F57579;
}
</style>