Shades of Salmon #F17A70
Tints of Salmon #F17A70
RGB
CMYK
RGB Variations
Color information
#F17A70 (or 0xF17A70) is known color: Salmon. HEX triplet: F1, 7A and 70. RGB value is (241,122,112). Sum of RGB (Red+Green+Blue) = 241+122+112=475 (62% of max value = 765). Red value is 241 (94.53% from 255 or 50.74% from 475); Green value is 122 (48.05% from 255 or 25.68% from 475); Blue value is 112 (44.14% from 255 or 23.58% from 475); Max value from RGB is 241 - color contains mainly: red. Hex color #F17A70 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17A70 is #0E858F. Grayscale: #9C9C9C. Windows color (decimal): -951696 or 7371505. OLE color: 7371505.
HSL color Cylindrical-coordinate representation of color #F17A70: hue angle of 4.65º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #F17A70 is Cyan = 0, Magento = 0.49, Yellow = 0.54 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 122 | 112 | - |
| CMYK | 0 | 0.49 | 0.54 | 0.05 |
| HSL | 4.65º | 0.82% | 0.69% | - |
| HSV(B) | 4.65º | 0.54% | 0.95% | - |
| XYZ | 46.16 | 33.79 | 19.42 | - |
| YUV | 156.44 | 102.92 | 188.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 122 | 112 | 0 | 0.49 | 0.54 | 0.05 | 4.65 | 0.82 | 0.69 |
| Hex | F1 | 7A | 70 | 0 | 31 | 36 | 5 | 5 | 52 | 45 |
| Octal | 361 | 172 | 160 | 0 | 61 | 66 | 5 | 5 | 122 | 105 |
| Binary | 11110001 | 1111010 | 1110000 | 0 | 110001 | 110110 | 101 | 101 | 1010010 | 1000101 |
Color Harmonies of #F17A70
Complementary color
Monochromatic Colors of #F17A70
Black with #F17A70
Text Example
Text Example
White with #F17A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17A70; }
p { color: rgb(241,122,112); }
H1.HeaderClassName
{
color: #F17A70;
}
.AnyTagClassName
{
color: #F17A70;
}
</style>
background-color css
<style>
a { background-color: #F17A70; }
a { background-color: rgb(241,122,112); }
div.DivClassName
{
background-color: #F17A70;
}
.BgClassName
{
background-color: #F17A70;
}
</style>
border-color css
<style>
span { border-color: #F17A70; }
span { border-color: rgb(241,122,112); }
td.TdClassName
{
border-color: #F17A70;
}
.TagClassName
{
border-color: #F17A70;
}
</style>