Shades of Salmon #F17F64
Tints of Salmon #F17F64
RGB
CMYK
RGB Variations
Color information
#F17F64 (or 0xF17F64) is known color: Salmon. HEX triplet: F1, 7F and 64. RGB value is (241,127,100). Sum of RGB (Red+Green+Blue) = 241+127+100=468 (61% of max value = 765). Red value is 241 (94.53% from 255 or 51.50% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 100 (39.45% from 255 or 21.37% from 468); Max value from RGB is 241 - color contains mainly: red. Hex color #F17F64 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #F17F64 is #0E809B. Grayscale: #9E9E9E. Windows color (decimal): -950428 or 6586353. OLE color: 6586353.
HSL color Cylindrical-coordinate representation of color #F17F64: hue angle of 11.49º degrees, saturation: 0.83, 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 #F17F64 is Cyan = 0, Magento = 0.47, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 127 | 100 | - |
| CMYK | 0 | 0.47 | 0.59 | 0.05 |
| HSL | 11.49º | 0.83% | 0.67% | - |
| HSV(B) | 11.49º | 0.59% | 0.95% | - |
| XYZ | 46.17 | 34.8 | 16.34 | - |
| YUV | 158.01 | 95.27 | 187.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 127 | 100 | 0 | 0.47 | 0.59 | 0.05 | 11.49 | 0.83 | 0.67 |
| Hex | F1 | 7F | 64 | 0 | 2F | 3B | 5 | B | 53 | 43 |
| Octal | 361 | 177 | 144 | 0 | 57 | 73 | 5 | 13 | 123 | 103 |
| Binary | 11110001 | 1111111 | 1100100 | 0 | 101111 | 111011 | 101 | 1011 | 1010011 | 1000011 |
Color Harmonies of #F17F64
Complementary color
Monochromatic Colors of #F17F64
Black with #F17F64
Text Example
Text Example
White with #F17F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F17F64; }
p { color: rgb(241,127,100); }
H1.HeaderClassName
{
color: #F17F64;
}
.AnyTagClassName
{
color: #F17F64;
}
</style>
background-color css
<style>
a { background-color: #F17F64; }
a { background-color: rgb(241,127,100); }
div.DivClassName
{
background-color: #F17F64;
}
.BgClassName
{
background-color: #F17F64;
}
</style>
border-color css
<style>
span { border-color: #F17F64; }
span { border-color: rgb(241,127,100); }
td.TdClassName
{
border-color: #F17F64;
}
.TagClassName
{
border-color: #F17F64;
}
</style>