Shades of Froly #F57783
Tints of Froly #F57783
RGB
CMYK
RGB Variations
Color information
#F57783 (or 0xF57783) is known color: Froly. HEX triplet: F5, 77 and 83. RGB value is (245,119,131). Sum of RGB (Red+Green+Blue) = 245+119+131=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 131 (51.56% from 255 or 26.46% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F57783 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57783 is #0A887C. Grayscale: #9E9E9E. Windows color (decimal): -690301 or 8615925. OLE color: 8615925.
HSL color Cylindrical-coordinate representation of color #F57783: hue angle of 354.29º 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 #F57783 is Cyan = 0, Magento = 0.51, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 119 | 131 | - |
| CMYK | 0 | 0.51 | 0.47 | 0.04 |
| HSL | 354.29º | 0.86% | 0.71% | - |
| HSV(B) | 354.29º | 0.51% | 0.96% | - |
| XYZ | 48.35 | 34.24 | 25.53 | - |
| YUV | 158.04 | 112.74 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 119 | 131 | 0 | 0.51 | 0.47 | 0.04 | 354.29 | 0.86 | 0.71 |
| Hex | F5 | 77 | 83 | 0 | 33 | 2F | 4 | 162 | 56 | 47 |
| Octal | 365 | 167 | 203 | 0 | 63 | 57 | 4 | 542 | 126 | 107 |
| Binary | 11110101 | 1110111 | 10000011 | 0 | 110011 | 101111 | 100 | 101100010 | 1010110 | 1000111 |
Color Harmonies of #F57783
Complementary color
Monochromatic Colors of #F57783
Black with #F57783
Text Example
Text Example
White with #F57783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57783; }
p { color: rgb(245,119,131); }
H1.HeaderClassName
{
color: #F57783;
}
.AnyTagClassName
{
color: #F57783;
}
</style>
background-color css
<style>
a { background-color: #F57783; }
a { background-color: rgb(245,119,131); }
div.DivClassName
{
background-color: #F57783;
}
.BgClassName
{
background-color: #F57783;
}
</style>
border-color css
<style>
span { border-color: #F57783; }
span { border-color: rgb(245,119,131); }
td.TdClassName
{
border-color: #F57783;
}
.TagClassName
{
border-color: #F57783;
}
</style>