Shades of Froly #F16F70
Tints of Froly #F16F70
RGB
CMYK
RGB Variations
Color information
#F16F70 (or 0xF16F70) is known color: Froly. HEX triplet: F1, 6F and 70. RGB value is (241,111,112). Sum of RGB (Red+Green+Blue) = 241+111+112=464 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.94% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 112 (44.14% from 255 or 24.14% from 464); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F70 is #0E908F. Grayscale: #969696. Windows color (decimal): -954512 or 7368689. OLE color: 7368689.
HSL color Cylindrical-coordinate representation of color #F16F70: hue angle of 359.54º 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 #F16F70 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 112 | - |
| CMYK | 0 | 0.54 | 0.54 | 0.05 |
| HSL | 359.54º | 0.82% | 0.69% | - |
| HSV(B) | 359.54º | 0.54% | 0.95% | - |
| XYZ | 44.88 | 31.24 | 18.99 | - |
| YUV | 149.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 112 | 0 | 0.54 | 0.54 | 0.05 | 359.54 | 0.82 | 0.69 |
| Hex | F1 | 6F | 70 | 0 | 36 | 36 | 5 | 168 | 52 | 45 |
| Octal | 361 | 157 | 160 | 0 | 66 | 66 | 5 | 550 | 122 | 105 |
| Binary | 11110001 | 1101111 | 1110000 | 0 | 110110 | 110110 | 101 | 101101000 | 1010010 | 1000101 |
Color Harmonies of #F16F70
Complementary color
Monochromatic Colors of #F16F70
Black with #F16F70
Text Example
Text Example
White with #F16F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F70; }
p { color: rgb(241,111,112); }
H1.HeaderClassName
{
color: #F16F70;
}
.AnyTagClassName
{
color: #F16F70;
}
</style>
background-color css
<style>
a { background-color: #F16F70; }
a { background-color: rgb(241,111,112); }
div.DivClassName
{
background-color: #F16F70;
}
.BgClassName
{
background-color: #F16F70;
}
</style>
border-color css
<style>
span { border-color: #F16F70; }
span { border-color: rgb(241,111,112); }
td.TdClassName
{
border-color: #F16F70;
}
.TagClassName
{
border-color: #F16F70;
}
</style>