Shades of Froly #F57682
Tints of Froly #F57682
RGB
CMYK
RGB Variations
Color information
#F57682 (or 0xF57682) is known color: Froly. HEX triplet: F5, 76 and 82. RGB value is (245,118,130). Sum of RGB (Red+Green+Blue) = 245+118+130=493 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.70% from 493); Green value is 118 (46.48% from 255 or 23.94% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 245 - color contains mainly: red. Hex color #F57682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F57682 is #0A897D. Grayscale: #9D9D9D. Windows color (decimal): -690558 or 8550133. OLE color: 8550133.
HSL color Cylindrical-coordinate representation of color #F57682: hue angle of 354.33º 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 #F57682 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 118 | 130 | - |
| CMYK | 0 | 0.52 | 0.47 | 0.04 |
| HSL | 354.33º | 0.86% | 0.71% | - |
| HSV(B) | 354.33º | 0.52% | 0.96% | - |
| XYZ | 48.16 | 33.98 | 25.14 | - |
| YUV | 157.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 118 | 130 | 0 | 0.52 | 0.47 | 0.04 | 354.33 | 0.86 | 0.71 |
| Hex | F5 | 76 | 82 | 0 | 34 | 2F | 4 | 162 | 56 | 47 |
| Octal | 365 | 166 | 202 | 0 | 64 | 57 | 4 | 542 | 126 | 107 |
| Binary | 11110101 | 1110110 | 10000010 | 0 | 110100 | 101111 | 100 | 101100010 | 1010110 | 1000111 |
Color Harmonies of #F57682
Complementary color
Monochromatic Colors of #F57682
Black with #F57682
Text Example
Text Example
White with #F57682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F57682; }
p { color: rgb(245,118,130); }
H1.HeaderClassName
{
color: #F57682;
}
.AnyTagClassName
{
color: #F57682;
}
</style>
background-color css
<style>
a { background-color: #F57682; }
a { background-color: rgb(245,118,130); }
div.DivClassName
{
background-color: #F57682;
}
.BgClassName
{
background-color: #F57682;
}
</style>
border-color css
<style>
span { border-color: #F57682; }
span { border-color: rgb(245,118,130); }
td.TdClassName
{
border-color: #F57682;
}
.TagClassName
{
border-color: #F57682;
}
</style>