Shades of Froly #F67173
Tints of Froly #F67173
RGB
CMYK
RGB Variations
Color information
#F67173 (or 0xF67173) is known color: Froly. HEX triplet: F6, 71 and 73. RGB value is (246,113,115). Sum of RGB (Red+Green+Blue) = 246+113+115=474 (62% of max value = 765). Red value is 246 (96.48% from 255 or 51.90% from 474); Green value is 113 (44.53% from 255 or 23.84% from 474); Blue value is 115 (45.31% from 255 or 24.26% from 474); Max value from RGB is 246 - color contains mainly: red. Hex color #F67173 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67173 is #098E8C. Grayscale: #999999. Windows color (decimal): -626317 or 7565814. OLE color: 7565814.
HSL color Cylindrical-coordinate representation of color #F67173: hue angle of 359.1º degrees, saturation: 0.88, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F67173 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 113 | 115 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.04 |
| HSL | 359.1º | 0.88% | 0.7% | - |
| HSV(B) | 359.1º | 0.54% | 0.96% | - |
| XYZ | 47.01 | 32.64 | 20.04 | - |
| YUV | 153 | 106.56 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 113 | 115 | 0 | 0.54 | 0.53 | 0.04 | 359.1 | 0.88 | 0.7 |
| Hex | F6 | 71 | 73 | 0 | 36 | 35 | 4 | 167 | 58 | 46 |
| Octal | 366 | 161 | 163 | 0 | 66 | 65 | 4 | 547 | 130 | 106 |
| Binary | 11110110 | 1110001 | 1110011 | 0 | 110110 | 110101 | 100 | 101100111 | 1011000 | 1000110 |
Color Harmonies of #F67173
Complementary color
Monochromatic Colors of #F67173
Black with #F67173
Text Example
Text Example
White with #F67173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67173; }
p { color: rgb(246,113,115); }
H1.HeaderClassName
{
color: #F67173;
}
.AnyTagClassName
{
color: #F67173;
}
</style>
background-color css
<style>
a { background-color: #F67173; }
a { background-color: rgb(246,113,115); }
div.DivClassName
{
background-color: #F67173;
}
.BgClassName
{
background-color: #F67173;
}
</style>
border-color css
<style>
span { border-color: #F67173; }
span { border-color: rgb(246,113,115); }
td.TdClassName
{
border-color: #F67173;
}
.TagClassName
{
border-color: #F67173;
}
</style>