Shades of Froly #F16B6D
Tints of Froly #F16B6D
RGB
CMYK
RGB Variations
Color information
#F16B6D (or 0xF16B6D) is known color: Froly. HEX triplet: F1, 6B and 6D. RGB value is (241,107,109). Sum of RGB (Red+Green+Blue) = 241+107+109=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B6D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16B6D is #0E9492. Grayscale: #939393. Windows color (decimal): -955539 or 7171057. OLE color: 7171057.
HSL color Cylindrical-coordinate representation of color #F16B6D: hue angle of 359.1º 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 #F16B6D is Cyan = 0, Magento = 0.56, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 109 | - |
| CMYK | 0 | 0.56 | 0.55 | 0.05 |
| HSL | 359.1º | 0.83% | 0.68% | - |
| HSV(B) | 359.1º | 0.56% | 0.95% | - |
| XYZ | 44.29 | 30.32 | 17.99 | - |
| YUV | 147.29 | 106.39 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 109 | 0 | 0.56 | 0.55 | 0.05 | 359.1 | 0.83 | 0.68 |
| Hex | F1 | 6B | 6D | 0 | 38 | 37 | 5 | 167 | 53 | 44 |
| Octal | 361 | 153 | 155 | 0 | 70 | 67 | 5 | 547 | 123 | 104 |
| Binary | 11110001 | 1101011 | 1101101 | 0 | 111000 | 110111 | 101 | 101100111 | 1010011 | 1000100 |
Color Harmonies of #F16B6D
Complementary color
Monochromatic Colors of #F16B6D
Black with #F16B6D
Text Example
Text Example
White with #F16B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B6D; }
p { color: rgb(241,107,109); }
H1.HeaderClassName
{
color: #F16B6D;
}
.AnyTagClassName
{
color: #F16B6D;
}
</style>
background-color css
<style>
a { background-color: #F16B6D; }
a { background-color: rgb(241,107,109); }
div.DivClassName
{
background-color: #F16B6D;
}
.BgClassName
{
background-color: #F16B6D;
}
</style>
border-color css
<style>
span { border-color: #F16B6D; }
span { border-color: rgb(241,107,109); }
td.TdClassName
{
border-color: #F16B6D;
}
.TagClassName
{
border-color: #F16B6D;
}
</style>