Shades of Froly #F6686F
Tints of Froly #F6686F
RGB
CMYK
RGB Variations
Color information
#F6686F (or 0xF6686F) is known color: Froly. HEX triplet: F6, 68 and 6F. RGB value is (246,104,111). Sum of RGB (Red+Green+Blue) = 246+104+111=461 (61% of max value = 765). Red value is 246 (96.48% from 255 or 53.36% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 111 (43.75% from 255 or 24.08% from 461); Max value from RGB is 246 - color contains mainly: red. Hex color #F6686F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F6686F is #099790. Grayscale: #939393. Windows color (decimal): -628625 or 7301366. OLE color: 7301366.
HSL color Cylindrical-coordinate representation of color #F6686F: hue angle of 357.04º 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 #F6686F is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 104 | 111 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.04 |
| HSL | 357.04º | 0.89% | 0.69% | - |
| HSV(B) | 357.04º | 0.58% | 0.96% | - |
| XYZ | 45.83 | 30.64 | 18.54 | - |
| YUV | 147.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 104 | 111 | 0 | 0.58 | 0.55 | 0.04 | 357.04 | 0.89 | 0.69 |
| Hex | F6 | 68 | 6F | 0 | 3A | 37 | 4 | 165 | 59 | 45 |
| Octal | 366 | 150 | 157 | 0 | 72 | 67 | 4 | 545 | 131 | 105 |
| Binary | 11110110 | 1101000 | 1101111 | 0 | 111010 | 110111 | 100 | 101100101 | 1011001 | 1000101 |
Color Harmonies of #F6686F
Complementary color
Monochromatic Colors of #F6686F
Black with #F6686F
Text Example
Text Example
White with #F6686F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6686F; }
p { color: rgb(246,104,111); }
H1.HeaderClassName
{
color: #F6686F;
}
.AnyTagClassName
{
color: #F6686F;
}
</style>
background-color css
<style>
a { background-color: #F6686F; }
a { background-color: rgb(246,104,111); }
div.DivClassName
{
background-color: #F6686F;
}
.BgClassName
{
background-color: #F6686F;
}
</style>
border-color css
<style>
span { border-color: #F6686F; }
span { border-color: rgb(246,104,111); }
td.TdClassName
{
border-color: #F6686F;
}
.TagClassName
{
border-color: #F6686F;
}
</style>