Shades of Froly #F17C7E
Tints of Froly #F17C7E
RGB
CMYK
RGB Variations
Color information
#F17C7E (or 0xF17C7E) is known color: Froly. HEX triplet: F1, 7C and 7E. RGB value is (241,124,126). Sum of RGB (Red+Green+Blue) = 241+124+126=491 (65% of max value = 765). Red value is 241 (94.53% from 255 or 49.08% from 491); Green value is 124 (48.83% from 255 or 25.25% from 491); Blue value is 126 (49.61% from 255 or 25.66% from 491); Max value from RGB is 241 - color contains mainly: red. Hex color #F17C7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17C7E is #0E8381. Grayscale: #9F9F9F. Windows color (decimal): -951170 or 8289521. OLE color: 8289521.
HSL color Cylindrical-coordinate representation of color #F17C7E: hue angle of 358.97º 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 #F17C7E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 124 | 126 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.05 |
| HSL | 358.97º | 0.81% | 0.72% | - |
| HSV(B) | 358.97º | 0.49% | 0.95% | - |
| XYZ | 47.25 | 34.62 | 23.93 | - |
| YUV | 159.21 | 109.26 | 186.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 124 | 126 | 0 | 0.49 | 0.48 | 0.05 | 358.97 | 0.81 | 0.72 |
| Hex | F1 | 7C | 7E | 0 | 31 | 30 | 5 | 167 | 51 | 48 |
| Octal | 361 | 174 | 176 | 0 | 61 | 60 | 5 | 547 | 121 | 110 |
| Binary | 11110001 | 1111100 | 1111110 | 0 | 110001 | 110000 | 101 | 101100111 | 1010001 | 1001000 |
Color Harmonies of #F17C7E
Complementary color
Monochromatic Colors of #F17C7E
Black with #F17C7E
Text Example
Text Example
White with #F17C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17C7E; }
p { color: rgb(241,124,126); }
H1.HeaderClassName
{
color: #F17C7E;
}
.AnyTagClassName
{
color: #F17C7E;
}
</style>
background-color css
<style>
a { background-color: #F17C7E; }
a { background-color: rgb(241,124,126); }
div.DivClassName
{
background-color: #F17C7E;
}
.BgClassName
{
background-color: #F17C7E;
}
</style>
border-color css
<style>
span { border-color: #F17C7E; }
span { border-color: rgb(241,124,126); }
td.TdClassName
{
border-color: #F17C7E;
}
.TagClassName
{
border-color: #F17C7E;
}
</style>