Shades of Froly #F1676D
Tints of Froly #F1676D
RGB
CMYK
RGB Variations
Color information
#F1676D (or 0xF1676D) is known color: Froly. HEX triplet: F1, 67 and 6D. RGB value is (241,103,109). Sum of RGB (Red+Green+Blue) = 241+103+109=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 103 (40.62% from 255 or 22.74% from 453); Blue value is 109 (42.97% from 255 or 24.06% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1676D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1676D is #0E9892. Grayscale: #919191. Windows color (decimal): -956563 or 7170033. OLE color: 7170033.
HSL color Cylindrical-coordinate representation of color #F1676D: hue angle of 357.39º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F1676D is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 109 | - |
| CMYK | 0 | 0.57 | 0.55 | 0.05 |
| HSL | 357.39º | 0.83% | 0.67% | - |
| HSV(B) | 357.39º | 0.57% | 0.95% | - |
| XYZ | 43.89 | 29.51 | 17.85 | - |
| YUV | 144.95 | 107.72 | 196.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 109 | 0 | 0.57 | 0.55 | 0.05 | 357.39 | 0.83 | 0.67 |
| Hex | F1 | 67 | 6D | 0 | 39 | 37 | 5 | 165 | 53 | 43 |
| Octal | 361 | 147 | 155 | 0 | 71 | 67 | 5 | 545 | 123 | 103 |
| Binary | 11110001 | 1100111 | 1101101 | 0 | 111001 | 110111 | 101 | 101100101 | 1010011 | 1000011 |
Color Harmonies of #F1676D
Complementary color
Monochromatic Colors of #F1676D
Black with #F1676D
Text Example
Text Example
White with #F1676D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1676D; }
p { color: rgb(241,103,109); }
H1.HeaderClassName
{
color: #F1676D;
}
.AnyTagClassName
{
color: #F1676D;
}
</style>
background-color css
<style>
a { background-color: #F1676D; }
a { background-color: rgb(241,103,109); }
div.DivClassName
{
background-color: #F1676D;
}
.BgClassName
{
background-color: #F1676D;
}
</style>
border-color css
<style>
span { border-color: #F1676D; }
span { border-color: rgb(241,103,109); }
td.TdClassName
{
border-color: #F1676D;
}
.TagClassName
{
border-color: #F1676D;
}
</style>