Shades of Froly #F16567
Tints of Froly #F16567
RGB
CMYK
RGB Variations
Color information
#F16567 (or 0xF16567) is known color: Froly. HEX triplet: F1, 65 and 67. RGB value is (241,101,103). Sum of RGB (Red+Green+Blue) = 241+101+103=445 (58% of max value = 765). Red value is 241 (94.53% from 255 or 54.16% from 445); Green value is 101 (39.84% from 255 or 22.70% from 445); Blue value is 103 (40.62% from 255 or 23.15% from 445); Max value from RGB is 241 - color contains mainly: red. Hex color #F16567 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16567 is #0E9A98. Grayscale: #8F8F8F. Windows color (decimal): -957081 or 6776305. OLE color: 6776305.
HSL color Cylindrical-coordinate representation of color #F16567: hue angle of 359.14º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F16567 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 103 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.05 |
| HSL | 359.14º | 0.83% | 0.67% | - |
| HSV(B) | 359.14º | 0.58% | 0.95% | - |
| XYZ | 43.38 | 28.99 | 16.14 | - |
| YUV | 143.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 103 | 0 | 0.58 | 0.57 | 0.05 | 359.14 | 0.83 | 0.67 |
| Hex | F1 | 65 | 67 | 0 | 3A | 39 | 5 | 167 | 53 | 43 |
| Octal | 361 | 145 | 147 | 0 | 72 | 71 | 5 | 547 | 123 | 103 |
| Binary | 11110001 | 1100101 | 1100111 | 0 | 111010 | 111001 | 101 | 101100111 | 1010011 | 1000011 |
Color Harmonies of #F16567
Complementary color
Monochromatic Colors of #F16567
Black with #F16567
Text Example
Text Example
White with #F16567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16567; }
p { color: rgb(241,101,103); }
H1.HeaderClassName
{
color: #F16567;
}
.AnyTagClassName
{
color: #F16567;
}
</style>
background-color css
<style>
a { background-color: #F16567; }
a { background-color: rgb(241,101,103); }
div.DivClassName
{
background-color: #F16567;
}
.BgClassName
{
background-color: #F16567;
}
</style>
border-color css
<style>
span { border-color: #F16567; }
span { border-color: rgb(241,101,103); }
td.TdClassName
{
border-color: #F16567;
}
.TagClassName
{
border-color: #F16567;
}
</style>