Shades of Froly #F16777
Tints of Froly #F16777
RGB
CMYK
RGB Variations
Color information
#F16777 (or 0xF16777) is known color: Froly. HEX triplet: F1, 67 and 77. RGB value is (241,103,119). Sum of RGB (Red+Green+Blue) = 241+103+119=463 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.05% from 463); Green value is 103 (40.62% from 255 or 22.25% from 463); Blue value is 119 (46.88% from 255 or 25.70% from 463); Max value from RGB is 241 - color contains mainly: red. Hex color #F16777 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F16777 is #0E9888. Grayscale: #929292. Windows color (decimal): -956553 or 7825393. OLE color: 7825393.
HSL color Cylindrical-coordinate representation of color #F16777: hue angle of 353.04º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F16777 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 103 | 119 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.05 |
| HSL | 353.04º | 0.83% | 0.67% | - |
| HSV(B) | 353.04º | 0.57% | 0.95% | - |
| XYZ | 44.46 | 29.73 | 20.85 | - |
| YUV | 146.09 | 112.72 | 195.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 103 | 119 | 0 | 0.57 | 0.51 | 0.05 | 353.04 | 0.83 | 0.67 |
| Hex | F1 | 67 | 77 | 0 | 39 | 33 | 5 | 161 | 53 | 43 |
| Octal | 361 | 147 | 167 | 0 | 71 | 63 | 5 | 541 | 123 | 103 |
| Binary | 11110001 | 1100111 | 1110111 | 0 | 111001 | 110011 | 101 | 101100001 | 1010011 | 1000011 |
Color Harmonies of #F16777
Complementary color
Monochromatic Colors of #F16777
Black with #F16777
Text Example
Text Example
White with #F16777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16777; }
p { color: rgb(241,103,119); }
H1.HeaderClassName
{
color: #F16777;
}
.AnyTagClassName
{
color: #F16777;
}
</style>
background-color css
<style>
a { background-color: #F16777; }
a { background-color: rgb(241,103,119); }
div.DivClassName
{
background-color: #F16777;
}
.BgClassName
{
background-color: #F16777;
}
</style>
border-color css
<style>
span { border-color: #F16777; }
span { border-color: rgb(241,103,119); }
td.TdClassName
{
border-color: #F16777;
}
.TagClassName
{
border-color: #F16777;
}
</style>