Shades of Froly #F06D74
Tints of Froly #F06D74
RGB
CMYK
RGB Variations
Color information
#F06D74 (or 0xF06D74) is known color: Froly. HEX triplet: F0, 6D and 74. RGB value is (240,109,116). Sum of RGB (Red+Green+Blue) = 240+109+116=465 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.61% from 465); Green value is 109 (42.97% from 255 or 23.44% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D74 is #0F928B. Grayscale: #959595. Windows color (decimal): -1020556 or 7630320. OLE color: 7630320.
HSL color Cylindrical-coordinate representation of color #F06D74: hue angle of 356.79º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F06D74 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 116 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.06 |
| HSL | 356.79º | 0.81% | 0.68% | - |
| HSV(B) | 356.79º | 0.55% | 0.94% | - |
| XYZ | 44.56 | 30.72 | 20.1 | - |
| YUV | 148.97 | 109.4 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 116 | 0 | 0.55 | 0.52 | 0.06 | 356.79 | 0.81 | 0.68 |
| Hex | F0 | 6D | 74 | 0 | 37 | 34 | 6 | 165 | 51 | 44 |
| Octal | 360 | 155 | 164 | 0 | 67 | 64 | 6 | 545 | 121 | 104 |
| Binary | 11110000 | 1101101 | 1110100 | 0 | 110111 | 110100 | 110 | 101100101 | 1010001 | 1000100 |
Color Harmonies of #F06D74
Complementary color
Monochromatic Colors of #F06D74
Black with #F06D74
Text Example
Text Example
White with #F06D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D74; }
p { color: rgb(240,109,116); }
H1.HeaderClassName
{
color: #F06D74;
}
.AnyTagClassName
{
color: #F06D74;
}
</style>
background-color css
<style>
a { background-color: #F06D74; }
a { background-color: rgb(240,109,116); }
div.DivClassName
{
background-color: #F06D74;
}
.BgClassName
{
background-color: #F06D74;
}
</style>
border-color css
<style>
span { border-color: #F06D74; }
span { border-color: rgb(240,109,116); }
td.TdClassName
{
border-color: #F06D74;
}
.TagClassName
{
border-color: #F06D74;
}
</style>