Shades of Froly #F1676B
Tints of Froly #F1676B
RGB
CMYK
RGB Variations
Color information
#F1676B (or 0xF1676B) is known color: Froly. HEX triplet: F1, 67 and 6B. RGB value is (241,103,107). Sum of RGB (Red+Green+Blue) = 241+103+107=451 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.44% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 107 (42.19% from 255 or 23.73% from 451); Max value from RGB is 241 - color contains mainly: red. Hex color #F1676B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1676B is #0E9894. Grayscale: #909090. Windows color (decimal): -956565 or 7038961. OLE color: 7038961.
HSL color Cylindrical-coordinate representation of color #F1676B: hue angle of 358.26º 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 #F1676B is Cyan = 0, Magento = 0.57, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 107 | - |
| CMYK | 0 | 0.57 | 0.56 | 0.05 |
| HSL | 358.26º | 0.83% | 0.67% | - |
| HSV(B) | 358.26º | 0.57% | 0.95% | - |
| XYZ | 43.78 | 29.46 | 17.29 | - |
| YUV | 144.72 | 106.72 | 196.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 107 | 0 | 0.57 | 0.56 | 0.05 | 358.26 | 0.83 | 0.67 |
| Hex | F1 | 67 | 6B | 0 | 39 | 38 | 5 | 166 | 53 | 43 |
| Octal | 361 | 147 | 153 | 0 | 71 | 70 | 5 | 546 | 123 | 103 |
| Binary | 11110001 | 1100111 | 1101011 | 0 | 111001 | 111000 | 101 | 101100110 | 1010011 | 1000011 |
Color Harmonies of #F1676B
Complementary color
Monochromatic Colors of #F1676B
Black with #F1676B
Text Example
Text Example
White with #F1676B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1676B; }
p { color: rgb(241,103,107); }
H1.HeaderClassName
{
color: #F1676B;
}
.AnyTagClassName
{
color: #F1676B;
}
</style>
background-color css
<style>
a { background-color: #F1676B; }
a { background-color: rgb(241,103,107); }
div.DivClassName
{
background-color: #F1676B;
}
.BgClassName
{
background-color: #F1676B;
}
</style>
border-color css
<style>
span { border-color: #F1676B; }
span { border-color: rgb(241,103,107); }
td.TdClassName
{
border-color: #F1676B;
}
.TagClassName
{
border-color: #F1676B;
}
</style>