Shades of Froly #F17072
Tints of Froly #F17072
RGB
CMYK
RGB Variations
Color information
#F17072 (or 0xF17072) is known color: Froly. HEX triplet: F1, 70 and 72. RGB value is (241,112,114). Sum of RGB (Red+Green+Blue) = 241+112+114=467 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.61% from 467); Green value is 112 (44.14% from 255 or 23.98% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 241 - color contains mainly: red. Hex color #F17072 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17072 is #0E8F8D. Grayscale: #969696. Windows color (decimal): -954254 or 7500017. OLE color: 7500017.
HSL color Cylindrical-coordinate representation of color #F17072: hue angle of 359.07º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F17072 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 112 | 114 | - |
| CMYK | 0 | 0.54 | 0.53 | 0.05 |
| HSL | 359.07º | 0.82% | 0.69% | - |
| HSV(B) | 359.07º | 0.54% | 0.95% | - |
| XYZ | 45.11 | 31.5 | 19.62 | - |
| YUV | 150.8 | 107.24 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 112 | 114 | 0 | 0.54 | 0.53 | 0.05 | 359.07 | 0.82 | 0.69 |
| Hex | F1 | 70 | 72 | 0 | 36 | 35 | 5 | 167 | 52 | 45 |
| Octal | 361 | 160 | 162 | 0 | 66 | 65 | 5 | 547 | 122 | 105 |
| Binary | 11110001 | 1110000 | 1110010 | 0 | 110110 | 110101 | 101 | 101100111 | 1010010 | 1000101 |
Color Harmonies of #F17072
Complementary color
Monochromatic Colors of #F17072
Black with #F17072
Text Example
Text Example
White with #F17072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17072; }
p { color: rgb(241,112,114); }
H1.HeaderClassName
{
color: #F17072;
}
.AnyTagClassName
{
color: #F17072;
}
</style>
background-color css
<style>
a { background-color: #F17072; }
a { background-color: rgb(241,112,114); }
div.DivClassName
{
background-color: #F17072;
}
.BgClassName
{
background-color: #F17072;
}
</style>
border-color css
<style>
span { border-color: #F17072; }
span { border-color: rgb(241,112,114); }
td.TdClassName
{
border-color: #F17072;
}
.TagClassName
{
border-color: #F17072;
}
</style>