Shades of Froly #F1777A
Tints of Froly #F1777A
RGB
CMYK
RGB Variations
Color information
#F1777A (or 0xF1777A) is known color: Froly. HEX triplet: F1, 77 and 7A. RGB value is (241,119,122). Sum of RGB (Red+Green+Blue) = 241+119+122=482 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 241 - color contains mainly: red. Hex color #F1777A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F1777A is #0E8885. Grayscale: #9B9B9B. Windows color (decimal): -952454 or 8026097. OLE color: 8026097.
HSL color Cylindrical-coordinate representation of color #F1777A: hue angle of 358.52º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #F1777A is Cyan = 0, Magento = 0.51, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 119 | 122 | - |
| CMYK | 0 | 0.51 | 0.49 | 0.05 |
| HSL | 358.52º | 0.81% | 0.71% | - |
| HSV(B) | 358.52º | 0.51% | 0.95% | - |
| XYZ | 46.39 | 33.3 | 22.4 | - |
| YUV | 155.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 119 | 122 | 0 | 0.51 | 0.49 | 0.05 | 358.52 | 0.81 | 0.71 |
| Hex | F1 | 77 | 7A | 0 | 33 | 31 | 5 | 167 | 51 | 47 |
| Octal | 361 | 167 | 172 | 0 | 63 | 61 | 5 | 547 | 121 | 107 |
| Binary | 11110001 | 1110111 | 1111010 | 0 | 110011 | 110001 | 101 | 101100111 | 1010001 | 1000111 |
Color Harmonies of #F1777A
Complementary color
Monochromatic Colors of #F1777A
Black with #F1777A
Text Example
Text Example
White with #F1777A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1777A; }
p { color: rgb(241,119,122); }
H1.HeaderClassName
{
color: #F1777A;
}
.AnyTagClassName
{
color: #F1777A;
}
</style>
background-color css
<style>
a { background-color: #F1777A; }
a { background-color: rgb(241,119,122); }
div.DivClassName
{
background-color: #F1777A;
}
.BgClassName
{
background-color: #F1777A;
}
</style>
border-color css
<style>
span { border-color: #F1777A; }
span { border-color: rgb(241,119,122); }
td.TdClassName
{
border-color: #F1777A;
}
.TagClassName
{
border-color: #F1777A;
}
</style>