Shades of Froly #F16065
Tints of Froly #F16065
RGB
CMYK
RGB Variations
Color information
#F16065 (or 0xF16065) is known color: Froly. HEX triplet: F1, 60 and 65. RGB value is (241,96,101). Sum of RGB (Red+Green+Blue) = 241+96+101=438 (58% of max value = 765). Red value is 241 (94.53% from 255 or 55.02% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 101 (39.84% from 255 or 23.06% from 438); Max value from RGB is 241 - color contains mainly: red. Hex color #F16065 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16065 is #0E9F9A. Grayscale: #8C8C8C. Windows color (decimal): -958363 or 6643953. OLE color: 6643953.
HSL color Cylindrical-coordinate representation of color #F16065: hue angle of 357.93º 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 #F16065 is Cyan = 0, Magento = 0.60, Yellow = 0.58 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 96 | 101 | - |
| CMYK | 0 | 0.60 | 0.58 | 0.05 |
| HSL | 357.93º | 0.84% | 0.66% | - |
| HSV(B) | 357.93º | 0.6% | 0.95% | - |
| XYZ | 42.81 | 28.01 | 15.46 | - |
| YUV | 139.93 | 106.04 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 96 | 101 | 0 | 0.60 | 0.58 | 0.05 | 357.93 | 0.84 | 0.66 |
| Hex | F1 | 60 | 65 | 0 | 3C | 3A | 5 | 166 | 54 | 42 |
| Octal | 361 | 140 | 145 | 0 | 74 | 72 | 5 | 546 | 124 | 102 |
| Binary | 11110001 | 1100000 | 1100101 | 0 | 111100 | 111010 | 101 | 101100110 | 1010100 | 1000010 |
Color Harmonies of #F16065
Complementary color
Monochromatic Colors of #F16065
Black with #F16065
Text Example
Text Example
White with #F16065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16065; }
p { color: rgb(241,96,101); }
H1.HeaderClassName
{
color: #F16065;
}
.AnyTagClassName
{
color: #F16065;
}
</style>
background-color css
<style>
a { background-color: #F16065; }
a { background-color: rgb(241,96,101); }
div.DivClassName
{
background-color: #F16065;
}
.BgClassName
{
background-color: #F16065;
}
</style>
border-color css
<style>
span { border-color: #F16065; }
span { border-color: rgb(241,96,101); }
td.TdClassName
{
border-color: #F16065;
}
.TagClassName
{
border-color: #F16065;
}
</style>