Shades of Froly #F6686D
Tints of Froly #F6686D
RGB
CMYK
RGB Variations
Color information
#F6686D (or 0xF6686D) is known color: Froly. HEX triplet: F6, 68 and 6D. RGB value is (246,104,109). Sum of RGB (Red+Green+Blue) = 246+104+109=459 (60% of max value = 765). Red value is 246 (96.48% from 255 or 53.59% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 109 (42.97% from 255 or 23.75% from 459); Max value from RGB is 246 - color contains mainly: red. Hex color #F6686D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6686D is #099792. Grayscale: #939393. Windows color (decimal): -628627 or 7170294. OLE color: 7170294.
HSL color Cylindrical-coordinate representation of color #F6686D: hue angle of 357.89º degrees, saturation: 0.89, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F6686D is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 109 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.04 |
| HSL | 357.89º | 0.89% | 0.69% | - |
| HSV(B) | 357.89º | 0.58% | 0.96% | - |
| XYZ | 45.72 | 30.6 | 17.96 | - |
| YUV | 147.03 | 106.54 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 109 | 0 | 0.58 | 0.56 | 0.04 | 357.89 | 0.89 | 0.69 |
| Hex | F6 | 68 | 6D | 0 | 3A | 38 | 4 | 166 | 59 | 45 |
| Octal | 366 | 150 | 155 | 0 | 72 | 70 | 4 | 546 | 131 | 105 |
| Binary | 11110110 | 1101000 | 1101101 | 0 | 111010 | 111000 | 100 | 101100110 | 1011001 | 1000101 |
Color Harmonies of #F6686D
Complementary color
Monochromatic Colors of #F6686D
Black with #F6686D
Text Example
Text Example
White with #F6686D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6686D; }
p { color: rgb(246,104,109); }
H1.HeaderClassName
{
color: #F6686D;
}
.AnyTagClassName
{
color: #F6686D;
}
</style>
background-color css
<style>
a { background-color: #F6686D; }
a { background-color: rgb(246,104,109); }
div.DivClassName
{
background-color: #F6686D;
}
.BgClassName
{
background-color: #F6686D;
}
</style>
border-color css
<style>
span { border-color: #F6686D; }
span { border-color: rgb(246,104,109); }
td.TdClassName
{
border-color: #F6686D;
}
.TagClassName
{
border-color: #F6686D;
}
</style>