Shades of Froly #F16F76
Tints of Froly #F16F76
RGB
CMYK
RGB Variations
Color information
#F16F76 (or 0xF16F76) is known color: Froly. HEX triplet: F1, 6F and 76. RGB value is (241,111,118). Sum of RGB (Red+Green+Blue) = 241+111+118=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 118 (46.48% from 255 or 25.11% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F76 is #0E9089. Grayscale: #969696. Windows color (decimal): -954506 or 7761905. OLE color: 7761905.
HSL color Cylindrical-coordinate representation of color #F16F76: hue angle of 356.77º 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 #F16F76 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 118 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.05 |
| HSL | 356.77º | 0.82% | 0.69% | - |
| HSV(B) | 356.77º | 0.54% | 0.95% | - |
| XYZ | 45.23 | 31.38 | 20.81 | - |
| YUV | 150.67 | 109.57 | 192.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 118 | 0 | 0.54 | 0.51 | 0.05 | 356.77 | 0.82 | 0.69 |
| Hex | F1 | 6F | 76 | 0 | 36 | 33 | 5 | 165 | 52 | 45 |
| Octal | 361 | 157 | 166 | 0 | 66 | 63 | 5 | 545 | 122 | 105 |
| Binary | 11110001 | 1101111 | 1110110 | 0 | 110110 | 110011 | 101 | 101100101 | 1010010 | 1000101 |
Color Harmonies of #F16F76
Complementary color
Monochromatic Colors of #F16F76
Black with #F16F76
Text Example
Text Example
White with #F16F76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F76; }
p { color: rgb(241,111,118); }
H1.HeaderClassName
{
color: #F16F76;
}
.AnyTagClassName
{
color: #F16F76;
}
</style>
background-color css
<style>
a { background-color: #F16F76; }
a { background-color: rgb(241,111,118); }
div.DivClassName
{
background-color: #F16F76;
}
.BgClassName
{
background-color: #F16F76;
}
</style>
border-color css
<style>
span { border-color: #F16F76; }
span { border-color: rgb(241,111,118); }
td.TdClassName
{
border-color: #F16F76;
}
.TagClassName
{
border-color: #F16F76;
}
</style>