Shades of Froly #F17E82
Tints of Froly #F17E82
RGB
CMYK
RGB Variations
Color information
#F17E82 (or 0xF17E82) is known color: Froly. HEX triplet: F1, 7E and 82. RGB value is (241,126,130). Sum of RGB (Red+Green+Blue) = 241+126+130=497 (65% of max value = 765). Red value is 241 (94.53% from 255 or 48.49% from 497); Green value is 126 (49.61% from 255 or 25.35% from 497); Blue value is 130 (51.17% from 255 or 26.16% from 497); Max value from RGB is 241 - color contains mainly: red. Hex color #F17E82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #F17E82 is #0E817D. Grayscale: #A0A0A0. Windows color (decimal): -950654 or 8552177. OLE color: 8552177.
HSL color Cylindrical-coordinate representation of color #F17E82: hue angle of 357.91º degrees, saturation: 0.8, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F17E82 is Cyan = 0, Magento = 0.48, Yellow = 0.46 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 126 | 130 | - |
| CMYK | 0 | 0.48 | 0.46 | 0.05 |
| HSL | 357.91º | 0.8% | 0.72% | - |
| HSV(B) | 357.91º | 0.48% | 0.95% | - |
| XYZ | 47.77 | 35.23 | 25.4 | - |
| YUV | 160.84 | 110.6 | 185.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 126 | 130 | 0 | 0.48 | 0.46 | 0.05 | 357.91 | 0.8 | 0.72 |
| Hex | F1 | 7E | 82 | 0 | 30 | 2E | 5 | 166 | 50 | 48 |
| Octal | 361 | 176 | 202 | 0 | 60 | 56 | 5 | 546 | 120 | 110 |
| Binary | 11110001 | 1111110 | 10000010 | 0 | 110000 | 101110 | 101 | 101100110 | 1010000 | 1001000 |
Color Harmonies of #F17E82
Complementary color
Monochromatic Colors of #F17E82
Black with #F17E82
Text Example
Text Example
White with #F17E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17E82; }
p { color: rgb(241,126,130); }
H1.HeaderClassName
{
color: #F17E82;
}
.AnyTagClassName
{
color: #F17E82;
}
</style>
background-color css
<style>
a { background-color: #F17E82; }
a { background-color: rgb(241,126,130); }
div.DivClassName
{
background-color: #F17E82;
}
.BgClassName
{
background-color: #F17E82;
}
</style>
border-color css
<style>
span { border-color: #F17E82; }
span { border-color: rgb(241,126,130); }
td.TdClassName
{
border-color: #F17E82;
}
.TagClassName
{
border-color: #F17E82;
}
</style>