Shades of Froly #F1656B
Tints of Froly #F1656B
RGB
CMYK
RGB Variations
Color information
#F1656B (or 0xF1656B) is known color: Froly. HEX triplet: F1, 65 and 6B. RGB value is (241,101,107). Sum of RGB (Red+Green+Blue) = 241+101+107=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 101 (39.84% from 255 or 22.49% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1656B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1656B is #0E9A94. Grayscale: #8F8F8F. Windows color (decimal): -957077 or 7038449. OLE color: 7038449.
HSL color Cylindrical-coordinate representation of color #F1656B: hue angle of 357.43º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F1656B is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 107 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.05 |
| HSL | 357.43º | 0.83% | 0.67% | - |
| HSV(B) | 357.43º | 0.58% | 0.95% | - |
| XYZ | 43.58 | 29.07 | 17.22 | - |
| YUV | 143.54 | 107.38 | 197.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 107 | 0 | 0.58 | 0.56 | 0.05 | 357.43 | 0.83 | 0.67 |
| Hex | F1 | 65 | 6B | 0 | 3A | 38 | 5 | 165 | 53 | 43 |
| Octal | 361 | 145 | 153 | 0 | 72 | 70 | 5 | 545 | 123 | 103 |
| Binary | 11110001 | 1100101 | 1101011 | 0 | 111010 | 111000 | 101 | 101100101 | 1010011 | 1000011 |
Color Harmonies of #F1656B
Complementary color
Monochromatic Colors of #F1656B
Black with #F1656B
Text Example
Text Example
White with #F1656B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1656B; }
p { color: rgb(241,101,107); }
H1.HeaderClassName
{
color: #F1656B;
}
.AnyTagClassName
{
color: #F1656B;
}
</style>
background-color css
<style>
a { background-color: #F1656B; }
a { background-color: rgb(241,101,107); }
div.DivClassName
{
background-color: #F1656B;
}
.BgClassName
{
background-color: #F1656B;
}
</style>
border-color css
<style>
span { border-color: #F1656B; }
span { border-color: rgb(241,101,107); }
td.TdClassName
{
border-color: #F1656B;
}
.TagClassName
{
border-color: #F1656B;
}
</style>