Shades of Froly #F47375
Tints of Froly #F47375
RGB
CMYK
RGB Variations
Color information
#F47375 (or 0xF47375) is known color: Froly. HEX triplet: F4, 73 and 75. RGB value is (244,115,117). Sum of RGB (Red+Green+Blue) = 244+115+117=476 (63% of max value = 765). Red value is 244 (95.70% from 255 or 51.26% from 476); Green value is 115 (45.31% from 255 or 24.16% from 476); Blue value is 117 (46.09% from 255 or 24.58% from 476); Max value from RGB is 244 - color contains mainly: red. Hex color #F47375 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F47375 is #0B8C8A. Grayscale: #999999. Windows color (decimal): -756875 or 7697396. OLE color: 7697396.
HSL color Cylindrical-coordinate representation of color #F47375: hue angle of 359.07º 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 #F47375 is Cyan = 0, Magento = 0.53, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 115 | 117 | - |
| CMYK | 0 | 0.53 | 0.52 | 0.04 |
| HSL | 359.07º | 0.85% | 0.7% | - |
| HSV(B) | 359.07º | 0.53% | 0.96% | - |
| XYZ | 46.65 | 32.78 | 20.7 | - |
| YUV | 153.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 115 | 117 | 0 | 0.53 | 0.52 | 0.04 | 359.07 | 0.85 | 0.7 |
| Hex | F4 | 73 | 75 | 0 | 35 | 34 | 4 | 167 | 55 | 46 |
| Octal | 364 | 163 | 165 | 0 | 65 | 64 | 4 | 547 | 125 | 106 |
| Binary | 11110100 | 1110011 | 1110101 | 0 | 110101 | 110100 | 100 | 101100111 | 1010101 | 1000110 |
Color Harmonies of #F47375
Complementary color
Monochromatic Colors of #F47375
Black with #F47375
Text Example
Text Example
White with #F47375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F47375; }
p { color: rgb(244,115,117); }
H1.HeaderClassName
{
color: #F47375;
}
.AnyTagClassName
{
color: #F47375;
}
</style>
background-color css
<style>
a { background-color: #F47375; }
a { background-color: rgb(244,115,117); }
div.DivClassName
{
background-color: #F47375;
}
.BgClassName
{
background-color: #F47375;
}
</style>
border-color css
<style>
span { border-color: #F47375; }
span { border-color: rgb(244,115,117); }
td.TdClassName
{
border-color: #F47375;
}
.TagClassName
{
border-color: #F47375;
}
</style>