Shades of Froly #F8686B
Tints of Froly #F8686B
RGB
CMYK
RGB Variations
Color information
#F8686B (or 0xF8686B) is known color: Froly. HEX triplet: F8, 68 and 6B. RGB value is (248,104,107). Sum of RGB (Red+Green+Blue) = 248+104+107=459 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.03% from 459); Green value is 104 (41.02% from 255 or 22.66% from 459); Blue value is 107 (42.19% from 255 or 23.31% from 459); Max value from RGB is 248 - color contains mainly: red. Hex color #F8686B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F8686B is #079794. Grayscale: #939393. Windows color (decimal): -497557 or 7039224. OLE color: 7039224.
HSL color Cylindrical-coordinate representation of color #F8686B: hue angle of 358.75º degrees, saturation: 0.91, 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 #F8686B is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 104 | 107 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.03 |
| HSL | 358.75º | 0.91% | 0.69% | - |
| HSV(B) | 358.75º | 0.58% | 0.97% | - |
| XYZ | 46.32 | 30.92 | 17.44 | - |
| YUV | 147.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 104 | 107 | 0 | 0.58 | 0.57 | 0.03 | 358.75 | 0.91 | 0.69 |
| Hex | F8 | 68 | 6B | 0 | 3A | 39 | 3 | 167 | 5B | 45 |
| Octal | 370 | 150 | 153 | 0 | 72 | 71 | 3 | 547 | 133 | 105 |
| Binary | 11111000 | 1101000 | 1101011 | 0 | 111010 | 111001 | 11 | 101100111 | 1011011 | 1000101 |
Color Harmonies of #F8686B
Complementary color
Monochromatic Colors of #F8686B
Black with #F8686B
Text Example
Text Example
White with #F8686B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8686B; }
p { color: rgb(248,104,107); }
H1.HeaderClassName
{
color: #F8686B;
}
.AnyTagClassName
{
color: #F8686B;
}
</style>
background-color css
<style>
a { background-color: #F8686B; }
a { background-color: rgb(248,104,107); }
div.DivClassName
{
background-color: #F8686B;
}
.BgClassName
{
background-color: #F8686B;
}
</style>
border-color css
<style>
span { border-color: #F8686B; }
span { border-color: rgb(248,104,107); }
td.TdClassName
{
border-color: #F8686B;
}
.TagClassName
{
border-color: #F8686B;
}
</style>