Shades of Froly #F67077
Tints of Froly #F67077
RGB
CMYK
RGB Variations
Color information
#F67077 (or 0xF67077) is known color: Froly. HEX triplet: F6, 70 and 77. RGB value is (246,112,119). Sum of RGB (Red+Green+Blue) = 246+112+119=477 (63% of max value = 765). Red value is 246 (96.48% from 255 or 51.57% from 477); Green value is 112 (44.14% from 255 or 23.48% from 477); Blue value is 119 (46.88% from 255 or 24.95% from 477); Max value from RGB is 246 - color contains mainly: red. Hex color #F67077 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F67077 is #098F88. Grayscale: #989898. Windows color (decimal): -626569 or 7827702. OLE color: 7827702.
HSL color Cylindrical-coordinate representation of color #F67077: hue angle of 356.87º 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 #F67077 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 112 | 119 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.04 |
| HSL | 356.87º | 0.88% | 0.7% | - |
| HSV(B) | 356.87º | 0.54% | 0.96% | - |
| XYZ | 47.13 | 32.51 | 21.24 | - |
| YUV | 152.86 | 108.89 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 112 | 119 | 0 | 0.54 | 0.52 | 0.04 | 356.87 | 0.88 | 0.7 |
| Hex | F6 | 70 | 77 | 0 | 36 | 34 | 4 | 165 | 58 | 46 |
| Octal | 366 | 160 | 167 | 0 | 66 | 64 | 4 | 545 | 130 | 106 |
| Binary | 11110110 | 1110000 | 1110111 | 0 | 110110 | 110100 | 100 | 101100101 | 1011000 | 1000110 |
Color Harmonies of #F67077
Complementary color
Monochromatic Colors of #F67077
Black with #F67077
Text Example
Text Example
White with #F67077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67077; }
p { color: rgb(246,112,119); }
H1.HeaderClassName
{
color: #F67077;
}
.AnyTagClassName
{
color: #F67077;
}
</style>
background-color css
<style>
a { background-color: #F67077; }
a { background-color: rgb(246,112,119); }
div.DivClassName
{
background-color: #F67077;
}
.BgClassName
{
background-color: #F67077;
}
</style>
border-color css
<style>
span { border-color: #F67077; }
span { border-color: rgb(246,112,119); }
td.TdClassName
{
border-color: #F67077;
}
.TagClassName
{
border-color: #F67077;
}
</style>