Shades of Froly #F16771
Tints of Froly #F16771
RGB
CMYK
RGB Variations
Color information
#F16771 (or 0xF16771) is known color: Froly. HEX triplet: F1, 67 and 71. RGB value is (241,103,113). Sum of RGB (Red+Green+Blue) = 241+103+113=457 (60% of max value = 765). Red value is 241 (94.53% from 255 or 52.74% from 457); Green value is 103 (40.62% from 255 or 22.54% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 241 - color contains mainly: red. Hex color #F16771 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16771 is #0E988E. Grayscale: #919191. Windows color (decimal): -956559 or 7432177. OLE color: 7432177.
HSL color Cylindrical-coordinate representation of color #F16771: hue angle of 355.65º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16771 is Cyan = 0, Magento = 0.57, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 113 | - |
| CMYK | 0 | 0.57 | 0.53 | 0.05 |
| HSL | 355.65º | 0.83% | 0.67% | - |
| HSV(B) | 355.65º | 0.57% | 0.95% | - |
| XYZ | 44.11 | 29.59 | 19.01 | - |
| YUV | 145.4 | 109.72 | 196.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 113 | 0 | 0.57 | 0.53 | 0.05 | 355.65 | 0.83 | 0.67 |
| Hex | F1 | 67 | 71 | 0 | 39 | 35 | 5 | 164 | 53 | 43 |
| Octal | 361 | 147 | 161 | 0 | 71 | 65 | 5 | 544 | 123 | 103 |
| Binary | 11110001 | 1100111 | 1110001 | 0 | 111001 | 110101 | 101 | 101100100 | 1010011 | 1000011 |
Color Harmonies of #F16771
Complementary color
Monochromatic Colors of #F16771
Black with #F16771
Text Example
Text Example
White with #F16771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16771; }
p { color: rgb(241,103,113); }
H1.HeaderClassName
{
color: #F16771;
}
.AnyTagClassName
{
color: #F16771;
}
</style>
background-color css
<style>
a { background-color: #F16771; }
a { background-color: rgb(241,103,113); }
div.DivClassName
{
background-color: #F16771;
}
.BgClassName
{
background-color: #F16771;
}
</style>
border-color css
<style>
span { border-color: #F16771; }
span { border-color: rgb(241,103,113); }
td.TdClassName
{
border-color: #F16771;
}
.TagClassName
{
border-color: #F16771;
}
</style>