Shades of Froly #F17C7F
Tints of Froly #F17C7F
RGB
CMYK
RGB Variations
Color information
#F17C7F (or 0xF17C7F) is known color: Froly. HEX triplet: F1, 7C and 7F. RGB value is (241,124,127). Sum of RGB (Red+Green+Blue) = 241+124+127=492 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.98% from 492); Green value is 124 (48.83% from 255 or 25.20% from 492); Blue value is 127 (50% from 255 or 25.81% from 492); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C7F is #0E8380. Grayscale: #9F9F9F. Windows color (decimal): -951169 or 8355057. OLE color: 8355057.
HSL color Cylindrical-coordinate representation of color #F17C7F: hue angle of 358.46º degrees, saturation: 0.81, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17C7F is Cyan = 0, Magento = 0.49, Yellow = 0.47 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 127 | - |
| CMYK | 0 | 0.49 | 0.47 | 0.05 |
| HSL | 358.46º | 0.81% | 0.72% | - |
| HSV(B) | 358.46º | 0.49% | 0.95% | - |
| XYZ | 47.31 | 34.65 | 24.27 | - |
| YUV | 159.33 | 109.76 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 127 | 0 | 0.49 | 0.47 | 0.05 | 358.46 | 0.81 | 0.72 |
| Hex | F1 | 7C | 7F | 0 | 31 | 2F | 5 | 166 | 51 | 48 |
| Octal | 361 | 174 | 177 | 0 | 61 | 57 | 5 | 546 | 121 | 110 |
| Binary | 11110001 | 1111100 | 1111111 | 0 | 110001 | 101111 | 101 | 101100110 | 1010001 | 1001000 |
Color Harmonies of #F17C7F
Complementary color
Monochromatic Colors of #F17C7F
Black with #F17C7F
Text Example
Text Example
White with #F17C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C7F; }
p { color: rgb(241,124,127); }
H1.HeaderClassName
{
color: #F17C7F;
}
.AnyTagClassName
{
color: #F17C7F;
}
</style>
background-color css
<style>
a { background-color: #F17C7F; }
a { background-color: rgb(241,124,127); }
div.DivClassName
{
background-color: #F17C7F;
}
.BgClassName
{
background-color: #F17C7F;
}
</style>
border-color css
<style>
span { border-color: #F17C7F; }
span { border-color: rgb(241,124,127); }
td.TdClassName
{
border-color: #F17C7F;
}
.TagClassName
{
border-color: #F17C7F;
}
</style>