Shades of Froly #F37478
Tints of Froly #F37478
RGB
CMYK
RGB Variations
Color information
#F37478 (or 0xF37478) is known color: Froly. HEX triplet: F3, 74 and 78. RGB value is (243,116,120). Sum of RGB (Red+Green+Blue) = 243+116+120=479 (63% of max value = 765). Red value is 243 (95.31% from 255 or 50.73% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 120 (47.27% from 255 or 25.05% from 479); Max value from RGB is 243 - color contains mainly: red. Hex color #F37478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37478 is #0C8B87. Grayscale: #9A9A9A. Windows color (decimal): -822152 or 7894259. OLE color: 7894259.
HSL color Cylindrical-coordinate representation of color #F37478: hue angle of 358.11º degrees, saturation: 0.84, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F37478 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 116 | 120 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.05 |
| HSL | 358.11º | 0.84% | 0.7% | - |
| HSV(B) | 358.11º | 0.52% | 0.95% | - |
| XYZ | 46.6 | 32.9 | 21.66 | - |
| YUV | 154.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 116 | 120 | 0 | 0.52 | 0.51 | 0.05 | 358.11 | 0.84 | 0.7 |
| Hex | F3 | 74 | 78 | 0 | 34 | 33 | 5 | 166 | 54 | 46 |
| Octal | 363 | 164 | 170 | 0 | 64 | 63 | 5 | 546 | 124 | 106 |
| Binary | 11110011 | 1110100 | 1111000 | 0 | 110100 | 110011 | 101 | 101100110 | 1010100 | 1000110 |
Color Harmonies of #F37478
Complementary color
Monochromatic Colors of #F37478
Black with #F37478
Text Example
Text Example
White with #F37478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37478; }
p { color: rgb(243,116,120); }
H1.HeaderClassName
{
color: #F37478;
}
.AnyTagClassName
{
color: #F37478;
}
</style>
background-color css
<style>
a { background-color: #F37478; }
a { background-color: rgb(243,116,120); }
div.DivClassName
{
background-color: #F37478;
}
.BgClassName
{
background-color: #F37478;
}
</style>
border-color css
<style>
span { border-color: #F37478; }
span { border-color: rgb(243,116,120); }
td.TdClassName
{
border-color: #F37478;
}
.TagClassName
{
border-color: #F37478;
}
</style>