Shades of Froly #F16F7F
Tints of Froly #F16F7F
RGB
CMYK
RGB Variations
Color information
#F16F7F (or 0xF16F7F) is known color: Froly. HEX triplet: F1, 6F and 7F. RGB value is (241,111,127). Sum of RGB (Red+Green+Blue) = 241+111+127=479 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.31% from 479); Green value is 111 (43.75% from 255 or 23.17% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F7F is #0E9080. Grayscale: #979797. Windows color (decimal): -954497 or 8351729. OLE color: 8351729.
HSL color Cylindrical-coordinate representation of color #F16F7F: hue angle of 352.62º 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 #F16F7F is Cyan = 0, Magento = 0.54, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 127 | - |
| CMYK | 0 | 0.54 | 0.47 | 0.05 |
| HSL | 352.62º | 0.82% | 0.69% | - |
| HSV(B) | 352.62º | 0.54% | 0.95% | - |
| XYZ | 45.79 | 31.6 | 23.77 | - |
| YUV | 151.69 | 114.07 | 191.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 127 | 0 | 0.54 | 0.47 | 0.05 | 352.62 | 0.82 | 0.69 |
| Hex | F1 | 6F | 7F | 0 | 36 | 2F | 5 | 161 | 52 | 45 |
| Octal | 361 | 157 | 177 | 0 | 66 | 57 | 5 | 541 | 122 | 105 |
| Binary | 11110001 | 1101111 | 1111111 | 0 | 110110 | 101111 | 101 | 101100001 | 1010010 | 1000101 |
Color Harmonies of #F16F7F
Complementary color
Monochromatic Colors of #F16F7F
Black with #F16F7F
Text Example
Text Example
White with #F16F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F7F; }
p { color: rgb(241,111,127); }
H1.HeaderClassName
{
color: #F16F7F;
}
.AnyTagClassName
{
color: #F16F7F;
}
</style>
background-color css
<style>
a { background-color: #F16F7F; }
a { background-color: rgb(241,111,127); }
div.DivClassName
{
background-color: #F16F7F;
}
.BgClassName
{
background-color: #F16F7F;
}
</style>
border-color css
<style>
span { border-color: #F16F7F; }
span { border-color: rgb(241,111,127); }
td.TdClassName
{
border-color: #F16F7F;
}
.TagClassName
{
border-color: #F16F7F;
}
</style>