Shades of Froly #F1696B
Tints of Froly #F1696B
RGB
CMYK
RGB Variations
Color information
#F1696B (or 0xF1696B) is known color: Froly. HEX triplet: F1, 69 and 6B. RGB value is (241,105,107). Sum of RGB (Red+Green+Blue) = 241+105+107=453 (60% of max value = 765). Red value is 241 (94.53% from 255 or 53.20% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 241 - color contains mainly: red. Hex color #F1696B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1696B is #0E9694. Grayscale: #929292. Windows color (decimal): -956053 or 7039473. OLE color: 7039473.
HSL color Cylindrical-coordinate representation of color #F1696B: hue angle of 359.12º 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 #F1696B is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 107 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.05 |
| HSL | 359.12º | 0.83% | 0.68% | - |
| HSV(B) | 359.12º | 0.56% | 0.95% | - |
| XYZ | 43.98 | 29.87 | 17.36 | - |
| YUV | 145.89 | 106.06 | 195.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 107 | 0 | 0.56 | 0.56 | 0.05 | 359.12 | 0.83 | 0.68 |
| Hex | F1 | 69 | 6B | 0 | 38 | 38 | 5 | 167 | 53 | 44 |
| Octal | 361 | 151 | 153 | 0 | 70 | 70 | 5 | 547 | 123 | 104 |
| Binary | 11110001 | 1101001 | 1101011 | 0 | 111000 | 111000 | 101 | 101100111 | 1010011 | 1000100 |
Color Harmonies of #F1696B
Complementary color
Monochromatic Colors of #F1696B
Black with #F1696B
Text Example
Text Example
White with #F1696B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1696B; }
p { color: rgb(241,105,107); }
H1.HeaderClassName
{
color: #F1696B;
}
.AnyTagClassName
{
color: #F1696B;
}
</style>
background-color css
<style>
a { background-color: #F1696B; }
a { background-color: rgb(241,105,107); }
div.DivClassName
{
background-color: #F1696B;
}
.BgClassName
{
background-color: #F1696B;
}
</style>
border-color css
<style>
span { border-color: #F1696B; }
span { border-color: rgb(241,105,107); }
td.TdClassName
{
border-color: #F1696B;
}
.TagClassName
{
border-color: #F1696B;
}
</style>