Shades of Froly #F96C74
Tints of Froly #F96C74
RGB
CMYK
RGB Variations
Color information
#F96C74 (or 0xF96C74) is known color: Froly. HEX triplet: F9, 6C and 74. RGB value is (249,108,116). Sum of RGB (Red+Green+Blue) = 249+108+116=473 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.64% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 116 (45.70% from 255 or 24.52% from 473); Max value from RGB is 249 - color contains mainly: red. Hex color #F96C74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96C74 is #06938B. Grayscale: #979797. Windows color (decimal): -430988 or 7630073. OLE color: 7630073.
HSL color Cylindrical-coordinate representation of color #F96C74: hue angle of 356.6º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F96C74 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 108 | 116 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.02 |
| HSL | 356.6º | 0.92% | 0.7% | - |
| HSV(B) | 356.6º | 0.57% | 0.98% | - |
| XYZ | 47.58 | 32.13 | 20.22 | - |
| YUV | 151.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 108 | 116 | 0 | 0.57 | 0.53 | 0.02 | 356.6 | 0.92 | 0.7 |
| Hex | F9 | 6C | 74 | 0 | 39 | 35 | 2 | 165 | 5C | 46 |
| Octal | 371 | 154 | 164 | 0 | 71 | 65 | 2 | 545 | 134 | 106 |
| Binary | 11111001 | 1101100 | 1110100 | 0 | 111001 | 110101 | 10 | 101100101 | 1011100 | 1000110 |
Color Harmonies of #F96C74
Complementary color
Monochromatic Colors of #F96C74
Black with #F96C74
Text Example
Text Example
White with #F96C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96C74; }
p { color: rgb(249,108,116); }
H1.HeaderClassName
{
color: #F96C74;
}
.AnyTagClassName
{
color: #F96C74;
}
</style>
background-color css
<style>
a { background-color: #F96C74; }
a { background-color: rgb(249,108,116); }
div.DivClassName
{
background-color: #F96C74;
}
.BgClassName
{
background-color: #F96C74;
}
</style>
border-color css
<style>
span { border-color: #F96C74; }
span { border-color: rgb(249,108,116); }
td.TdClassName
{
border-color: #F96C74;
}
.TagClassName
{
border-color: #F96C74;
}
</style>