Shades of Froly #F5686F
Tints of Froly #F5686F
RGB
CMYK
RGB Variations
Color information
#F5686F (or 0xF5686F) is known color: Froly. HEX triplet: F5, 68 and 6F. RGB value is (245,104,111). Sum of RGB (Red+Green+Blue) = 245+104+111=460 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.26% from 460); Green value is 104 (41.02% from 255 or 22.61% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 245 - color contains mainly: red. Hex color #F5686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5686F is #0A9790. Grayscale: #939393. Windows color (decimal): -694161 or 7301365. OLE color: 7301365.
HSL color Cylindrical-coordinate representation of color #F5686F: hue angle of 357.02º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5686F is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 104 | 111 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.04 |
| HSL | 357.02º | 0.88% | 0.68% | - |
| HSV(B) | 357.02º | 0.58% | 0.96% | - |
| XYZ | 45.48 | 30.46 | 18.52 | - |
| YUV | 146.96 | 107.71 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 104 | 111 | 0 | 0.58 | 0.55 | 0.04 | 357.02 | 0.88 | 0.68 |
| Hex | F5 | 68 | 6F | 0 | 3A | 37 | 4 | 165 | 58 | 44 |
| Octal | 365 | 150 | 157 | 0 | 72 | 67 | 4 | 545 | 130 | 104 |
| Binary | 11110101 | 1101000 | 1101111 | 0 | 111010 | 110111 | 100 | 101100101 | 1011000 | 1000100 |
Color Harmonies of #F5686F
Complementary color
Monochromatic Colors of #F5686F
Black with #F5686F
Text Example
Text Example
White with #F5686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5686F; }
p { color: rgb(245,104,111); }
H1.HeaderClassName
{
color: #F5686F;
}
.AnyTagClassName
{
color: #F5686F;
}
</style>
background-color css
<style>
a { background-color: #F5686F; }
a { background-color: rgb(245,104,111); }
div.DivClassName
{
background-color: #F5686F;
}
.BgClassName
{
background-color: #F5686F;
}
</style>
border-color css
<style>
span { border-color: #F5686F; }
span { border-color: rgb(245,104,111); }
td.TdClassName
{
border-color: #F5686F;
}
.TagClassName
{
border-color: #F5686F;
}
</style>