Shades of Froly #F66D77
Tints of Froly #F66D77
RGB
CMYK
RGB Variations
Color information
#F66D77 (or 0xF66D77) is known color: Froly. HEX triplet: F6, 6D and 77. RGB value is (246,109,119). Sum of RGB (Red+Green+Blue) = 246+109+119=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 119 (46.88% from 255 or 25.11% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F66D77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F66D77 is #099288. Grayscale: #979797. Windows color (decimal): -627337 or 7826934. OLE color: 7826934.
HSL color Cylindrical-coordinate representation of color #F66D77: hue angle of 355.62º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F66D77 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 109 | 119 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.04 |
| HSL | 355.62º | 0.88% | 0.7% | - |
| HSV(B) | 355.62º | 0.56% | 0.96% | - |
| XYZ | 46.8 | 31.86 | 21.14 | - |
| YUV | 151.1 | 109.89 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 109 | 119 | 0 | 0.56 | 0.52 | 0.04 | 355.62 | 0.88 | 0.7 |
| Hex | F6 | 6D | 77 | 0 | 38 | 34 | 4 | 164 | 58 | 46 |
| Octal | 366 | 155 | 167 | 0 | 70 | 64 | 4 | 544 | 130 | 106 |
| Binary | 11110110 | 1101101 | 1110111 | 0 | 111000 | 110100 | 100 | 101100100 | 1011000 | 1000110 |
Color Harmonies of #F66D77
Complementary color
Monochromatic Colors of #F66D77
Black with #F66D77
Text Example
Text Example
White with #F66D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F66D77; }
p { color: rgb(246,109,119); }
H1.HeaderClassName
{
color: #F66D77;
}
.AnyTagClassName
{
color: #F66D77;
}
</style>
background-color css
<style>
a { background-color: #F66D77; }
a { background-color: rgb(246,109,119); }
div.DivClassName
{
background-color: #F66D77;
}
.BgClassName
{
background-color: #F66D77;
}
</style>
border-color css
<style>
span { border-color: #F66D77; }
span { border-color: rgb(246,109,119); }
td.TdClassName
{
border-color: #F66D77;
}
.TagClassName
{
border-color: #F66D77;
}
</style>