Shades of Froly #F16F73
Tints of Froly #F16F73
RGB
CMYK
RGB Variations
Color information
#F16F73 (or 0xF16F73) is known color: Froly. HEX triplet: F1, 6F and 73. RGB value is (241,111,115). Sum of RGB (Red+Green+Blue) = 241+111+115=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 115 (45.31% from 255 or 24.63% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F73 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F73 is #0E908C. Grayscale: #969696. Windows color (decimal): -954509 or 7565297. OLE color: 7565297.
HSL color Cylindrical-coordinate representation of color #F16F73: hue angle of 358.15º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F16F73 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 115 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.05 |
| HSL | 358.15º | 0.82% | 0.69% | - |
| HSV(B) | 358.15º | 0.54% | 0.95% | - |
| XYZ | 45.05 | 31.31 | 19.89 | - |
| YUV | 150.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 115 | 0 | 0.54 | 0.52 | 0.05 | 358.15 | 0.82 | 0.69 |
| Hex | F1 | 6F | 73 | 0 | 36 | 34 | 5 | 166 | 52 | 45 |
| Octal | 361 | 157 | 163 | 0 | 66 | 64 | 5 | 546 | 122 | 105 |
| Binary | 11110001 | 1101111 | 1110011 | 0 | 110110 | 110100 | 101 | 101100110 | 1010010 | 1000101 |
Color Harmonies of #F16F73
Complementary color
Monochromatic Colors of #F16F73
Black with #F16F73
Text Example
Text Example
White with #F16F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F73; }
p { color: rgb(241,111,115); }
H1.HeaderClassName
{
color: #F16F73;
}
.AnyTagClassName
{
color: #F16F73;
}
</style>
background-color css
<style>
a { background-color: #F16F73; }
a { background-color: rgb(241,111,115); }
div.DivClassName
{
background-color: #F16F73;
}
.BgClassName
{
background-color: #F16F73;
}
</style>
border-color css
<style>
span { border-color: #F16F73; }
span { border-color: rgb(241,111,115); }
td.TdClassName
{
border-color: #F16F73;
}
.TagClassName
{
border-color: #F16F73;
}
</style>