Shades of Froly #F96D74
Tints of Froly #F96D74
RGB
CMYK
RGB Variations
Color information
#F96D74 (or 0xF96D74) is known color: Froly. HEX triplet: F9, 6D and 74. RGB value is (249,109,116). Sum of RGB (Red+Green+Blue) = 249+109+116=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 109 (42.97% from 255 or 23.00% from 474); Blue value is 116 (45.70% from 255 or 24.47% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F96D74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96D74 is #06928B. Grayscale: #979797. Windows color (decimal): -430732 or 7630329. OLE color: 7630329.
HSL color Cylindrical-coordinate representation of color #F96D74: hue angle of 357º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F96D74 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 109 | 116 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.02 |
| HSL | 357º | 0.92% | 0.7% | - |
| HSV(B) | 357º | 0.56% | 0.98% | - |
| XYZ | 47.69 | 32.34 | 20.25 | - |
| YUV | 151.66 | 107.88 | 197.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 109 | 116 | 0 | 0.56 | 0.53 | 0.02 | 357 | 0.92 | 0.7 |
| Hex | F9 | 6D | 74 | 0 | 38 | 35 | 2 | 165 | 5C | 46 |
| Octal | 371 | 155 | 164 | 0 | 70 | 65 | 2 | 545 | 134 | 106 |
| Binary | 11111001 | 1101101 | 1110100 | 0 | 111000 | 110101 | 10 | 101100101 | 1011100 | 1000110 |
Color Harmonies of #F96D74
Complementary color
Monochromatic Colors of #F96D74
Black with #F96D74
Text Example
Text Example
White with #F96D74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96D74; }
p { color: rgb(249,109,116); }
H1.HeaderClassName
{
color: #F96D74;
}
.AnyTagClassName
{
color: #F96D74;
}
</style>
background-color css
<style>
a { background-color: #F96D74; }
a { background-color: rgb(249,109,116); }
div.DivClassName
{
background-color: #F96D74;
}
.BgClassName
{
background-color: #F96D74;
}
</style>
border-color css
<style>
span { border-color: #F96D74; }
span { border-color: rgb(249,109,116); }
td.TdClassName
{
border-color: #F96D74;
}
.TagClassName
{
border-color: #F96D74;
}
</style>