Shades of Froly #F17B7E
Tints of Froly #F17B7E
RGB
CMYK
RGB Variations
Color information
#F17B7E (or 0xF17B7E) is known color: Froly. HEX triplet: F1, 7B and 7E. RGB value is (241,123,126). Sum of RGB (Red+Green+Blue) = 241+123+126=490 (64% of max value = 765). Red value is 241 (94.53% from 255 or 49.18% from 490); Green value is 123 (48.44% from 255 or 25.10% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B7E is #0E8481. Grayscale: #9E9E9E. Windows color (decimal): -951426 or 8289265. OLE color: 8289265.
HSL color Cylindrical-coordinate representation of color #F17B7E: hue angle of 358.47º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F17B7E is Cyan = 0, Magento = 0.49, Yellow = 0.48 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 126 | - |
| CMYK | 0 | 0.49 | 0.48 | 0.05 |
| HSL | 358.47º | 0.81% | 0.71% | - |
| HSV(B) | 358.47º | 0.49% | 0.95% | - |
| XYZ | 47.12 | 34.37 | 23.89 | - |
| YUV | 158.62 | 109.59 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 126 | 0 | 0.49 | 0.48 | 0.05 | 358.47 | 0.81 | 0.71 |
| Hex | F1 | 7B | 7E | 0 | 31 | 30 | 5 | 166 | 51 | 47 |
| Octal | 361 | 173 | 176 | 0 | 61 | 60 | 5 | 546 | 121 | 107 |
| Binary | 11110001 | 1111011 | 1111110 | 0 | 110001 | 110000 | 101 | 101100110 | 1010001 | 1000111 |
Color Harmonies of #F17B7E
Complementary color
Monochromatic Colors of #F17B7E
Black with #F17B7E
Text Example
Text Example
White with #F17B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17B7E; }
p { color: rgb(241,123,126); }
H1.HeaderClassName
{
color: #F17B7E;
}
.AnyTagClassName
{
color: #F17B7E;
}
</style>
background-color css
<style>
a { background-color: #F17B7E; }
a { background-color: rgb(241,123,126); }
div.DivClassName
{
background-color: #F17B7E;
}
.BgClassName
{
background-color: #F17B7E;
}
</style>
border-color css
<style>
span { border-color: #F17B7E; }
span { border-color: rgb(241,123,126); }
td.TdClassName
{
border-color: #F17B7E;
}
.TagClassName
{
border-color: #F17B7E;
}
</style>