Shades of Froly #F16571
Tints of Froly #F16571
RGB
CMYK
RGB Variations
Color information
#F16571 (or 0xF16571) is known color: Froly. HEX triplet: F1, 65 and 71. RGB value is (241,101,113). Sum of RGB (Red+Green+Blue) = 241+101+113=455 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.97% from 455); Green value is 101 (39.84% from 255 or 22.20% from 455); Blue value is 113 (44.53% from 255 or 24.84% from 455); Max value from RGB is 241 - color contains mainly: red. Hex color #F16571 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16571 is #0E9A8E. Grayscale: #909090. Windows color (decimal): -957071 or 7431665. OLE color: 7431665.
HSL color Cylindrical-coordinate representation of color #F16571: hue angle of 354.86º 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 #F16571 is Cyan = 0, Magento = 0.58, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 101 | 113 | - |
| CMYK | 0 | 0.58 | 0.53 | 0.05 |
| HSL | 354.86º | 0.83% | 0.67% | - |
| HSV(B) | 354.86º | 0.58% | 0.95% | - |
| XYZ | 43.91 | 29.2 | 18.94 | - |
| YUV | 144.23 | 110.38 | 197.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 101 | 113 | 0 | 0.58 | 0.53 | 0.05 | 354.86 | 0.83 | 0.67 |
| Hex | F1 | 65 | 71 | 0 | 3A | 35 | 5 | 163 | 53 | 43 |
| Octal | 361 | 145 | 161 | 0 | 72 | 65 | 5 | 543 | 123 | 103 |
| Binary | 11110001 | 1100101 | 1110001 | 0 | 111010 | 110101 | 101 | 101100011 | 1010011 | 1000011 |
Color Harmonies of #F16571
Complementary color
Monochromatic Colors of #F16571
Black with #F16571
Text Example
Text Example
White with #F16571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16571; }
p { color: rgb(241,101,113); }
H1.HeaderClassName
{
color: #F16571;
}
.AnyTagClassName
{
color: #F16571;
}
</style>
background-color css
<style>
a { background-color: #F16571; }
a { background-color: rgb(241,101,113); }
div.DivClassName
{
background-color: #F16571;
}
.BgClassName
{
background-color: #F16571;
}
</style>
border-color css
<style>
span { border-color: #F16571; }
span { border-color: rgb(241,101,113); }
td.TdClassName
{
border-color: #F16571;
}
.TagClassName
{
border-color: #F16571;
}
</style>