Shades of Froly #F06D76
Tints of Froly #F06D76
RGB
CMYK
RGB Variations
Color information
#F06D76 (or 0xF06D76) is known color: Froly. HEX triplet: F0, 6D and 76. RGB value is (240,109,118). Sum of RGB (Red+Green+Blue) = 240+109+118=467 (61% of max value = 765). Red value is 240 (94.14% from 255 or 51.39% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 240 - color contains mainly: red. Hex color #F06D76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F06D76 is #0F9289. Grayscale: #959595. Windows color (decimal): -1020554 or 7761392. OLE color: 7761392.
HSL color Cylindrical-coordinate representation of color #F06D76: hue angle of 355.88º 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 #F06D76 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 109 | 118 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.06 |
| HSL | 355.88º | 0.81% | 0.68% | - |
| HSV(B) | 355.88º | 0.55% | 0.94% | - |
| XYZ | 44.67 | 30.77 | 20.72 | - |
| YUV | 149.2 | 110.4 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 109 | 118 | 0 | 0.55 | 0.51 | 0.06 | 355.88 | 0.81 | 0.68 |
| Hex | F0 | 6D | 76 | 0 | 37 | 33 | 6 | 164 | 51 | 44 |
| Octal | 360 | 155 | 166 | 0 | 67 | 63 | 6 | 544 | 121 | 104 |
| Binary | 11110000 | 1101101 | 1110110 | 0 | 110111 | 110011 | 110 | 101100100 | 1010001 | 1000100 |
Color Harmonies of #F06D76
Complementary color
Monochromatic Colors of #F06D76
Black with #F06D76
Text Example
Text Example
White with #F06D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F06D76; }
p { color: rgb(240,109,118); }
H1.HeaderClassName
{
color: #F06D76;
}
.AnyTagClassName
{
color: #F06D76;
}
</style>
background-color css
<style>
a { background-color: #F06D76; }
a { background-color: rgb(240,109,118); }
div.DivClassName
{
background-color: #F06D76;
}
.BgClassName
{
background-color: #F06D76;
}
</style>
border-color css
<style>
span { border-color: #F06D76; }
span { border-color: rgb(240,109,118); }
td.TdClassName
{
border-color: #F06D76;
}
.TagClassName
{
border-color: #F06D76;
}
</style>