Shades of Froly #F1696A
Tints of Froly #F1696A
RGB
CMYK
RGB Variations
Color information
#F1696A (or 0xF1696A) is known color: Froly. HEX triplet: F1, 69 and 6A. RGB value is (241,105,106). Sum of RGB (Red+Green+Blue) = 241+105+106=452 (59% of max value = 765). Red value is 241 (94.53% from 255 or 53.32% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 106 (41.80% from 255 or 23.45% from 452); Max value from RGB is 241 - color contains mainly: red. Hex color #F1696A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1696A is #0E9695. Grayscale: #919191. Windows color (decimal): -956054 or 6973937. OLE color: 6973937.
HSL color Cylindrical-coordinate representation of color #F1696A: hue angle of 359.56º 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 #F1696A is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 105 | 106 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.05 |
| HSL | 359.56º | 0.83% | 0.68% | - |
| HSV(B) | 359.56º | 0.56% | 0.95% | - |
| XYZ | 43.93 | 29.84 | 17.08 | - |
| YUV | 145.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 105 | 106 | 0 | 0.56 | 0.56 | 0.05 | 359.56 | 0.83 | 0.68 |
| Hex | F1 | 69 | 6A | 0 | 38 | 38 | 5 | 168 | 53 | 44 |
| Octal | 361 | 151 | 152 | 0 | 70 | 70 | 5 | 550 | 123 | 104 |
| Binary | 11110001 | 1101001 | 1101010 | 0 | 111000 | 111000 | 101 | 101101000 | 1010011 | 1000100 |
Color Harmonies of #F1696A
Complementary color
Monochromatic Colors of #F1696A
Black with #F1696A
Text Example
Text Example
White with #F1696A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1696A; }
p { color: rgb(241,105,106); }
H1.HeaderClassName
{
color: #F1696A;
}
.AnyTagClassName
{
color: #F1696A;
}
</style>
background-color css
<style>
a { background-color: #F1696A; }
a { background-color: rgb(241,105,106); }
div.DivClassName
{
background-color: #F1696A;
}
.BgClassName
{
background-color: #F1696A;
}
</style>
border-color css
<style>
span { border-color: #F1696A; }
span { border-color: rgb(241,105,106); }
td.TdClassName
{
border-color: #F1696A;
}
.TagClassName
{
border-color: #F1696A;
}
</style>