Shades of Froly #F37071
Tints of Froly #F37071
RGB
CMYK
RGB Variations
Color information
#F37071 (or 0xF37071) is known color: Froly. HEX triplet: F3, 70 and 71. RGB value is (243,112,113). Sum of RGB (Red+Green+Blue) = 243+112+113=468 (61% of max value = 765). Red value is 243 (95.31% from 255 or 51.92% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 113 (44.53% from 255 or 24.15% from 468); Max value from RGB is 243 - color contains mainly: red. Hex color #F37071 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F37071 is #0C8F8E. Grayscale: #979797. Windows color (decimal): -823183 or 7434483. OLE color: 7434483.
HSL color Cylindrical-coordinate representation of color #F37071: hue angle of 359.54º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F37071 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 112 | 113 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.05 |
| HSL | 359.54º | 0.85% | 0.7% | - |
| HSV(B) | 359.54º | 0.54% | 0.95% | - |
| XYZ | 45.74 | 31.84 | 19.36 | - |
| YUV | 151.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 112 | 113 | 0 | 0.54 | 0.53 | 0.05 | 359.54 | 0.85 | 0.7 |
| Hex | F3 | 70 | 71 | 0 | 36 | 35 | 5 | 168 | 55 | 46 |
| Octal | 363 | 160 | 161 | 0 | 66 | 65 | 5 | 550 | 125 | 106 |
| Binary | 11110011 | 1110000 | 1110001 | 0 | 110110 | 110101 | 101 | 101101000 | 1010101 | 1000110 |
Color Harmonies of #F37071
Complementary color
Monochromatic Colors of #F37071
Black with #F37071
Text Example
Text Example
White with #F37071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F37071; }
p { color: rgb(243,112,113); }
H1.HeaderClassName
{
color: #F37071;
}
.AnyTagClassName
{
color: #F37071;
}
</style>
background-color css
<style>
a { background-color: #F37071; }
a { background-color: rgb(243,112,113); }
div.DivClassName
{
background-color: #F37071;
}
.BgClassName
{
background-color: #F37071;
}
</style>
border-color css
<style>
span { border-color: #F37071; }
span { border-color: rgb(243,112,113); }
td.TdClassName
{
border-color: #F37071;
}
.TagClassName
{
border-color: #F37071;
}
</style>