Shades of Froly #F16C76
Tints of Froly #F16C76
RGB
CMYK
RGB Variations
Color information
#F16C76 (or 0xF16C76) is known color: Froly. HEX triplet: F1, 6C and 76. RGB value is (241,108,118). Sum of RGB (Red+Green+Blue) = 241+108+118=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 118 (46.48% from 255 or 25.27% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F16C76 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16C76 is #0E9389. Grayscale: #949494. Windows color (decimal): -955274 or 7761137. OLE color: 7761137.
HSL color Cylindrical-coordinate representation of color #F16C76: hue angle of 355.49º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #F16C76 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 108 | 118 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.05 |
| HSL | 355.49º | 0.83% | 0.68% | - |
| HSV(B) | 355.49º | 0.55% | 0.95% | - |
| XYZ | 44.91 | 30.73 | 20.7 | - |
| YUV | 148.91 | 110.56 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 108 | 118 | 0 | 0.55 | 0.51 | 0.05 | 355.49 | 0.83 | 0.68 |
| Hex | F1 | 6C | 76 | 0 | 37 | 33 | 5 | 163 | 53 | 44 |
| Octal | 361 | 154 | 166 | 0 | 67 | 63 | 5 | 543 | 123 | 104 |
| Binary | 11110001 | 1101100 | 1110110 | 0 | 110111 | 110011 | 101 | 101100011 | 1010011 | 1000100 |
Color Harmonies of #F16C76
Complementary color
Monochromatic Colors of #F16C76
Black with #F16C76
Text Example
Text Example
White with #F16C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16C76; }
p { color: rgb(241,108,118); }
H1.HeaderClassName
{
color: #F16C76;
}
.AnyTagClassName
{
color: #F16C76;
}
</style>
background-color css
<style>
a { background-color: #F16C76; }
a { background-color: rgb(241,108,118); }
div.DivClassName
{
background-color: #F16C76;
}
.BgClassName
{
background-color: #F16C76;
}
</style>
border-color css
<style>
span { border-color: #F16C76; }
span { border-color: rgb(241,108,118); }
td.TdClassName
{
border-color: #F16C76;
}
.TagClassName
{
border-color: #F16C76;
}
</style>