Shades of Froly #F86A6E
Tints of Froly #F86A6E
RGB
CMYK
RGB Variations
Color information
#F86A6E (or 0xF86A6E) is known color: Froly. HEX triplet: F8, 6A and 6E. RGB value is (248,106,110). Sum of RGB (Red+Green+Blue) = 248+106+110=464 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.45% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 110 (43.36% from 255 or 23.71% from 464); Max value from RGB is 248 - color contains mainly: red. Hex color #F86A6E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86A6E is #079591. Grayscale: #959595. Windows color (decimal): -497042 or 7236344. OLE color: 7236344.
HSL color Cylindrical-coordinate representation of color #F86A6E: hue angle of 358.31º degrees, saturation: 0.91, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F86A6E is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 106 | 110 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.03 |
| HSL | 358.31º | 0.91% | 0.69% | - |
| HSV(B) | 358.31º | 0.57% | 0.97% | - |
| XYZ | 46.68 | 31.39 | 18.35 | - |
| YUV | 148.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 106 | 110 | 0 | 0.57 | 0.56 | 0.03 | 358.31 | 0.91 | 0.69 |
| Hex | F8 | 6A | 6E | 0 | 39 | 38 | 3 | 166 | 5B | 45 |
| Octal | 370 | 152 | 156 | 0 | 71 | 70 | 3 | 546 | 133 | 105 |
| Binary | 11111000 | 1101010 | 1101110 | 0 | 111001 | 111000 | 11 | 101100110 | 1011011 | 1000101 |
Color Harmonies of #F86A6E
Complementary color
Monochromatic Colors of #F86A6E
Black with #F86A6E
Text Example
Text Example
White with #F86A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86A6E; }
p { color: rgb(248,106,110); }
H1.HeaderClassName
{
color: #F86A6E;
}
.AnyTagClassName
{
color: #F86A6E;
}
</style>
background-color css
<style>
a { background-color: #F86A6E; }
a { background-color: rgb(248,106,110); }
div.DivClassName
{
background-color: #F86A6E;
}
.BgClassName
{
background-color: #F86A6E;
}
</style>
border-color css
<style>
span { border-color: #F86A6E; }
span { border-color: rgb(248,106,110); }
td.TdClassName
{
border-color: #F86A6E;
}
.TagClassName
{
border-color: #F86A6E;
}
</style>