Shades of Froly #F86C74
Tints of Froly #F86C74
RGB
CMYK
RGB Variations
Color information
#F86C74 (or 0xF86C74) is known color: Froly. HEX triplet: F8, 6C and 74. RGB value is (248,108,116). Sum of RGB (Red+Green+Blue) = 248+108+116=472 (62% of max value = 765). Red value is 248 (97.27% from 255 or 52.54% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 116 (45.70% from 255 or 24.58% from 472); Max value from RGB is 248 - color contains mainly: red. Hex color #F86C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F86C74 is #07938B. Grayscale: #969696. Windows color (decimal): -496524 or 7630072. OLE color: 7630072.
HSL color Cylindrical-coordinate representation of color #F86C74: hue angle of 356.57º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F86C74 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 108 | 116 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.03 |
| HSL | 356.57º | 0.91% | 0.7% | - |
| HSV(B) | 356.57º | 0.56% | 0.97% | - |
| XYZ | 47.23 | 31.94 | 20.2 | - |
| YUV | 150.77 | 108.38 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 108 | 116 | 0 | 0.56 | 0.53 | 0.03 | 356.57 | 0.91 | 0.7 |
| Hex | F8 | 6C | 74 | 0 | 38 | 35 | 3 | 165 | 5B | 46 |
| Octal | 370 | 154 | 164 | 0 | 70 | 65 | 3 | 545 | 133 | 106 |
| Binary | 11111000 | 1101100 | 1110100 | 0 | 111000 | 110101 | 11 | 101100101 | 1011011 | 1000110 |
Color Harmonies of #F86C74
Complementary color
Monochromatic Colors of #F86C74
Black with #F86C74
Text Example
Text Example
White with #F86C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F86C74; }
p { color: rgb(248,108,116); }
H1.HeaderClassName
{
color: #F86C74;
}
.AnyTagClassName
{
color: #F86C74;
}
</style>
background-color css
<style>
a { background-color: #F86C74; }
a { background-color: rgb(248,108,116); }
div.DivClassName
{
background-color: #F86C74;
}
.BgClassName
{
background-color: #F86C74;
}
</style>
border-color css
<style>
span { border-color: #F86C74; }
span { border-color: rgb(248,108,116); }
td.TdClassName
{
border-color: #F86C74;
}
.TagClassName
{
border-color: #F86C74;
}
</style>