Shades of Froly #F96E73
Tints of Froly #F96E73
RGB
CMYK
RGB Variations
Color information
#F96E73 (or 0xF96E73) is known color: Froly. HEX triplet: F9, 6E and 73. RGB value is (249,110,115). Sum of RGB (Red+Green+Blue) = 249+110+115=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 110 (43.36% from 255 or 23.21% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F96E73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F96E73 is #06918C. Grayscale: #989898. Windows color (decimal): -430477 or 7565049. OLE color: 7565049.
HSL color Cylindrical-coordinate representation of color #F96E73: hue angle of 357.84º 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 #F96E73 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 110 | 115 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.02 |
| HSL | 357.84º | 0.92% | 0.7% | - |
| HSV(B) | 357.84º | 0.56% | 0.98% | - |
| XYZ | 47.74 | 32.53 | 19.98 | - |
| YUV | 152.13 | 107.05 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 110 | 115 | 0 | 0.56 | 0.54 | 0.02 | 357.84 | 0.92 | 0.7 |
| Hex | F9 | 6E | 73 | 0 | 38 | 36 | 2 | 166 | 5C | 46 |
| Octal | 371 | 156 | 163 | 0 | 70 | 66 | 2 | 546 | 134 | 106 |
| Binary | 11111001 | 1101110 | 1110011 | 0 | 111000 | 110110 | 10 | 101100110 | 1011100 | 1000110 |
Color Harmonies of #F96E73
Complementary color
Monochromatic Colors of #F96E73
Black with #F96E73
Text Example
Text Example
White with #F96E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F96E73; }
p { color: rgb(249,110,115); }
H1.HeaderClassName
{
color: #F96E73;
}
.AnyTagClassName
{
color: #F96E73;
}
</style>
background-color css
<style>
a { background-color: #F96E73; }
a { background-color: rgb(249,110,115); }
div.DivClassName
{
background-color: #F96E73;
}
.BgClassName
{
background-color: #F96E73;
}
</style>
border-color css
<style>
span { border-color: #F96E73; }
span { border-color: rgb(249,110,115); }
td.TdClassName
{
border-color: #F96E73;
}
.TagClassName
{
border-color: #F96E73;
}
</style>