Shades of Salmon #F17A6B
Tints of Salmon #F17A6B
RGB
CMYK
RGB Variations
Color information
#F17A6B (or 0xF17A6B) is known color: Salmon. HEX triplet: F1, 7A and 6B. RGB value is (241,122,107). Sum of RGB (Red+Green+Blue) = 241+122+107=470 (62% of max value = 765). Red value is 241 (94.53% from 255 or 51.28% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 107 (42.19% from 255 or 22.77% from 470); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A6B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17A6B is #0E8594. Grayscale: #9C9C9C. Windows color (decimal): -951701 or 7043825. OLE color: 7043825.
HSL color Cylindrical-coordinate representation of color #F17A6B: hue angle of 6.72º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F17A6B is Cyan = 0, Magento = 0.49, Yellow = 0.56 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 107 | - |
| CMYK | 0 | 0.49 | 0.56 | 0.05 |
| HSL | 6.72º | 0.83% | 0.68% | - |
| HSV(B) | 6.72º | 0.56% | 0.95% | - |
| XYZ | 45.89 | 33.68 | 17.99 | - |
| YUV | 155.87 | 100.42 | 188.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 107 | 0 | 0.49 | 0.56 | 0.05 | 6.72 | 0.83 | 0.68 |
| Hex | F1 | 7A | 6B | 0 | 31 | 38 | 5 | 7 | 53 | 44 |
| Octal | 361 | 172 | 153 | 0 | 61 | 70 | 5 | 7 | 123 | 104 |
| Binary | 11110001 | 1111010 | 1101011 | 0 | 110001 | 111000 | 101 | 111 | 1010011 | 1000100 |
Color Harmonies of #F17A6B
Complementary color
Monochromatic Colors of #F17A6B
Black with #F17A6B
Text Example
Text Example
White with #F17A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A6B; }
p { color: rgb(241,122,107); }
H1.HeaderClassName
{
color: #F17A6B;
}
.AnyTagClassName
{
color: #F17A6B;
}
</style>
background-color css
<style>
a { background-color: #F17A6B; }
a { background-color: rgb(241,122,107); }
div.DivClassName
{
background-color: #F17A6B;
}
.BgClassName
{
background-color: #F17A6B;
}
</style>
border-color css
<style>
span { border-color: #F17A6B; }
span { border-color: rgb(241,122,107); }
td.TdClassName
{
border-color: #F17A6B;
}
.TagClassName
{
border-color: #F17A6B;
}
</style>