Shades of Froly #F1646E
Tints of Froly #F1646E
RGB
CMYK
RGB Variations
Color information
#F1646E (or 0xF1646E) is known color: Froly. HEX triplet: F1, 64 and 6E. RGB value is (241,100,110). Sum of RGB (Red+Green+Blue) = 241+100+110=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1646E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1646E is #0E9B91. Grayscale: #8F8F8F. Windows color (decimal): -957330 or 7234801. OLE color: 7234801.
HSL color Cylindrical-coordinate representation of color #F1646E: hue angle of 355.74º 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 #F1646E is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 100 | 110 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.05 |
| HSL | 355.74º | 0.83% | 0.67% | - |
| HSV(B) | 355.74º | 0.59% | 0.95% | - |
| XYZ | 43.65 | 28.94 | 18.04 | - |
| YUV | 143.3 | 109.21 | 197.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 100 | 110 | 0 | 0.59 | 0.54 | 0.05 | 355.74 | 0.83 | 0.67 |
| Hex | F1 | 64 | 6E | 0 | 3B | 36 | 5 | 164 | 53 | 43 |
| Octal | 361 | 144 | 156 | 0 | 73 | 66 | 5 | 544 | 123 | 103 |
| Binary | 11110001 | 1100100 | 1101110 | 0 | 111011 | 110110 | 101 | 101100100 | 1010011 | 1000011 |
Color Harmonies of #F1646E
Complementary color
Monochromatic Colors of #F1646E
Black with #F1646E
Text Example
Text Example
White with #F1646E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1646E; }
p { color: rgb(241,100,110); }
H1.HeaderClassName
{
color: #F1646E;
}
.AnyTagClassName
{
color: #F1646E;
}
</style>
background-color css
<style>
a { background-color: #F1646E; }
a { background-color: rgb(241,100,110); }
div.DivClassName
{
background-color: #F1646E;
}
.BgClassName
{
background-color: #F1646E;
}
</style>
border-color css
<style>
span { border-color: #F1646E; }
span { border-color: rgb(241,100,110); }
td.TdClassName
{
border-color: #F1646E;
}
.TagClassName
{
border-color: #F1646E;
}
</style>