Shades of Froly #F17376
Tints of Froly #F17376
RGB
CMYK
RGB Variations
Color information
#F17376 (or 0xF17376) is known color: Froly. HEX triplet: F1, 73 and 76. RGB value is (241,115,118). Sum of RGB (Red+Green+Blue) = 241+115+118=474 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.84% from 474); Green value is 115 (45.31% from 255 or 24.26% from 474); Blue value is 118 (46.48% from 255 or 24.89% from 474); Max value from RGB is 241 - color contains mainly: red. Hex color #F17376 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17376 is #0E8C89. Grayscale: #999999. Windows color (decimal): -953482 or 7762929. OLE color: 7762929.
HSL color Cylindrical-coordinate representation of color #F17376: hue angle of 358.57º 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 #F17376 is Cyan = 0, Magento = 0.52, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 115 | 118 | - |
| CMYK | 0 | 0.52 | 0.51 | 0.05 |
| HSL | 358.57º | 0.82% | 0.7% | - |
| HSV(B) | 358.57º | 0.52% | 0.95% | - |
| XYZ | 45.68 | 32.27 | 20.96 | - |
| YUV | 153.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 115 | 118 | 0 | 0.52 | 0.51 | 0.05 | 358.57 | 0.82 | 0.7 |
| Hex | F1 | 73 | 76 | 0 | 34 | 33 | 5 | 167 | 52 | 46 |
| Octal | 361 | 163 | 166 | 0 | 64 | 63 | 5 | 547 | 122 | 106 |
| Binary | 11110001 | 1110011 | 1110110 | 0 | 110100 | 110011 | 101 | 101100111 | 1010010 | 1000110 |
Color Harmonies of #F17376
Complementary color
Monochromatic Colors of #F17376
Black with #F17376
Text Example
Text Example
White with #F17376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17376; }
p { color: rgb(241,115,118); }
H1.HeaderClassName
{
color: #F17376;
}
.AnyTagClassName
{
color: #F17376;
}
</style>
background-color css
<style>
a { background-color: #F17376; }
a { background-color: rgb(241,115,118); }
div.DivClassName
{
background-color: #F17376;
}
.BgClassName
{
background-color: #F17376;
}
</style>
border-color css
<style>
span { border-color: #F17376; }
span { border-color: rgb(241,115,118); }
td.TdClassName
{
border-color: #F17376;
}
.TagClassName
{
border-color: #F17376;
}
</style>