Shades of Froly #F17276
Tints of Froly #F17276
RGB
CMYK
RGB Variations
Color information
#F17276 (or 0xF17276) is known color: Froly. HEX triplet: F1, 72 and 76. RGB value is (241,114,118). Sum of RGB (Red+Green+Blue) = 241+114+118=473 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.95% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 118 (46.48% from 255 or 24.95% from 473); Max value from RGB is 241 - color contains mainly: red. Hex color #F17276 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17276 is #0E8D89. Grayscale: #989898. Windows color (decimal): -953738 or 7762673. OLE color: 7762673.
HSL color Cylindrical-coordinate representation of color #F17276: hue angle of 358.11º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17276 is Cyan = 0, Magento = 0.53, Yellow = 0.51 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 114 | 118 | - |
| CMYK | 0 | 0.53 | 0.51 | 0.05 |
| HSL | 358.11º | 0.82% | 0.7% | - |
| HSV(B) | 358.11º | 0.53% | 0.95% | - |
| XYZ | 45.56 | 32.04 | 20.92 | - |
| YUV | 152.43 | 108.58 | 191.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 114 | 118 | 0 | 0.53 | 0.51 | 0.05 | 358.11 | 0.82 | 0.7 |
| Hex | F1 | 72 | 76 | 0 | 35 | 33 | 5 | 166 | 52 | 46 |
| Octal | 361 | 162 | 166 | 0 | 65 | 63 | 5 | 546 | 122 | 106 |
| Binary | 11110001 | 1110010 | 1110110 | 0 | 110101 | 110011 | 101 | 101100110 | 1010010 | 1000110 |
Color Harmonies of #F17276
Complementary color
Monochromatic Colors of #F17276
Black with #F17276
Text Example
Text Example
White with #F17276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17276; }
p { color: rgb(241,114,118); }
H1.HeaderClassName
{
color: #F17276;
}
.AnyTagClassName
{
color: #F17276;
}
</style>
background-color css
<style>
a { background-color: #F17276; }
a { background-color: rgb(241,114,118); }
div.DivClassName
{
background-color: #F17276;
}
.BgClassName
{
background-color: #F17276;
}
</style>
border-color css
<style>
span { border-color: #F17276; }
span { border-color: rgb(241,114,118); }
td.TdClassName
{
border-color: #F17276;
}
.TagClassName
{
border-color: #F17276;
}
</style>