Shades of Froly #F16568
Tints of Froly #F16568
RGB
CMYK
RGB Variations
Color information
#F16568 (or 0xF16568) is known color: Froly. HEX triplet: F1, 65 and 68. RGB value is (241,101,104). Sum of RGB (Red+Green+Blue) = 241+101+104=446 (59% of max value = 765). Red value is 241 (94.53% from 255 or 54.04% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 104 (41.02% from 255 or 23.32% from 446); Max value from RGB is 241 - color contains mainly: red. Hex color #F16568 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16568 is #0E9A97. Grayscale: #8F8F8F. Windows color (decimal): -957080 or 6841841. OLE color: 6841841.
HSL color Cylindrical-coordinate representation of color #F16568: hue angle of 358.71º 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 #F16568 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 104 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.05 |
| HSL | 358.71º | 0.83% | 0.67% | - |
| HSV(B) | 358.71º | 0.58% | 0.95% | - |
| XYZ | 43.43 | 29.01 | 16.41 | - |
| YUV | 143.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 104 | 0 | 0.58 | 0.57 | 0.05 | 358.71 | 0.83 | 0.67 |
| Hex | F1 | 65 | 68 | 0 | 3A | 39 | 5 | 167 | 53 | 43 |
| Octal | 361 | 145 | 150 | 0 | 72 | 71 | 5 | 547 | 123 | 103 |
| Binary | 11110001 | 1100101 | 1101000 | 0 | 111010 | 111001 | 101 | 101100111 | 1010011 | 1000011 |
Color Harmonies of #F16568
Complementary color
Monochromatic Colors of #F16568
Black with #F16568
Text Example
Text Example
White with #F16568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16568; }
p { color: rgb(241,101,104); }
H1.HeaderClassName
{
color: #F16568;
}
.AnyTagClassName
{
color: #F16568;
}
</style>
background-color css
<style>
a { background-color: #F16568; }
a { background-color: rgb(241,101,104); }
div.DivClassName
{
background-color: #F16568;
}
.BgClassName
{
background-color: #F16568;
}
</style>
border-color css
<style>
span { border-color: #F16568; }
span { border-color: rgb(241,101,104); }
td.TdClassName
{
border-color: #F16568;
}
.TagClassName
{
border-color: #F16568;
}
</style>