Shades of Froly #F96E74
Tints of Froly #F96E74
RGB
CMYK
RGB Variations
Color information
#F96E74 (or 0xF96E74) is known color: Froly. HEX triplet: F9, 6E and 74. RGB value is (249,110,116). Sum of RGB (Red+Green+Blue) = 249+110+116=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 110 (43.36% from 255 or 23.16% from 475); Blue value is 116 (45.70% from 255 or 24.42% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E74 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E74 is #06918B. Grayscale: #989898. Windows color (decimal): -430476 or 7630585. OLE color: 7630585.
HSL color Cylindrical-coordinate representation of color #F96E74: hue angle of 357.41º 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 #F96E74 is Cyan = 0, Magento = 0.56, Yellow = 0.53 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 116 | - |
| CMYK | 0 | 0.56 | 0.53 | 0.02 |
| HSL | 357.41º | 0.92% | 0.7% | - |
| HSV(B) | 357.41º | 0.56% | 0.98% | - |
| XYZ | 47.8 | 32.55 | 20.29 | - |
| YUV | 152.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 116 | 0 | 0.56 | 0.53 | 0.02 | 357.41 | 0.92 | 0.7 |
| Hex | F9 | 6E | 74 | 0 | 38 | 35 | 2 | 165 | 5C | 46 |
| Octal | 371 | 156 | 164 | 0 | 70 | 65 | 2 | 545 | 134 | 106 |
| Binary | 11111001 | 1101110 | 1110100 | 0 | 111000 | 110101 | 10 | 101100101 | 1011100 | 1000110 |
Color Harmonies of #F96E74
Complementary color
Monochromatic Colors of #F96E74
Black with #F96E74
Text Example
Text Example
White with #F96E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E74; }
p { color: rgb(249,110,116); }
H1.HeaderClassName
{
color: #F96E74;
}
.AnyTagClassName
{
color: #F96E74;
}
</style>
background-color css
<style>
a { background-color: #F96E74; }
a { background-color: rgb(249,110,116); }
div.DivClassName
{
background-color: #F96E74;
}
.BgClassName
{
background-color: #F96E74;
}
</style>
border-color css
<style>
span { border-color: #F96E74; }
span { border-color: rgb(249,110,116); }
td.TdClassName
{
border-color: #F96E74;
}
.TagClassName
{
border-color: #F96E74;
}
</style>