Shades of Froly #F7686C
Tints of Froly #F7686C
RGB
CMYK
RGB Variations
Color information
#F7686C (or 0xF7686C) is known color: Froly. HEX triplet: F7, 68 and 6C. RGB value is (247,104,108). Sum of RGB (Red+Green+Blue) = 247+104+108=459 (60% of max value = 765). Red value is 247 (96.88% from 255 or 53.81% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 108 (42.58% from 255 or 23.53% from 459); Max value from RGB is 247 - color contains mainly: red. Hex color #F7686C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F7686C is #089793. Grayscale: #939393. Windows color (decimal): -563092 or 7104759. OLE color: 7104759.
HSL color Cylindrical-coordinate representation of color #F7686C: hue angle of 358.32º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F7686C is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 247 | 104 | 108 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.03 |
| HSL | 358.32º | 0.9% | 0.69% | - |
| HSV(B) | 358.32º | 0.58% | 0.97% | - |
| XYZ | 46.01 | 30.76 | 17.7 | - |
| YUV | 147.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 247 | 104 | 108 | 0 | 0.58 | 0.56 | 0.03 | 358.32 | 0.9 | 0.69 |
| Hex | F7 | 68 | 6C | 0 | 3A | 38 | 3 | 166 | 5A | 45 |
| Octal | 367 | 150 | 154 | 0 | 72 | 70 | 3 | 546 | 132 | 105 |
| Binary | 11110111 | 1101000 | 1101100 | 0 | 111010 | 111000 | 11 | 101100110 | 1011010 | 1000101 |
Color Harmonies of #F7686C
Complementary color
Monochromatic Colors of #F7686C
Black with #F7686C
Text Example
Text Example
White with #F7686C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F7686C; }
p { color: rgb(247,104,108); }
H1.HeaderClassName
{
color: #F7686C;
}
.AnyTagClassName
{
color: #F7686C;
}
</style>
background-color css
<style>
a { background-color: #F7686C; }
a { background-color: rgb(247,104,108); }
div.DivClassName
{
background-color: #F7686C;
}
.BgClassName
{
background-color: #F7686C;
}
</style>
border-color css
<style>
span { border-color: #F7686C; }
span { border-color: rgb(247,104,108); }
td.TdClassName
{
border-color: #F7686C;
}
.TagClassName
{
border-color: #F7686C;
}
</style>