Shades of Salmon #F17D63
Tints of Salmon #F17D63
RGB
CMYK
RGB Variations
Color information
#F17D63 (or 0xF17D63) is known color: Salmon. HEX triplet: F1, 7D and 63. RGB value is (241,125,99). Sum of RGB (Red+Green+Blue) = 241+125+99=465 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.83% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 99 (39.06% from 255 or 21.29% from 465); Max value from RGB is 241 - color contains mainly: red. Hex color #F17D63 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17D63 is #0E829C. Grayscale: #9C9C9C. Windows color (decimal): -950941 or 6520305. OLE color: 6520305.
HSL color Cylindrical-coordinate representation of color #F17D63: hue angle of 10.99º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #F17D63 is Cyan = 0, Magento = 0.48, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 125 | 99 | - |
| CMYK | 0 | 0.48 | 0.59 | 0.05 |
| HSL | 10.99º | 0.84% | 0.67% | - |
| HSV(B) | 10.99º | 0.59% | 0.95% | - |
| XYZ | 45.86 | 34.27 | 16 | - |
| YUV | 156.72 | 95.43 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 125 | 99 | 0 | 0.48 | 0.59 | 0.05 | 10.99 | 0.84 | 0.67 |
| Hex | F1 | 7D | 63 | 0 | 30 | 3B | 5 | B | 54 | 43 |
| Octal | 361 | 175 | 143 | 0 | 60 | 73 | 5 | 13 | 124 | 103 |
| Binary | 11110001 | 1111101 | 1100011 | 0 | 110000 | 111011 | 101 | 1011 | 1010100 | 1000011 |
Color Harmonies of #F17D63
Complementary color
Monochromatic Colors of #F17D63
Black with #F17D63
Text Example
Text Example
White with #F17D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17D63; }
p { color: rgb(241,125,99); }
H1.HeaderClassName
{
color: #F17D63;
}
.AnyTagClassName
{
color: #F17D63;
}
</style>
background-color css
<style>
a { background-color: #F17D63; }
a { background-color: rgb(241,125,99); }
div.DivClassName
{
background-color: #F17D63;
}
.BgClassName
{
background-color: #F17D63;
}
</style>
border-color css
<style>
span { border-color: #F17D63; }
span { border-color: rgb(241,125,99); }
td.TdClassName
{
border-color: #F17D63;
}
.TagClassName
{
border-color: #F17D63;
}
</style>