Shades of Froly #F1696C
Tints of Froly #F1696C
RGB
CMYK
RGB Variations
Color information
#F1696C (or 0xF1696C) is known color: Froly. HEX triplet: F1, 69 and 6C. RGB value is (241,105,108). Sum of RGB (Red+Green+Blue) = 241+105+108=454 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.08% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 108 (42.58% from 255 or 23.79% from 454); Max value from RGB is 241 - color contains mainly: red. Hex color #F1696C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1696C is #0E9693. Grayscale: #929292. Windows color (decimal): -956052 or 7105009. OLE color: 7105009.
HSL color Cylindrical-coordinate representation of color #F1696C: hue angle of 358.68º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F1696C is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 108 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.05 |
| HSL | 358.68º | 0.83% | 0.68% | - |
| HSV(B) | 358.68º | 0.56% | 0.95% | - |
| XYZ | 44.03 | 29.89 | 17.64 | - |
| YUV | 146.01 | 106.56 | 195.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 108 | 0 | 0.56 | 0.55 | 0.05 | 358.68 | 0.83 | 0.68 |
| Hex | F1 | 69 | 6C | 0 | 38 | 37 | 5 | 167 | 53 | 44 |
| Octal | 361 | 151 | 154 | 0 | 70 | 67 | 5 | 547 | 123 | 104 |
| Binary | 11110001 | 1101001 | 1101100 | 0 | 111000 | 110111 | 101 | 101100111 | 1010011 | 1000100 |
Color Harmonies of #F1696C
Complementary color
Monochromatic Colors of #F1696C
Black with #F1696C
Text Example
Text Example
White with #F1696C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1696C; }
p { color: rgb(241,105,108); }
H1.HeaderClassName
{
color: #F1696C;
}
.AnyTagClassName
{
color: #F1696C;
}
</style>
background-color css
<style>
a { background-color: #F1696C; }
a { background-color: rgb(241,105,108); }
div.DivClassName
{
background-color: #F1696C;
}
.BgClassName
{
background-color: #F1696C;
}
</style>
border-color css
<style>
span { border-color: #F1696C; }
span { border-color: rgb(241,105,108); }
td.TdClassName
{
border-color: #F1696C;
}
.TagClassName
{
border-color: #F1696C;
}
</style>