Shades of Froly #F06D72
Tints of Froly #F06D72
RGB
CMYK
RGB Variations
Color information
#F06D72 (or 0xF06D72) is known color: Froly. HEX triplet: F0, 6D and 72. RGB value is (240,109,114). Sum of RGB (Red+Green+Blue) = 240+109+114=463 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.84% from 463); Green value is 109 (42.97% from 255 or 23.54% from 463); Blue value is 114 (44.92% from 255 or 24.62% from 463); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D72 is #0F928D. Grayscale: #949494. Windows color (decimal): -1020558 or 7499248. OLE color: 7499248.
HSL color Cylindrical-coordinate representation of color #F06D72: hue angle of 357.71º 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 #F06D72 is Cyan = 0, Magento = 0.55, Yellow = 0.52 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 114 | - |
| CMYK | 0 | 0.55 | 0.52 | 0.06 |
| HSL | 357.71º | 0.81% | 0.68% | - |
| HSV(B) | 357.71º | 0.55% | 0.94% | - |
| XYZ | 44.44 | 30.68 | 19.5 | - |
| YUV | 148.74 | 108.4 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 114 | 0 | 0.55 | 0.52 | 0.06 | 357.71 | 0.81 | 0.68 |
| Hex | F0 | 6D | 72 | 0 | 37 | 34 | 6 | 166 | 51 | 44 |
| Octal | 360 | 155 | 162 | 0 | 67 | 64 | 6 | 546 | 121 | 104 |
| Binary | 11110000 | 1101101 | 1110010 | 0 | 110111 | 110100 | 110 | 101100110 | 1010001 | 1000100 |
Color Harmonies of #F06D72
Complementary color
Monochromatic Colors of #F06D72
Black with #F06D72
Text Example
Text Example
White with #F06D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D72; }
p { color: rgb(240,109,114); }
H1.HeaderClassName
{
color: #F06D72;
}
.AnyTagClassName
{
color: #F06D72;
}
</style>
background-color css
<style>
a { background-color: #F06D72; }
a { background-color: rgb(240,109,114); }
div.DivClassName
{
background-color: #F06D72;
}
.BgClassName
{
background-color: #F06D72;
}
</style>
border-color css
<style>
span { border-color: #F06D72; }
span { border-color: rgb(240,109,114); }
td.TdClassName
{
border-color: #F06D72;
}
.TagClassName
{
border-color: #F06D72;
}
</style>