Shades of Froly #F16064
Tints of Froly #F16064
RGB
CMYK
RGB Variations
Color information
#F16064 (or 0xF16064) is known color: Froly. HEX triplet: F1, 60 and 64. RGB value is (241,96,100). Sum of RGB (Red+Green+Blue) = 241+96+100=437 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.15% from 437); Green value is 96 (37.89% from 255 or 21.97% from 437); Blue value is 100 (39.45% from 255 or 22.88% from 437); Max value from RGB is 241 - color contains mainly: red. Hex color #F16064 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16064 is #0E9F9B. Grayscale: #8B8B8B. Windows color (decimal): -958364 or 6578417. OLE color: 6578417.
HSL color Cylindrical-coordinate representation of color #F16064: hue angle of 358.34º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #F16064 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 100 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.05 |
| HSL | 358.34º | 0.84% | 0.66% | - |
| HSV(B) | 358.34º | 0.6% | 0.95% | - |
| XYZ | 42.76 | 27.99 | 15.2 | - |
| YUV | 139.81 | 105.54 | 200.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 100 | 0 | 0.60 | 0.59 | 0.05 | 358.34 | 0.84 | 0.66 |
| Hex | F1 | 60 | 64 | 0 | 3C | 3B | 5 | 166 | 54 | 42 |
| Octal | 361 | 140 | 144 | 0 | 74 | 73 | 5 | 546 | 124 | 102 |
| Binary | 11110001 | 1100000 | 1100100 | 0 | 111100 | 111011 | 101 | 101100110 | 1010100 | 1000010 |
Color Harmonies of #F16064
Complementary color
Monochromatic Colors of #F16064
Black with #F16064
Text Example
Text Example
White with #F16064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16064; }
p { color: rgb(241,96,100); }
H1.HeaderClassName
{
color: #F16064;
}
.AnyTagClassName
{
color: #F16064;
}
</style>
background-color css
<style>
a { background-color: #F16064; }
a { background-color: rgb(241,96,100); }
div.DivClassName
{
background-color: #F16064;
}
.BgClassName
{
background-color: #F16064;
}
</style>
border-color css
<style>
span { border-color: #F16064; }
span { border-color: rgb(241,96,100); }
td.TdClassName
{
border-color: #F16064;
}
.TagClassName
{
border-color: #F16064;
}
</style>