Shades of Froly #F17379
Tints of Froly #F17379
RGB
CMYK
RGB Variations
Color information
#F17379 (or 0xF17379) is known color: Froly. HEX triplet: F1, 73 and 79. RGB value is (241,115,121). Sum of RGB (Red+Green+Blue) = 241+115+121=477 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.52% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 121 (47.66% from 255 or 25.37% from 477); Max value from RGB is 241 - color contains mainly: red. Hex color #F17379 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17379 is #0E8C86. Grayscale: #999999. Windows color (decimal): -953479 or 7959537. OLE color: 7959537.
HSL color Cylindrical-coordinate representation of color #F17379: hue angle of 357.14º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #F17379 is Cyan = 0, Magento = 0.52, Yellow = 0.50 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 121 | - |
| CMYK | 0 | 0.52 | 0.50 | 0.05 |
| HSL | 357.14º | 0.82% | 0.7% | - |
| HSV(B) | 357.14º | 0.52% | 0.95% | - |
| XYZ | 45.86 | 32.34 | 21.91 | - |
| YUV | 153.36 | 109.74 | 190.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 121 | 0 | 0.52 | 0.50 | 0.05 | 357.14 | 0.82 | 0.7 |
| Hex | F1 | 73 | 79 | 0 | 34 | 32 | 5 | 165 | 52 | 46 |
| Octal | 361 | 163 | 171 | 0 | 64 | 62 | 5 | 545 | 122 | 106 |
| Binary | 11110001 | 1110011 | 1111001 | 0 | 110100 | 110010 | 101 | 101100101 | 1010010 | 1000110 |
Color Harmonies of #F17379
Complementary color
Monochromatic Colors of #F17379
Black with #F17379
Text Example
Text Example
White with #F17379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17379; }
p { color: rgb(241,115,121); }
H1.HeaderClassName
{
color: #F17379;
}
.AnyTagClassName
{
color: #F17379;
}
</style>
background-color css
<style>
a { background-color: #F17379; }
a { background-color: rgb(241,115,121); }
div.DivClassName
{
background-color: #F17379;
}
.BgClassName
{
background-color: #F17379;
}
</style>
border-color css
<style>
span { border-color: #F17379; }
span { border-color: rgb(241,115,121); }
td.TdClassName
{
border-color: #F17379;
}
.TagClassName
{
border-color: #F17379;
}
</style>