Shades of Froly #F57D83
Tints of Froly #F57D83
RGB
CMYK
RGB Variations
Color information
#F57D83 (or 0xF57D83) is known color: Froly. HEX triplet: F5, 7D and 83. RGB value is (245,125,131). Sum of RGB (Red+Green+Blue) = 245+125+131=501 (66% of max value = 765). Red value is 245 (96.09% from 255 or 48.90% from 501); Green value is 125 (49.22% from 255 or 24.95% from 501); Blue value is 131 (51.56% from 255 or 26.15% from 501); Max value from RGB is 245 - color contains mainly: red. Hex color #F57D83 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57D83 is #0A827C. Grayscale: #A1A1A1. Windows color (decimal): -688765 or 8617461. OLE color: 8617461.
HSL color Cylindrical-coordinate representation of color #F57D83: hue angle of 357º degrees, saturation: 0.86, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F57D83 is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 125 | 131 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.04 |
| HSL | 357º | 0.86% | 0.73% | - |
| HSV(B) | 357º | 0.49% | 0.96% | - |
| XYZ | 49.09 | 35.72 | 25.78 | - |
| YUV | 161.56 | 110.76 | 187.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 125 | 131 | 0 | 0.49 | 0.47 | 0.04 | 357 | 0.86 | 0.73 |
| Hex | F5 | 7D | 83 | 0 | 31 | 2F | 4 | 165 | 56 | 49 |
| Octal | 365 | 175 | 203 | 0 | 61 | 57 | 4 | 545 | 126 | 111 |
| Binary | 11110101 | 1111101 | 10000011 | 0 | 110001 | 101111 | 100 | 101100101 | 1010110 | 1001001 |
Color Harmonies of #F57D83
Complementary color
Monochromatic Colors of #F57D83
Black with #F57D83
Text Example
Text Example
White with #F57D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57D83; }
p { color: rgb(245,125,131); }
H1.HeaderClassName
{
color: #F57D83;
}
.AnyTagClassName
{
color: #F57D83;
}
</style>
background-color css
<style>
a { background-color: #F57D83; }
a { background-color: rgb(245,125,131); }
div.DivClassName
{
background-color: #F57D83;
}
.BgClassName
{
background-color: #F57D83;
}
</style>
border-color css
<style>
span { border-color: #F57D83; }
span { border-color: rgb(245,125,131); }
td.TdClassName
{
border-color: #F57D83;
}
.TagClassName
{
border-color: #F57D83;
}
</style>