Shades of Salmon #F17D72
Tints of Salmon #F17D72
RGB
CMYK
RGB Variations
Color information
#F17D72 (or 0xF17D72) is known color: Salmon. HEX triplet: F1, 7D and 72. RGB value is (241,125,114). Sum of RGB (Red+Green+Blue) = 241+125+114=480 (63% of max value = 765). Red value is 241 (94.53% from 255 or 50.21% from 480); Green value is 125 (49.22% from 255 or 26.04% from 480); Blue value is 114 (44.92% from 255 or 23.75% from 480); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D72 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D72 is #0E828D. Grayscale: #9E9E9E. Windows color (decimal): -950926 or 7503345. OLE color: 7503345.
HSL color Cylindrical-coordinate representation of color #F17D72: hue angle of 5.2º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #F17D72 is Cyan = 0, Magento = 0.48, Yellow = 0.53 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 114 | - |
| CMYK | 0 | 0.48 | 0.53 | 0.05 |
| HSL | 5.2º | 0.82% | 0.7% | - |
| HSV(B) | 5.2º | 0.53% | 0.95% | - |
| XYZ | 46.65 | 34.58 | 20.14 | - |
| YUV | 158.43 | 102.93 | 186.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 114 | 0 | 0.48 | 0.53 | 0.05 | 5.2 | 0.82 | 0.7 |
| Hex | F1 | 7D | 72 | 0 | 30 | 35 | 5 | 5 | 52 | 46 |
| Octal | 361 | 175 | 162 | 0 | 60 | 65 | 5 | 5 | 122 | 106 |
| Binary | 11110001 | 1111101 | 1110010 | 0 | 110000 | 110101 | 101 | 101 | 1010010 | 1000110 |
Color Harmonies of #F17D72
Complementary color
Monochromatic Colors of #F17D72
Black with #F17D72
Text Example
Text Example
White with #F17D72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D72; }
p { color: rgb(241,125,114); }
H1.HeaderClassName
{
color: #F17D72;
}
.AnyTagClassName
{
color: #F17D72;
}
</style>
background-color css
<style>
a { background-color: #F17D72; }
a { background-color: rgb(241,125,114); }
div.DivClassName
{
background-color: #F17D72;
}
.BgClassName
{
background-color: #F17D72;
}
</style>
border-color css
<style>
span { border-color: #F17D72; }
span { border-color: rgb(241,125,114); }
td.TdClassName
{
border-color: #F17D72;
}
.TagClassName
{
border-color: #F17D72;
}
</style>