Shades of Froly #F16264
Tints of Froly #F16264
RGB
CMYK
RGB Variations
Color information
#F16264 (or 0xF16264) is known color: Froly. HEX triplet: F1, 62 and 64. RGB value is (241,98,100). Sum of RGB (Red+Green+Blue) = 241+98+100=439 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.90% from 439); Green value is 98 (38.67% from 255 or 22.32% from 439); Blue value is 100 (39.45% from 255 or 22.78% from 439); Max value from RGB is 241 - color contains mainly: red. Hex color #F16264 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16264 is #0E9D9B. Grayscale: #8D8D8D. Windows color (decimal): -957852 or 6578929. OLE color: 6578929.
HSL color Cylindrical-coordinate representation of color #F16264: hue angle of 359.16º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F16264 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 98 | 100 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.05 |
| HSL | 359.16º | 0.84% | 0.66% | - |
| HSV(B) | 359.16º | 0.59% | 0.95% | - |
| XYZ | 42.94 | 28.36 | 15.27 | - |
| YUV | 140.99 | 104.88 | 199.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 98 | 100 | 0 | 0.59 | 0.59 | 0.05 | 359.16 | 0.84 | 0.66 |
| Hex | F1 | 62 | 64 | 0 | 3B | 3B | 5 | 167 | 54 | 42 |
| Octal | 361 | 142 | 144 | 0 | 73 | 73 | 5 | 547 | 124 | 102 |
| Binary | 11110001 | 1100010 | 1100100 | 0 | 111011 | 111011 | 101 | 101100111 | 1010100 | 1000010 |
Color Harmonies of #F16264
Complementary color
Monochromatic Colors of #F16264
Black with #F16264
Text Example
Text Example
White with #F16264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16264; }
p { color: rgb(241,98,100); }
H1.HeaderClassName
{
color: #F16264;
}
.AnyTagClassName
{
color: #F16264;
}
</style>
background-color css
<style>
a { background-color: #F16264; }
a { background-color: rgb(241,98,100); }
div.DivClassName
{
background-color: #F16264;
}
.BgClassName
{
background-color: #F16264;
}
</style>
border-color css
<style>
span { border-color: #F16264; }
span { border-color: rgb(241,98,100); }
td.TdClassName
{
border-color: #F16264;
}
.TagClassName
{
border-color: #F16264;
}
</style>