Shades of Froly #F47376
Tints of Froly #F47376
RGB
CMYK
RGB Variations
Color information
#F47376 (or 0xF47376) is known color: Froly. HEX triplet: F4, 73 and 76. RGB value is (244,115,118). Sum of RGB (Red+Green+Blue) = 244+115+118=477 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.15% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 118 (46.48% from 255 or 24.74% from 477); Max value from RGB is 244 - color contains mainly: red. Hex color #F47376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47376 is #0B8C89. Grayscale: #9A9A9A. Windows color (decimal): -756874 or 7762932. OLE color: 7762932.
HSL color Cylindrical-coordinate representation of color #F47376: hue angle of 358.6º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F47376 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 118 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.04 |
| HSL | 358.6º | 0.85% | 0.7% | - |
| HSV(B) | 358.6º | 0.53% | 0.96% | - |
| XYZ | 46.71 | 32.8 | 21.01 | - |
| YUV | 153.91 | 107.74 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 118 | 0 | 0.53 | 0.52 | 0.04 | 358.6 | 0.85 | 0.7 |
| Hex | F4 | 73 | 76 | 0 | 35 | 34 | 4 | 167 | 55 | 46 |
| Octal | 364 | 163 | 166 | 0 | 65 | 64 | 4 | 547 | 125 | 106 |
| Binary | 11110100 | 1110011 | 1110110 | 0 | 110101 | 110100 | 100 | 101100111 | 1010101 | 1000110 |
Color Harmonies of #F47376
Complementary color
Monochromatic Colors of #F47376
Black with #F47376
Text Example
Text Example
White with #F47376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47376; }
p { color: rgb(244,115,118); }
H1.HeaderClassName
{
color: #F47376;
}
.AnyTagClassName
{
color: #F47376;
}
</style>
background-color css
<style>
a { background-color: #F47376; }
a { background-color: rgb(244,115,118); }
div.DivClassName
{
background-color: #F47376;
}
.BgClassName
{
background-color: #F47376;
}
</style>
border-color css
<style>
span { border-color: #F47376; }
span { border-color: rgb(244,115,118); }
td.TdClassName
{
border-color: #F47376;
}
.TagClassName
{
border-color: #F47376;
}
</style>