Shades of Salmon #F17B68
Tints of Salmon #F17B68
RGB
CMYK
RGB Variations
Color information
#F17B68 (or 0xF17B68) is known color: Salmon. HEX triplet: F1, 7B and 68. RGB value is (241,123,104). Sum of RGB (Red+Green+Blue) = 241+123+104=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 104 (41.02% from 255 or 22.22% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F17B68 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17B68 is #0E8497. Grayscale: #9C9C9C. Windows color (decimal): -951448 or 6847473. OLE color: 6847473.
HSL color Cylindrical-coordinate representation of color #F17B68: hue angle of 8.32º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F17B68 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 123 | 104 | - |
| CMYK | 0 | 0.49 | 0.57 | 0.05 |
| HSL | 8.32º | 0.83% | 0.68% | - |
| HSV(B) | 8.32º | 0.57% | 0.95% | - |
| XYZ | 45.86 | 33.87 | 17.22 | - |
| YUV | 156.12 | 98.59 | 188.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 123 | 104 | 0 | 0.49 | 0.57 | 0.05 | 8.32 | 0.83 | 0.68 |
| Hex | F1 | 7B | 68 | 0 | 31 | 39 | 5 | 8 | 53 | 44 |
| Octal | 361 | 173 | 150 | 0 | 61 | 71 | 5 | 10 | 123 | 104 |
| Binary | 11110001 | 1111011 | 1101000 | 0 | 110001 | 111001 | 101 | 1000 | 1010011 | 1000100 |
Color Harmonies of #F17B68
Complementary color
Monochromatic Colors of #F17B68
Black with #F17B68
Text Example
Text Example
White with #F17B68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17B68; }
p { color: rgb(241,123,104); }
H1.HeaderClassName
{
color: #F17B68;
}
.AnyTagClassName
{
color: #F17B68;
}
</style>
background-color css
<style>
a { background-color: #F17B68; }
a { background-color: rgb(241,123,104); }
div.DivClassName
{
background-color: #F17B68;
}
.BgClassName
{
background-color: #F17B68;
}
</style>
border-color css
<style>
span { border-color: #F17B68; }
span { border-color: rgb(241,123,104); }
td.TdClassName
{
border-color: #F17B68;
}
.TagClassName
{
border-color: #F17B68;
}
</style>