Shades of Froly #F16F77
Tints of Froly #F16F77
RGB
CMYK
RGB Variations
Color information
#F16F77 (or 0xF16F77) is known color: Froly. HEX triplet: F1, 6F and 77. RGB value is (241,111,119). Sum of RGB (Red+Green+Blue) = 241+111+119=471 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.17% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 241 - color contains mainly: red. Hex color #F16F77 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16F77 is #0E9088. Grayscale: #969696. Windows color (decimal): -954505 or 7827441. OLE color: 7827441.
HSL color Cylindrical-coordinate representation of color #F16F77: hue angle of 356.31º 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 #F16F77 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 111 | 119 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.05 |
| HSL | 356.31º | 0.82% | 0.69% | - |
| HSV(B) | 356.31º | 0.54% | 0.95% | - |
| XYZ | 45.29 | 31.4 | 21.13 | - |
| YUV | 150.78 | 110.07 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 111 | 119 | 0 | 0.54 | 0.51 | 0.05 | 356.31 | 0.82 | 0.69 |
| Hex | F1 | 6F | 77 | 0 | 36 | 33 | 5 | 164 | 52 | 45 |
| Octal | 361 | 157 | 167 | 0 | 66 | 63 | 5 | 544 | 122 | 105 |
| Binary | 11110001 | 1101111 | 1110111 | 0 | 110110 | 110011 | 101 | 101100100 | 1010010 | 1000101 |
Color Harmonies of #F16F77
Complementary color
Monochromatic Colors of #F16F77
Black with #F16F77
Text Example
Text Example
White with #F16F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16F77; }
p { color: rgb(241,111,119); }
H1.HeaderClassName
{
color: #F16F77;
}
.AnyTagClassName
{
color: #F16F77;
}
</style>
background-color css
<style>
a { background-color: #F16F77; }
a { background-color: rgb(241,111,119); }
div.DivClassName
{
background-color: #F16F77;
}
.BgClassName
{
background-color: #F16F77;
}
</style>
border-color css
<style>
span { border-color: #F16F77; }
span { border-color: rgb(241,111,119); }
td.TdClassName
{
border-color: #F16F77;
}
.TagClassName
{
border-color: #F16F77;
}
</style>