Shades of Froly #F1646C
Tints of Froly #F1646C
RGB
CMYK
RGB Variations
Color information
#F1646C (or 0xF1646C) is known color: Froly. HEX triplet: F1, 64 and 6C. RGB value is (241,100,108). Sum of RGB (Red+Green+Blue) = 241+100+108=449 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.67% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 241 - color contains mainly: red. Hex color #F1646C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1646C is #0E9B93. Grayscale: #8F8F8F. Windows color (decimal): -957332 or 7103729. OLE color: 7103729.
HSL color Cylindrical-coordinate representation of color #F1646C: hue angle of 356.6º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F1646C is Cyan = 0, Magento = 0.59, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 108 | - |
| CMYK | 0 | 0.59 | 0.55 | 0.05 |
| HSL | 356.6º | 0.83% | 0.67% | - |
| HSV(B) | 356.6º | 0.59% | 0.95% | - |
| XYZ | 43.54 | 28.9 | 17.47 | - |
| YUV | 143.07 | 108.21 | 197.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 108 | 0 | 0.59 | 0.55 | 0.05 | 356.6 | 0.83 | 0.67 |
| Hex | F1 | 64 | 6C | 0 | 3B | 37 | 5 | 165 | 53 | 43 |
| Octal | 361 | 144 | 154 | 0 | 73 | 67 | 5 | 545 | 123 | 103 |
| Binary | 11110001 | 1100100 | 1101100 | 0 | 111011 | 110111 | 101 | 101100101 | 1010011 | 1000011 |
Color Harmonies of #F1646C
Complementary color
Monochromatic Colors of #F1646C
Black with #F1646C
Text Example
Text Example
White with #F1646C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1646C; }
p { color: rgb(241,100,108); }
H1.HeaderClassName
{
color: #F1646C;
}
.AnyTagClassName
{
color: #F1646C;
}
</style>
background-color css
<style>
a { background-color: #F1646C; }
a { background-color: rgb(241,100,108); }
div.DivClassName
{
background-color: #F1646C;
}
.BgClassName
{
background-color: #F1646C;
}
</style>
border-color css
<style>
span { border-color: #F1646C; }
span { border-color: rgb(241,100,108); }
td.TdClassName
{
border-color: #F1646C;
}
.TagClassName
{
border-color: #F1646C;
}
</style>