Shades of Froly #F5656D
Tints of Froly #F5656D
RGB
CMYK
RGB Variations
Color information
#F5656D (or 0xF5656D) is known color: Froly. HEX triplet: F5, 65 and 6D. RGB value is (245,101,109). Sum of RGB (Red+Green+Blue) = 245+101+109=455 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.85% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 245 - color contains mainly: red. Hex color #F5656D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F5656D is #0A9A92. Grayscale: #919191. Windows color (decimal): -694931 or 7169525. OLE color: 7169525.
HSL color Cylindrical-coordinate representation of color #F5656D: hue angle of 356.67º degrees, saturation: 0.88, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F5656D is Cyan = 0, Magento = 0.59, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 101 | 109 | - |
| CMYK | 0 | 0.59 | 0.56 | 0.04 |
| HSL | 356.67º | 0.88% | 0.68% | - |
| HSV(B) | 356.67º | 0.59% | 0.96% | - |
| XYZ | 45.07 | 29.82 | 17.85 | - |
| YUV | 144.97 | 107.71 | 199.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 101 | 109 | 0 | 0.59 | 0.56 | 0.04 | 356.67 | 0.88 | 0.68 |
| Hex | F5 | 65 | 6D | 0 | 3B | 38 | 4 | 165 | 58 | 44 |
| Octal | 365 | 145 | 155 | 0 | 73 | 70 | 4 | 545 | 130 | 104 |
| Binary | 11110101 | 1100101 | 1101101 | 0 | 111011 | 111000 | 100 | 101100101 | 1011000 | 1000100 |
Color Harmonies of #F5656D
Complementary color
Monochromatic Colors of #F5656D
Black with #F5656D
Text Example
Text Example
White with #F5656D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5656D; }
p { color: rgb(245,101,109); }
H1.HeaderClassName
{
color: #F5656D;
}
.AnyTagClassName
{
color: #F5656D;
}
</style>
background-color css
<style>
a { background-color: #F5656D; }
a { background-color: rgb(245,101,109); }
div.DivClassName
{
background-color: #F5656D;
}
.BgClassName
{
background-color: #F5656D;
}
</style>
border-color css
<style>
span { border-color: #F5656D; }
span { border-color: rgb(245,101,109); }
td.TdClassName
{
border-color: #F5656D;
}
.TagClassName
{
border-color: #F5656D;
}
</style>