Shades of Froly #F5676C
Tints of Froly #F5676C
RGB
CMYK
RGB Variations
Color information
#F5676C (or 0xF5676C) is known color: Froly. HEX triplet: F5, 67 and 6C. RGB value is (245,103,108). Sum of RGB (Red+Green+Blue) = 245+103+108=456 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.73% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 245 - color contains mainly: red. Hex color #F5676C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5676C is #0A9893. Grayscale: #929292. Windows color (decimal): -694420 or 7104501. OLE color: 7104501.
HSL color Cylindrical-coordinate representation of color #F5676C: hue angle of 357.89º 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 #F5676C is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 103 | 108 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.04 |
| HSL | 357.89º | 0.88% | 0.68% | - |
| HSV(B) | 357.89º | 0.58% | 0.96% | - |
| XYZ | 45.21 | 30.2 | 17.63 | - |
| YUV | 146.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 103 | 108 | 0 | 0.58 | 0.56 | 0.04 | 357.89 | 0.88 | 0.68 |
| Hex | F5 | 67 | 6C | 0 | 3A | 38 | 4 | 166 | 58 | 44 |
| Octal | 365 | 147 | 154 | 0 | 72 | 70 | 4 | 546 | 130 | 104 |
| Binary | 11110101 | 1100111 | 1101100 | 0 | 111010 | 111000 | 100 | 101100110 | 1011000 | 1000100 |
Color Harmonies of #F5676C
Complementary color
Monochromatic Colors of #F5676C
Black with #F5676C
Text Example
Text Example
White with #F5676C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5676C; }
p { color: rgb(245,103,108); }
H1.HeaderClassName
{
color: #F5676C;
}
.AnyTagClassName
{
color: #F5676C;
}
</style>
background-color css
<style>
a { background-color: #F5676C; }
a { background-color: rgb(245,103,108); }
div.DivClassName
{
background-color: #F5676C;
}
.BgClassName
{
background-color: #F5676C;
}
</style>
border-color css
<style>
span { border-color: #F5676C; }
span { border-color: rgb(245,103,108); }
td.TdClassName
{
border-color: #F5676C;
}
.TagClassName
{
border-color: #F5676C;
}
</style>